Bug 4093

Summary: USB2 doesn''t work on 2.6.10 - 2.6.11-rc2
Product: Drivers Reporter: Ante Karamatic (ivoks)
Component: USBAssignee: Greg Kroah-Hartman (greg)
Status: REJECTED DUPLICATE    
Severity: normal    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.10 - 2.6.11-rc2 Subsystem:
Regression: --- Bisected commit-id:

Description Ante Karamatic 2005-01-24 08:50:25 UTC
Distribution: Debian Sarge (kernel from ftp.hr.kernel.org mirror)
Hardware Environment: Dell Inspiron 8600
Software Environment:

Problem Description:

USB2 stick wich works on 2.6.9, doesn't work on 2.6.10+ kernels. Here is some
info from dmesg:

usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 2-1: new full speed USB device using uhci_hcd and address 2
usb 2-1: device descriptor read/64, error -71
usb 2-1: device descriptor read/64, error -71
usb 2-1: new full speed USB device using uhci_hcd and address 3
usb 2-1: device descriptor read/64, error -71
usb 2-1: device descriptor read/64, error -71

lsusb (on 2.6.9 kernel) related to stick (no other devices):

Bus 001 Device 003: ID 04e8:0111 Samsung Electronics Co., Ltd

lspci:

0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #1 (rev 01)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #2 (rev 01)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #3 (rev 01)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI
Controller (rev 01)

.config related to USB (2.6.11-rc2):

CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
CONFIG_USB_HID=m
CONFIG_USB_HIDDEV=y
CONFIG_USB_HIDINPUT=y

Funny thing is that it sometimes works, but sometimes doesn't. First I tought i
recompiled something wrong. And my stick did work (i plugged it in two times),
but then another stick didn't. Both sticks work without problems on 2.6.8.1 and
2.6.9.

Steps to reproduce: Just plug it in.
Comment 1 Ante Karamatic 2005-01-24 09:13:09 UTC

*** This bug has been marked as a duplicate of 4052 ***