Bug 231711

Summary: RFE: Support for external USB HDD enclosure
Product: [Fedora] Fedora Reporter: Mostafa Afgani <m.afgani>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.mail-archive.com/linux-usb-users@lists.sourceforge.net/msg17751.html
Whiteboard:
Fixed In Version: 2.6.20-1.2925.fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-16 10:24:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Relevant dmesg & /proc/bus/usb/devices output none

Description Mostafa Afgani 2007-03-10 15:16:48 UTC
Description of problem:
External USB HDD enclosure fails to work. Problem can be solved by blacklisting
the device in drivers/usb/storage/unusual_devs.h

See
http://www.mail-archive.com/linux-usb-users@lists.sourceforge.net/msg17751.html
for patch.

Version-Release number of selected component (if applicable):
2.6.19-1.2911.6.5.fc6

How reproducible:
Always

Steps to Reproduce:
1. Plug in any external USB HDD enclosure with Vendor=14cd ProdID=6600 Rev= 2.01
2. 
3.
  
Actual results:
I/O errors detected

Expected results:
Error free operation of USB device

Additional info:

Comment 1 Mostafa Afgani 2007-03-10 15:16:48 UTC
Created attachment 149771 [details]
Relevant dmesg & /proc/bus/usb/devices output

Comment 2 Chuck Ebbert 2007-03-15 23:01:13 UTC
Should be fixed in kernel 2.6.20-1.2925.fc6. Please test.

Comment 3 Mostafa Afgani 2007-03-16 10:24:21 UTC
Indeed. The device works perfectly with kernel-2.6.20-1.2925.fc6. Thank you.