Greg, this re-adjusts the bcd numbers for the UCR-61S2B entry per Alexandre's feedback. Sign-off and extra details below.

--
Phil Dibowitz                             [EMAIL PROTECTED]
Freeware and Technical Pages              Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind."
 - Dr. Seuss


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.

Greg, please apply.

Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>

---

 linux-2.6.19-rc4-git5-dev-phil/drivers/usb/storage/unusual_devs.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff -puN drivers/usb/storage/unusual_devs.h~unusual_ucr-61s2b drivers/usb/storage/unusual_devs.h
--- linux-2.6.19-rc4-git5-dev/drivers/usb/storage/unusual_devs.h~unusual_ucr-61s2b	2006-11-02 23:05:03.000000000 -0800
+++ linux-2.6.19-rc4-git5-dev-phil/drivers/usb/storage/unusual_devs.h	2006-11-02 23:05:58.000000000 -0800
@@ -1316,8 +1316,10 @@ UNUSUAL_DEV(  0x0fce, 0xe030, 0x0000, 0x
 /* Reported by Kevin Cernekee <[EMAIL PROTECTED]>
  * 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,
_

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to