mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tobias Weisserth <tobias@weisserth.org>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [Linux 2.6.4] EagleTec (rev 1.13) USB external harddisk support -> patch to unusual_devs.h
Date: Sat, 05 Jun 2004 19:14:23 +0200	[thread overview]
Message-ID: <1086455663.7588.6.camel@coruscant.weisserth.net> (raw)
In-Reply-To: <20040602225906.GA23819@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

Hi,

On Thu, 2004-06-03 at 00:59, Greg KH wrote:
...
> Nope, sorry.  Don't cut and paste.  Try attaching as a text attachment,
> or doing something with your editor to read from your patch file into
> the body of the email.

I tried the latter. Doesn't seem to work.

I attached the patches.

Those are a patch for the 2.6.6 kernel and the 2.6.4 kernel.

When I was going through all my kernel branches in /usr/src I noticed
that the Gentoo development branch already had a suitable entry for the
firmware version of my device:

/* Reported by Henning Schild <henning@wh9.tu-dresden.de> */
UNUSUAL_DEV(  0x05e3, 0x0702, 0x0113, 0x0113,
                "EagleTec",
                "External Hard Disk",
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_INQUIRY ),

More information on these sources:

http://packages.gentoo.org/ebuilds/?gentoo-dev-sources-2.6.5-r1

I found it in no other branch besides this.

So if you include my patch then you might consider putting his name
there too. I discovered his entry after I figured out by myself how to
make EagleTec revision 1.13 work, but I don't know whether he did it
before me.

regards,
Tobias

[-- Attachment #2: patch-EagleTec113-2.6.4 --]
[-- Type: text/plain, Size: 942 bytes --]

--- drivers/usb/storage/unusual_devs.h.orig	2004-06-02 21:53:18.000000000 +0200
+++ drivers/usb/storage/unusual_devs.h	2004-06-05 19:04:10.880021976 +0200
@@ -409,6 +409,20 @@ UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_FIX_INQUIRY ),
 
+/* Reported by Tobias Weisserth <tobias@weisserth.org>
+ * Like the SIIG unit above, this unit needs an INQUIRY to ask for exactly
+ * 36 bytes of data.  No more, no less. That is the only reason this entry
+ * is needed.
+ *
+ * This entry is an exact copy of the above entry with a different
+ * firmware revision (1.13).
+*/
+UNUSUAL_DEV(  0x05e3, 0x0702, 0x0113, 0x0113,
+                "EagleTec",
+                "External Hard Disk",
+                US_SC_DEVICE, US_PR_DEVICE, NULL,
+                US_FL_FIX_INQUIRY ),
+
 /* Reported by Hanno Boeck <hanno@gmx.de>
  * Taken from the Lycoris Kernel */
 UNUSUAL_DEV(  0x0636, 0x0003, 0x0000, 0x9999,

[-- Attachment #3: patch-EagleTec113-2.6.6 --]
[-- Type: text/plain, Size: 942 bytes --]

--- drivers/usb/storage/unusual_devs.h.orig	2004-06-05 18:59:00.932141216 +0200
+++ drivers/usb/storage/unusual_devs.h	2004-06-05 19:01:22.818571200 +0200
@@ -417,6 +417,20 @@ UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_FIX_INQUIRY ),
 
+/* Reported by Tobias Weisserth <tobias@weisserth.org>
+ * Like the SIIG unit above, this unit needs an INQUIRY to ask for exactly
+ * 36 bytes of data.  No more, no less. That is the only reason this entry
+ * is needed.
+ *
+ * This entry is an exact copy of the above entry with a different
+ * firmware revision (1.13).
+*/
+UNUSUAL_DEV(  0x05e3, 0x0702, 0x0113, 0x0113,
+                "EagleTec",
+                "External Hard Disk",
+                US_SC_DEVICE, US_PR_DEVICE, 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-06-05 17:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1086086759.10599.14.camel@coruscant.weisserth.net>
     [not found] ` <20040602165723.GI7829@kroah.com>
     [not found]   ` <1086200163.8709.8.camel@coruscant.weisserth.net>
     [not found]     ` <20040602182131.GA13193@kroah.com>
2004-06-02 20:26       ` Tobias Weisserth
2004-06-02 20:33         ` Greg KH
2004-06-02 22:00           ` Tobias Weisserth
2004-06-02 22:59             ` Greg KH
2004-06-05 17:14               ` Tobias Weisserth [this message]
2004-06-14 21:40                 ` 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=1086455663.7588.6.camel@coruscant.weisserth.net \
    --to=tobias@weisserth.org \
    --cc=greg@kroah.com \
    --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

all inboxes | Powered by JetHome®