aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/storage/unusual_devs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index bc1ac07bf6ce..e87fb538b74c 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1323,8 +1323,10 @@ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1323/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 1323/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1324 * Tested on hardware version 1.10. 1324 * Tested on hardware version 1.10.
1325 * Entry is needed only for the initializer function override. 1325 * Entry is needed only for the initializer function override.
1326 * Devices with bcd > 110 seem to not need it while those
1327 * with bcd < 110 appear to need it.
1326 */ 1328 */
1327UNUSUAL_DEV( 0x1019, 0x0c55, 0x0110, 0x0110, 1329UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1328 "Desknote", 1330 "Desknote",
1329 "UCR-61S2B", 1331 "UCR-61S2B",
1330 US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, 1332 US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,