]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
USB: Fix UCR-61S2B unusual_dev entry
authorPhil Dibowitz <phil@ipom.com>
Sun, 25 Mar 2007 01:23:20 +0000 (03:23 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 25 Mar 2007 01:23:20 +0000 (03:23 +0200)
Recently this entry's bcd scope was narrowed so as not to falsly apply
to bcd's other than 0x0110. But while it breaks those of a larger bcd,
it is still needed for those of a smaller bcd - so this changes the
lower bcd limit to 0x0000.

Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/usb/storage/unusual_devs.h

index 433186dcb1b1349ccd1521343cfeee931f2f73ce..7804af3abebc7a6cc53c8746346d13b1d39e3c3a 100644 (file)
@@ -1321,8 +1321,10 @@ UNUSUAL_DEV(  0x0fce, 0xe031, 0x0000, 0x0000,
 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
  * Tested on hardware version 1.10.
  * Entry is needed only for the initializer function override.
+ * Devices with bcd > 110 seem to not need it while those
+ * with bcd < 110 appear to need it.
  */
-UNUSUAL_DEV(  0x1019, 0x0c55, 0x0110, 0x0110,
+UNUSUAL_DEV(  0x1019, 0x0c55, 0x0000, 0x0110,
                "Desknote",
                "UCR-61S2B",
                US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,