]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/unslung-kernel/linux-kernel-R25_to_R29.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / unslung-kernel / linux-kernel-R25_to_R29.patch
1 diff -r -u -x CVS R23/drivers/usb/storage/unusual_devs.h R29/drivers/usb/storage/unusual_devs.h
2 --- R23/drivers/usb/storage/unusual_devs.h      2004-07-07 08:31:44.000000000 +0100
3 +++ R29/drivers/usb/storage/unusual_devs.h      2004-08-30 07:53:58.000000000 +0100
4 @@ -1,7 +1,7 @@
5  /* Driver for USB Mass Storage compliant devices
6   * Ununsual Devices File
7   *
8 - * $Id: unusual_devs.h,v 1.1 2004/03/24 20:43:17 sure Exp $
9 + * $Id: unusual_devs.h,v 1.2 2004/08/30 06:53:58 sure Exp $
10   *
11   * Current development and maintenance by:
12   *   (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
13 @@ -686,6 +686,17 @@
14                 "OneTouch",
15                 US_SC_SCSI, US_PR_BULK, mxo_ot_init,
16                 US_FL_SINGLE_LUN),
17 +UNUSUAL_DEV(  0x0D49, 0x7100, 0x0000, 0x9999, 
18 +               "Maxtor",
19 +               "OneTouch II",
20 +               US_SC_SCSI, US_PR_BULK, mxo_ot_init,
21 +               US_FL_SINGLE_LUN),
22 +UNUSUAL_DEV(  0x0D49, 0x7110, 0x0000, 0x9999, 
23 +               "Maxtor",
24 +               "OneTouch II",
25 +               US_SC_SCSI, US_PR_BULK, mxo_ot_init,
26 +               US_FL_SINGLE_LUN),              
27 +               
28  UNUSUAL_DEV(  0x0D49, 0x5000, 0x0000, 0x9999,
29                 "Maxtor",
30                 "5000DV v01.00.00",
31 diff -r -u -x CVS R23/drivers/usb/storage/usb.c R29/drivers/usb/storage/usb.c
32 --- R23/drivers/usb/storage/usb.c       2004-07-07 08:31:44.000000000 +0100
33 +++ R29/drivers/usb/storage/usb.c       2004-08-30 07:54:48.000000000 +0100
34 @@ -1,6 +1,6 @@
35  /* Driver for USB Mass Storage compliant devices
36   *
37 - * $Id: usb.c,v 1.1 2004/03/24 20:43:17 sure Exp $
38 + * $Id: usb.c,v 1.2 2004/08/30 06:54:48 sure Exp $
39   *
40   * Current development and maintenance by:
41   *   (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)