linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: wbh <W.B.Hill@uea.ac.uk>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Y-251U drive adapter/USB
Date: Wed, 25 Sep 2002 11:13:10 +0100 (BST)	[thread overview]
Message-ID: <Pine.OSF.4.05.10209251103370.16852-200000@cpca7.uea.ac.uk> (raw)

[-- Attachment #1: Type: TEXT/PLAIN, Size: 375 bytes --]

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.


[-- Attachment #2: Patch for Y-251U USB drive enclosure. --]
[-- Type: TEXT/PLAIN, Size: 614 bytes --]

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",


             reply	other threads:[~2002-09-25 10:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 10:13 wbh [this message]
2002-09-25 14:58 ` [PATCH] Y-251U drive adapter/USB Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.OSF.4.05.10209251103370.16852-200000@cpca7.uea.ac.uk \
    --to=w.b.hill@uea.ac.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).