Tried experimenting with adding "hid" to MODULES in /etc/default/acpi-
support.  No luck with that either.  However, I did notice the following
changes in output of lsusb in before/after suspend/resume:

(BEFORE SUSPEND)
[EMAIL PROTECTED]:~$ lsusb
Bus 005 Device 002: ID 045e:00dd Microsoft Corp. 
Bus 005 Device 001: ID 0000:0000  
Bus 006 Device 001: ID 0000:0000  
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 002: ID 045e:008c Microsoft Corp. Wireless Intellimouse Explorer 
2.0
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  
[EMAIL PROTECTED]:~$ lsmod | grep usb
usbhid                 26592  0 
hid                    27392  1 usbhid
usbcore               134280  6 xpad,ehci_hcd,ohci_hcd,usbhid,uhci_hcd
[EMAIL PROTECTED]:~$ lsmod | grep hci
ehci_hcd               34188  0 
ohci_hcd               22532  0 
uhci_hcd               25360  0 
usbcore               134280  6 xpad,ehci_hcd,ohci_hcd,usbhid,uhci_hcd

(AFTER RESUME)
[EMAIL PROTECTED]:~$ lsusb
Bus 006 Device 001: ID 0000:0000  
Bus 005 Device 002: ID 045e:00dd Microsoft Corp. 
Bus 005 Device 001: ID 0000:0000  
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  
[EMAIL PROTECTED]:~$ lsmod | grep hci
ohci_hcd               22532  0 
ehci_hcd               34188  0 
uhci_hcd               25360  0 
usbcore               134280  6 ohci_hcd,ehci_hcd,uhci_hcd,xpad,usbhid
[EMAIL PROTECTED]:~$ lsmod | grep usb
usbhid                 26592  0 
hid                    27392  1 usbhid
usbcore               134280  6 ohci_hcd,ehci_hcd,uhci_hcd,xpad,usbhid

-- 
Suspend/Resume breaks onboard USB in Feisty
https://bugs.launchpad.net/bugs/106410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to