summaryrefslogtreecommitdiff
path: root/recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-05-01 20:22:54 +0100
committerGraeme Gregory <dp@xora.org.uk>2009-05-01 20:22:54 +0100
commitc9c54dff2274b232ffb294eb112a707bdb08979c (patch)
tree491591b1eaf400935befe1a8892e8ffdd6c6157d /recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch
parent7c5721fde04a54c72d55c202440d07241b554d87 (diff)
parentaed989bee84635625b1af33907fe082df6de163f (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch')
-rw-r--r--recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch b/recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch
deleted file mode 100644
index 1f627ca66b..0000000000
--- a/recipes/linux/unslung-kernel/linux-kernel-R25_to_R29.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-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)