Comment 4 for bug 106410

Revision history for this message
Brett Clippingdale (brett-clippingdale) wrote :

Note that USB kernel modules appear to be fine:

**************************************
Before suspend:

brett@boca:~$ lsmod | grep hci
uhci_hcd 25360 0
usbcore 134280 4 xpad,usbhid,uhci_hcd
brett@boca:~$ lsmod | grep usb
usbhid 26592 0
hid 27392 1 usbhid
usbcore 134280 4 xpad,usbhid,uhci_hcd
brett@boca:~$

**********************************
After suspend: (no change here)

brett@boca:~$ lsmod | grep usb
usbhid 26592 0
hid 27392 1 usbhid
usbcore 134280 4 xpad,usbhid,uhci_hcd
brett@boca:~$ lsmod | grep hci
uhci_hcd 25360 0
usbcore 134280 4 xpad,usbhid,uhci_hcd
brett@boca:~$

(not sure why xpad is loading. I have a MS mouse and MS keyboard, but no XBox!)