From 62cf9b62da6739eec1be541a814d4786dd41f90b Mon Sep 17 00:00:00 2001 From: Phil Dibowitz Date: Thu, 2 Nov 2006 23:14:10 -0800 Subject: [PATCH] --- yaml --- r: 40987 b: refs/heads/master c: 51b5bce8c253b82d4789161cc3b0c74bee313bb1 h: refs/heads/master i: 40985: e0c650039785c2c05a0bf76d27fa2832801a1305 40983: 78e0e564e9d1fbf5da791b7fb15c3c7315d9dae6 v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/unusual_devs.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a300886600d6..db3d9af9f759 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fad14a0da885714c8610982045a6d04a4886865e +refs/heads/master: 51b5bce8c253b82d4789161cc3b0c74bee313bb1 diff --git a/trunk/drivers/usb/storage/unusual_devs.h b/trunk/drivers/usb/storage/unusual_devs.h index bc1ac07bf6ce..e87fb538b74c 100644 --- a/trunk/drivers/usb/storage/unusual_devs.h +++ b/trunk/drivers/usb/storage/unusual_devs.h @@ -1323,8 +1323,10 @@ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, /* Reported by Kevin Cernekee * 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,