1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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)
|