I am debugging a GPS device (Altha Bluetooth GPS Model GBT708). It usually works via bluetooth and is charged via USB. It is told to have a USB serial mode too but no one has seen this working in neither Linux not Windows XP. But after one charging session from a Linux computer, it does not speak any blutooth any more. Maybe it just broke but maybe it can be made to talk again. So I'm trying to revive its USB serial link.
Basically, after connecting the powered on device, it gives a line like usb 2-2: new full speed USB device using uhci_hcd and address 12 periodically (the last number varies of course). Same in Windows, a bubble with text saying error with unrecognized device appears periodically). Sometimes it logs error -7 (EPROTO, see below). So I turned on USB debug and added printk's to EPROTO places, the log is below. Additionaly a USBMon log is included. Nothing is shown in lsusb since it does not reach identification. Does anyone have any ideas how can I make a workaround to talk with this problematic device? usbcore: registered new driver usbfs usbcore: registered new driver hub ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9 PCI: setting IRQ 9 as level-triggered ACPI: PCI Interrupt 0000:00:1f.3[B] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9 USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 ACPI: PCI Interrupt 0000:00:1f.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 PCI: Setting latency timer of device 0000:00:1f.2 to 64 uhci_hcd 0000:00:1f.2: UHCI Host Controller drivers/usb/core/inode.c: creating file 'devices' drivers/usb/core/inode.c: creating file '001' uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1 uhci_hcd 0000:00:1f.2: detected 2 ports uhci_hcd 0000:00:1f.2: uhci_check_and_reset_hc: cmd = 0x0000 uhci_hcd 0000:00:1f.2: Performing full reset uhci_hcd 0000:00:1f.2: irq 11, io base 0x0000ef40 usb usb1: default language 0x0409 usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: UHCI Host Controller usb usb1: Manufacturer: Linux 2.6.18-dirty uhci_hcd usb usb1: SerialNumber: 0000:00:1f.2 usb usb1: uevent usb usb1: configuration #1 chosen from 1 choice usb usb1: adding 1-0:1.0 (config #1, interface 0) usb 1-0:1.0: uevent hub 1-0:1.0: usb_probe_interface hub 1-0:1.0: usb_probe_interface - got id hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected hub 1-0:1.0: standalone hub hub 1-0:1.0: no power switching (usb 1.0) hub 1-0:1.0: individual port over-current protection hub 1-0:1.0: power on to power good time: 2ms hub 1-0:1.0: local power source is good hub 1-0:1.0: trying to enable port power on non-switchable hub hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 drivers/usb/core/inode.c: creating file '001' ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10 PCI: setting IRQ 10 as level-triggered ACPI: PCI Interrupt 0000:00:1f.4[C] -> Link [LNKH] -> GSI 10 (level, low) -> IRQ 10 PCI: Setting latency timer of device 0000:00:1f.4 to 64 uhci_hcd 0000:00:1f.4: UHCI Host Controller drivers/usb/core/inode.c: creating file '002' uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1f.4: detected 2 ports uhci_hcd 0000:00:1f.4: uhci_check_and_reset_hc: legsup = 0x2400 uhci_hcd 0000:00:1f.4: Performing full reset uhci_hcd 0000:00:1f.4: irq 10, io base 0x0000ef80 usb usb2: default language 0x0409 usb usb2: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: UHCI Host Controller usb usb2: Manufacturer: Linux 2.6.18-dirty uhci_hcd usb usb2: SerialNumber: 0000:00:1f.4 usb usb2: uevent usb usb2: configuration #1 chosen from 1 choice usb usb2: adding 2-0:1.0 (config #1, interface 0) usb 2-0:1.0: uevent hub 2-0:1.0: usb_probe_interface hub 2-0:1.0: usb_probe_interface - got id hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected hub 2-0:1.0: standalone hub hub 2-0:1.0: no power switching (usb 1.0) hub 2-0:1.0: individual port over-current protection hub 2-0:1.0: power on to power good time: 2ms hub 2-0:1.0: local power source is good hub 2-0:1.0: trying to enable port power on non-switchable hub hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 drivers/usb/core/inode.c: creating file '001' ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9 PCI: Setting latency timer of device 0000:00:1f.5 to 64 usb usb1: suspend_rh (auto-stop) [...] usb usb2: wakeup_rh (auto-start) hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 00b3,00 hub 2-0:1.0: port 2, status 0101, change 0001, 12 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 12 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 25 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 31 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 40 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 52 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 54 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 usb 2-2: device descriptor read/64, error -71 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 56 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 69 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 usb 2-2: device descriptor read/64, error -71 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 74 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01b3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 01a3,00 hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 usb 2-2: new full speed USB device using uhci_hcd and address 77 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 uhci_map_status: CRC/Timeout error, status=4456448 usb 2-2: uhci_result_common: failed with status 440000 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1f.4: port 2 portsc 0082,00 hub 2-0:1.0: port 2, status 0100, change 0001, 12 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 usb usb2: suspend_rh (auto-stop) df9e09e0 3299201764 C Ii:001:01 0 1 = 04 df9e09e0 3299201794 S Ii:001:01 -115 2 < d73e9840 3299201826 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299201839 C Ci:001:00 0 4 = 01030100 d73e9840 3299201844 S Co:001:00 s 23 01 0010 0002 0000 0 d73e9840 3299201847 C Co:001:00 0 0 d73e9840 3299201857 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299201860 C Ci:001:00 0 4 = 01030000 d73e9840 3299230481 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299230495 C Ci:001:00 0 4 = 01030000 d73e9840 3299262265 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299262279 C Ci:001:00 0 4 = 01030000 d73e9840 3299294271 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299294285 C Ci:001:00 0 4 = 01030000 d73e9840 3299326268 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299326282 C Ci:001:00 0 4 = 01030000 d73e9840 3299326318 S Co:001:00 s 23 03 0004 0002 0000 0 d73e9840 3299326322 C Co:001:00 0 0 d73e9840 3299382271 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3299382299 C Ci:001:00 0 4 = 00010000 d73e9840 3299382306 S Co:001:00 s 23 01 0014 0002 0000 0 d73e9840 3299382308 C Co:001:00 0 0 d73e9840 3299382312 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3299382315 C Co:001:00 0 0 d73e9840 3299382327 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3299382330 C Co:001:00 0 0 df9e09e0 3300206308 C Ii:001:01 0 1 = 04 df9e09e0 3300206320 S Ii:001:01 -115 2 < d73e9840 3300206354 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300206368 C Ci:001:00 0 4 = 01030100 d73e9840 3300206373 S Co:001:00 s 23 01 0010 0002 0000 0 d73e9840 3300206377 C Co:001:00 0 0 d73e9840 3300206386 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300206390 C Ci:001:00 0 4 = 01030000 d73e9840 3300238315 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300238329 C Ci:001:00 0 4 = 01030000 d73e9840 3300270314 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300270328 C Ci:001:00 0 4 = 01030000 dd6f8b40 3300302316 S Ci:001:00 s a3 00 0000 0002 0004 4 < dd6f8b40 3300302329 C Ci:001:00 0 4 = 01030000 dd6f8b40 3300334318 S Ci:001:00 s a3 00 0000 0002 0004 4 < dd6f8b40 3300334332 C Ci:001:00 0 4 = 01030000 dd6f8b40 3300334369 S Co:001:00 s 23 03 0004 0002 0000 0 dd6f8b40 3300334373 C Co:001:00 0 0 d73e9840 3300390318 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300390346 C Ci:001:00 0 4 = 03010000 d73e9840 3300446321 S Co:001:00 s 23 01 0014 0002 0000 0 d73e9840 3300446332 C Co:001:00 0 0 d73e9840 3300446359 S Ci:000:00 s 80 06 0100 0000 0040 64 < d73e9840 3300449604 C Ci:000:00 -71 0 d73e9840 3300449636 S Ci:000:00 s 80 06 0100 0000 0040 64 < d73e9840 3300453593 C Ci:000:00 -71 0 d73e9840 3300453636 S Ci:000:00 s 80 06 0100 0000 0040 64 < d73e9840 3300457592 C Ci:000:00 -71 0 d73e9840 3300457622 S Co:001:00 s 23 03 0004 0002 0000 0 d73e9840 3300457632 C Co:001:00 0 0 df9e09e0 3300458349 C Ii:001:01 0 1 = 04 df9e09e0 3300458360 S Ii:001:01 -115 2 < d73e9840 3300510327 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300510355 C Ci:001:00 0 4 = 00010000 d73e9840 3300510362 S Co:001:00 s 23 01 0014 0002 0000 0 d73e9840 3300510363 C Co:001:00 0 0 d73e9840 3300510368 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3300510371 C Co:001:00 0 0 d73e9840 3300510387 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3300510390 C Co:001:00 0 0 d73e9840 3300510415 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3300510419 C Ci:001:00 0 4 = 00010000 df9e09e0 3301214371 C Ii:001:01 0 1 = 04 df9e09e0 3301214385 S Ii:001:01 -115 2 < d73e9840 3301214422 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301214436 C Ci:001:00 0 4 = 01030100 d73e9840 3301214441 S Co:001:00 s 23 01 0010 0002 0000 0 d73e9840 3301214445 C Co:001:00 0 0 d73e9840 3301214454 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301214458 C Ci:001:00 0 4 = 01030000 d73e9840 3301246362 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301246376 C Ci:001:00 0 4 = 01030000 d73e9840 3301278364 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301278378 C Ci:001:00 0 4 = 01030000 d73e9840 3301310366 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301310380 C Ci:001:00 0 4 = 01030000 d73e9840 3301342367 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301342381 C Ci:001:00 0 4 = 01030000 d73e9840 3301342417 S Co:001:00 s 23 03 0004 0002 0000 0 d73e9840 3301342422 C Co:001:00 0 0 d73e9840 3301398368 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3301398397 C Ci:001:00 0 4 = 00010000 d73e9840 3301398404 S Co:001:00 s 23 01 0014 0002 0000 0 d73e9840 3301398406 C Co:001:00 0 0 d73e9840 3301398409 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3301398413 C Co:001:00 0 0 d73e9840 3301398425 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3301398428 C Co:001:00 0 0 df9e09e0 3302222408 C Ii:001:01 0 1 = 04 df9e09e0 3302222420 S Ii:001:01 -115 2 < d73e9840 3302222456 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302222468 C Ci:001:00 0 4 = 01030100 d73e9840 3302222474 S Co:001:00 s 23 01 0010 0002 0000 0 d73e9840 3302222477 C Co:001:00 0 0 d73e9840 3302222487 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302222490 C Ci:001:00 0 4 = 01030000 d73e9840 3302254413 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302254428 C Ci:001:00 0 4 = 01030000 d73e9840 3302286413 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302286428 C Ci:001:00 0 4 = 01030000 d73e9840 3302318415 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302318430 C Ci:001:00 0 4 = 01030000 d73e9840 3302350417 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302350431 C Ci:001:00 0 4 = 01030000 d73e9840 3302350466 S Co:001:00 s 23 03 0004 0002 0000 0 d73e9840 3302350471 C Co:001:00 0 0 d73e9840 3302406417 S Ci:001:00 s a3 00 0000 0002 0004 4 < d73e9840 3302406446 C Ci:001:00 0 4 = 00010000 d73e9840 3302406452 S Co:001:00 s 23 01 0014 0002 0000 0 d73e9840 3302406454 C Co:001:00 0 0 d73e9840 3302406458 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3302406461 C Co:001:00 0 0 d73e9840 3302406473 S Co:001:00 s 23 01 0001 0002 0000 0 d73e9840 3302406476 C Co:001:00 0 0 -- Meelis Roos ([EMAIL PROTECTED]) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel