lkml.org 
[lkml]   [2002]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Y-251U drive adapter/USB
Hi. I got a Y-251U USB drive enclosure this morning, as at
http://www.cable-world.com/newproduct/USB10HDD.htm
Doesn't appear to work with Linux by default, but it's based on the
GL241USB chip and a Compact Flash reader based on that works,
http://www.uwsg.iu.edu/hypermail/linux/kernel/0204.2/1445.html
So, altering it slightly I get the attached patch, which works for me.

diff -urN linux-2.4.18-plain/drivers/usb/storage/unusual_devs.h linux-2.4.18-patch/drivers/usb/storage/unusual_devs.h
--- linux-2.4.18-plain/drivers/usb/storage/unusual_devs.h Mon Feb 25 20:38:07 2002
+++ linux-2.4.18-patch/drivers/usb/storage/unusual_devs.h Mon Apr 22 17:37:35 2002
@@ -292,6 +292,12 @@
US_FL_MODE_XLATE | US_FL_START_STOP ),
#endif

+UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0x9999,
+ "S.Y.C.T.",
+ "GL641 USB drive",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US_FL_FIX_INQUIRY | US_FL_START_STOP),
+
UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
"TEAC",
"Floppy Drive",
\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.253 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site