|
@@ -1745,6 +1745,15 @@ UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
|
|
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
|
|
US_FL_IGNORE_RESIDUE ),
|
|
|
|
|
|
+/* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
|
|
+ * JMicron responds to USN and several other SCSI ioctls with a
|
|
|
+ * residue that causes subsequent I/O requests to fail. */
|
|
|
+UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100,
|
|
|
+ "JMicron",
|
|
|
+ "USB to ATA/ATAPI Bridge",
|
|
|
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
|
|
|
+ US_FL_IGNORE_RESIDUE ),
|
|
|
+
|
|
|
/* Reported by Robert Schedel <r.schedel@yahoo.de>
|
|
|
* Note: this is a 'super top' device like the above 14cd/6600 device */
|
|
|
UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
|