|
@@ -1114,6 +1114,16 @@ UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
|
|
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
|
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
|
US_FL_FIX_CAPACITY ),
|
|
US_FL_FIX_CAPACITY ),
|
|
|
|
|
|
|
|
+/* Reported by Paul Hartman <paul.hartman+linux@gmail.com>
|
|
|
|
+ * This card reader returns "Illegal Request, Logical Block Address
|
|
|
|
+ * Out of Range" for the first READ(10) after a new card is inserted.
|
|
|
|
+ */
|
|
|
|
+UNUSUAL_DEV( 0x090c, 0x6000, 0x0100, 0x0100,
|
|
|
|
+ "Feiya",
|
|
|
|
+ "SD/SDHC Card Reader",
|
|
|
|
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
|
|
|
+ US_FL_INITIAL_READ10 ),
|
|
|
|
+
|
|
/* This Pentax still camera is not conformant
|
|
/* This Pentax still camera is not conformant
|
|
* to the USB storage specification: -
|
|
* to the USB storage specification: -
|
|
* - It does not like the INQUIRY command. So we must handle this command
|
|
* - It does not like the INQUIRY command. So we must handle this command
|
|
@@ -1888,6 +1898,15 @@ UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200,
|
|
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
|
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
|
US_FL_NO_READ_DISC_INFO ),
|
|
US_FL_NO_READ_DISC_INFO ),
|
|
|
|
|
|
|
|
+/* Reported by Sven Geggus <sven-usbst@geggus.net>
|
|
|
|
+ * This encrypted pen drive returns bogus data for the initial READ(10).
|
|
|
|
+ */
|
|
|
|
+UNUSUAL_DEV( 0x1b1c, 0x1ab5, 0x0200, 0x0200,
|
|
|
|
+ "Corsair",
|
|
|
|
+ "Padlock v2",
|
|
|
|
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
|
|
|
+ US_FL_INITIAL_READ10 ),
|
|
|
|
+
|
|
/* Patch by Richard Schütz <r.schtz@t-online.de>
|
|
/* Patch by Richard Schütz <r.schtz@t-online.de>
|
|
* This external hard drive enclosure uses a JMicron chip which
|
|
* This external hard drive enclosure uses a JMicron chip which
|
|
* needs the US_FL_IGNORE_RESIDUE flag to work properly. */
|
|
* needs the US_FL_IGNORE_RESIDUE flag to work properly. */
|