aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/storage/unusual_devs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index cd155475cb6e..061df9b46138 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1745,6 +1745,15 @@ UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
1745 US_SC_DEVICE, US_PR_DEVICE, NULL, 1745 US_SC_DEVICE, US_PR_DEVICE, NULL,
1746 US_FL_IGNORE_RESIDUE ), 1746 US_FL_IGNORE_RESIDUE ),
1747 1747
1748/* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1749 * JMicron responds to USN and several other SCSI ioctls with a
1750 * residue that causes subsequent I/O requests to fail. */
1751UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100,
1752 "JMicron",
1753 "USB to ATA/ATAPI Bridge",
1754 US_SC_DEVICE, US_PR_DEVICE, NULL,
1755 US_FL_IGNORE_RESIDUE ),
1756
1748/* Reported by Robert Schedel <r.schedel@yahoo.de> 1757/* Reported by Robert Schedel <r.schedel@yahoo.de>
1749 * Note: this is a 'super top' device like the above 14cd/6600 device */ 1758 * Note: this is a 'super top' device like the above 14cd/6600 device */
1750UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 1759UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,