Changes between Initial Version and Version 2 of Ticket #11853
- Timestamp:
- Jan 16, 2019, 6:14:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11853
- Property Component Drivers/USB → Drivers/USB/EHCI
-
Ticket #11853 – Description
initial v2 5 5 On the Haiku system we am sending simple ascii files, repeatedly, such as: 6 6 7 {{{ 7 8 11111111111111111111111111111111111111 8 9 22222222222222222222222222222222222222 … … 15 16 99999999999999999999999999999999999999 16 17 00000000000000000000000000000000000000 17 18 }}} 18 19 19 20 The output on the other machine shows things like: 20 21 22 {{{ 21 23 11111111111111111111111111111111111111 22 24 22222222222222222222222222222222222222 … … 54 56 99999999999999999999999999999999999999 55 57 00000000000000000000000000000000000000 56 58 }}} 57 59 58 60 I the log files we see lines such as: 59 61 62 {{{ 60 63 KERN: usb error ehci -1: qtd (0x708fb00) error: 0x80068d52 61 64 KERN: usb error ehci -1: qtd (0x70cd300) error: 0x80068d52 … … 64 67 KERN: usb error ehci -1: qtd (0x70f8d80) error: 0x80068d52 65 68 KERN: usb error ehci -1: qtd (0x7102880) error: 0x80068d52 66 69 }}} 67 70 68 71 The devices are: 69 72 73 {{{ 70 74 ~> listusb 71 75 8087:8009 /dev/bus/usb/0/0/hub "Intel Corp." "" ver. 0000 … … 84 88 8087:8001 /dev/bus/usb/1/0/hub "Intel Corp." "" ver. 0000 85 89 0000:0000 /dev/bus/usb/1/hub "HAIKU Inc." "EHCI RootHub" ver. 0200 86 90 }}} 87 91 88 92 On OHCI we may not have seen the corruption, though the loss of data still occurs: 89 93 94 {{{ 90 95 067b:2303 /dev/bus/usb/0/3 "Prolific Technology, Inc." "PL2303 Serial Port" ver. 0300 91 96 046d:c00e /dev/bus/usb/0/5 "Logitech, Inc." "M-BJ58/M-BJ69 Optical Wheel Mouse" ver. 1110 … … 93 98 3538:0909 /dev/bus/usb/1/0 "Power Quotient International Co., Ltd" "USB Flash Drive" ver. 0100 94 99 0000:0000 /dev/bus/usb/1/hub "HAIKU Inc." "EHCI RootHub" ver. 0200 100 }}} 95 101 96 102 This is hrev48709.