When I plug my USB mouse into my laptop, I get this from dmesg:
[17179735.572000] ohci_hcd 0000:00:13.0: wakeup
[17179735.956000] usb 1-1: new low speed USB device using ohci_hcd and address 2
[17179736.136000] usb 1-1: device descriptor read/64, error -110
[17179736.420000] usb 1-1: device descriptor read/64, error -110
[17179736.700000] usb 1-1: new low speed USB device using ohci_hcd and address 3
[17179736.880000] usb 1-1: device descriptor read/64, error -110
[17179737.164000] usb 1-1: device descriptor read/64, error -110
[17179737.444000] usb 1-1: new low speed USB device using ohci_hcd and address 4
[17179737.852000] usb 1-1: device not accepting address 4, error -110
[17179738.028000] usb 1-1: new low speed USB device using ohci_hcd and address 5
[17179738.436000] usb 1-1: device not accepting address 5, error -110

additionaly, lsusb says nothing about the mouse:
[EMAIL PROTECTED]:~ ^_^]$ lsusb
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000

So I searched for that error message in lxr and google code search.  I
found that an error of type -110 corresponds to an ETIMEDOUT and comes
from usb_start_wait_urb() getting a status of ECONNRESET from
usb_submit_urb()...

I don't know what to do about this.  Is my mouse broken?

~thomas
-- 
cartwheel ^(^_^)> v(.-.)v <(^_^)^

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to