ChangeSet 1.2143, 2004/10/18 13:58:20-07:00, [EMAIL PROTECTED]

[PATCH] USB Storage: unusual_dev modification

The following patch changes the 0x059f/0xa601/0x0200 per the report from
  Torsten Eriksson. It adds comments to the uncommented entry and
changes the subclass.


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


 drivers/usb/storage/unusual_devs.h |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletion(-)


diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h        2004-10-19 08:05:14 -07:00
+++ b/drivers/usb/storage/unusual_devs.h        2004-10-19 08:05:14 -07:00
@@ -399,10 +399,17 @@
                "Digital Camera EX-20 DSC",
                US_SC_8070, US_PR_DEVICE, NULL, 0 ),
 
+/* The entry was here before I took over, and had US_SC_RBC. It turns
+ * out that isn't needed. Additionally, Torsten Eriksson
+ * <[EMAIL PROTECTED]> is able to use his device fine
+ * without this entry at all - but I don't suspect that will be true
+ * for all users (the protocol is likely needed), so is staying at
+ * this time. - Phil Dibowitz <[EMAIL PROTECTED]>
+ */
 UNUSUAL_DEV(  0x059f, 0xa601, 0x0200, 0x0200, 
                "LaCie",
                "USB Hard Disk",
-               US_SC_RBC, US_PR_CB, NULL, 0 ), 
+               US_SC_DEVICE, US_PR_CB, NULL, 0 ),
 
 /* Submitted by Joel Bourquard <[EMAIL PROTECTED]>
  * Some versions of this device need the SubClass and Protocol overrides



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to