diff options
author | Sergey Ovcharenko <velegrin@mail.mipt.ru> | 2008-12-17 11:28:06 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 12:59:49 -0500 |
commit | 3b438e30c686b1e904c759d3354d335050ab33f9 (patch) | |
tree | 378afdca50d489336901629192af38f9a7c12ba8 /drivers/usb/storage/unusual_devs.h | |
parent | b8d23491f127aa0cd1863bd6cb58e771c558b762 (diff) |
USB: storage: unusual_devs.h additions for Macpower MasterBox
Jason Johnston reported these problems with his external USB hard drive:
http://bugs.gentoo.org/show_bug.cgi?id=250789
The number of reported sectors is off-by-one.
/proc/bus/usb/devices:
T: Bus=01 Lev=02 Prnt=08 Port=00 Cnt=01 Dev#= 9 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0dc4 ProdID=0073 Rev= 0.00
S: Manufacturer=Macpower Technology Co.LTD.
S: Product=USB 2.0 3.5" DEVICE
S: SerialNumber=03006C
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
Signed-off-by: Sergey Ovcharenko <velegrin@mail.mipt.ru>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index a07854046598..8a0eb00024d4 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1537,6 +1537,13 @@ UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, | |||
1537 | "JD 5200 z3", | 1537 | "JD 5200 z3", |
1538 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), | 1538 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), |
1539 | 1539 | ||
1540 | /* Reported by Jason Johnston <killean@shaw.ca> */ | ||
1541 | UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, | ||
1542 | "Macpower Technology Co.LTD.", | ||
1543 | "USB 2.0 3.5\" DEVICE", | ||
1544 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1545 | US_FL_FIX_CAPACITY), | ||
1546 | |||
1540 | /* Reported by Lubomir Blaha <tritol@trilogic.cz> | 1547 | /* Reported by Lubomir Blaha <tritol@trilogic.cz> |
1541 | * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this | 1548 | * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this |
1542 | * works for me. Can anybody correct these values? (I able to test corrected | 1549 | * works for me. Can anybody correct these values? (I able to test corrected |