All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brandstetter Thomas <linuxkernel@a1.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] genesys usb 1.0 driver support
Date: Sun, 04 Apr 2004 05:36:25 +0200	[thread overview]
Message-ID: <1081049785.5146.9.camel@localhost> (raw)

I made this Patch to support the Genesys usb 1.0 driver. Without this
patch, i cannot get my external harddisk to work. 

I've tested it on a gentoo-dev-source 2.6.4-r1 kernel. It's stable and
working ;-)

greetings Thomas

email: linuxkernel@a1.net


--- unusual_devs.h_old  2004-03-27 17:54:56.016086192 +0000
+++ unusual_devs.h      2004-03-27 17:57:51.389425392 +0000
@@ -409,6 +409,14 @@
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_INQUIRY ),
  
+/* Submitted by Thomas Brandstetter <linuxkernel@a1.net>
+ * Fix for USB 1.0 Devices based on the Genesys Logic Chip */
+UNUSUAL_DEV( 0x05e3, 0x0702, 0x0113, 0x0113,
+               "GENESYS Logic",
+               "USB Storage Device",
+               US_SC_SCSI, US_PR_BULK, NULL,
+               US_FL_FIX_INQUIRY ),
+
 /* Reported by Hanno Boeck <hanno@gmx.de>
  * Taken from the Lycoris Kernel */
 UNUSUAL_DEV(  0x0636, 0x0003, 0x0000, 0x9999,


                 reply	other threads:[~2004-04-02 12:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1081049785.5146.9.camel@localhost \
    --to=linuxkernel@a1.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.