diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch')
-rw-r--r-- | packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch b/packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch index e69de29bb2..1f627ca66b 100644 --- a/packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch +++ b/packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch @@ -0,0 +1,41 @@ +diff -r -u -x CVS R23/drivers/usb/storage/unusual_devs.h R29/drivers/usb/storage/unusual_devs.h +--- R23/drivers/usb/storage/unusual_devs.h 2004-07-07 08:31:44.000000000 +0100 ++++ R29/drivers/usb/storage/unusual_devs.h 2004-08-30 07:53:58.000000000 +0100 +@@ -1,7 +1,7 @@ + /* Driver for USB Mass Storage compliant devices + * Ununsual Devices File + * +- * $Id: unusual_devs.h,v 1.1 2004/03/24 20:43:17 sure Exp $ ++ * $Id: unusual_devs.h,v 1.2 2004/08/30 06:53:58 sure Exp $ + * + * Current development and maintenance by: + * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) +@@ -686,6 +686,17 @@ + "OneTouch", + US_SC_SCSI, US_PR_BULK, mxo_ot_init, + US_FL_SINGLE_LUN), ++UNUSUAL_DEV( 0x0D49, 0x7100, 0x0000, 0x9999, ++ "Maxtor", ++ "OneTouch II", ++ US_SC_SCSI, US_PR_BULK, mxo_ot_init, ++ US_FL_SINGLE_LUN), ++UNUSUAL_DEV( 0x0D49, 0x7110, 0x0000, 0x9999, ++ "Maxtor", ++ "OneTouch II", ++ US_SC_SCSI, US_PR_BULK, mxo_ot_init, ++ US_FL_SINGLE_LUN), ++ + UNUSUAL_DEV( 0x0D49, 0x5000, 0x0000, 0x9999, + "Maxtor", + "5000DV v01.00.00", +diff -r -u -x CVS R23/drivers/usb/storage/usb.c R29/drivers/usb/storage/usb.c +--- R23/drivers/usb/storage/usb.c 2004-07-07 08:31:44.000000000 +0100 ++++ R29/drivers/usb/storage/usb.c 2004-08-30 07:54:48.000000000 +0100 +@@ -1,6 +1,6 @@ + /* Driver for USB Mass Storage compliant devices + * +- * $Id: usb.c,v 1.1 2004/03/24 20:43:17 sure Exp $ ++ * $Id: usb.c,v 1.2 2004/08/30 06:54:48 sure Exp $ + * + * Current development and maintenance by: + * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) |