diff options
| author | Henning Schild <henning@wh9.tu-dresden.de> | 2004-03-09 21:42:31 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-03-09 21:42:31 -0800 |
| commit | bcffdf5cb05fd57b433c2d8c33b471cd3acc02f2 (patch) | |
| tree | c1bcdd204023b0fcda79b9b416afe9c57304b2a8 | |
| parent | 3e4a8764a93e314e5f989175d13bd6a17d29a5c8 (diff) | |
[PATCH] USB: unusual_devs.h update
*** linux-2.6.3/drivers/usb/storage/unusual_devs.h 2004-02-18 04:59:06.000000000 +0100
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 00ae8b1a9ebd..55fb0233f44c 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -417,6 +417,13 @@ UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0x0001, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY ), +/* 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 ), + /* Reported by Hanno Boeck <hanno@gmx.de> * Taken from the Lycoris Kernel */ UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, |
