]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Update for JMTek USBDrive
authorBrian Hall <brihall@pcisys.net>
Thu, 26 Sep 2002 16:01:20 +0000 (09:01 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 26 Sep 2002 16:01:20 +0000 (09:01 -0700)
Attached is a patch against the 2.4.19 linux kernel. It adds an entry
for another version of the JMTek USBDrive (driverless), and also updates
my email address.

drivers/usb/storage/unusual_devs.h

index abb117bfe6e47747a9a4353ab87b9333f7eaf614..9caaa7d0c418cc31384918e041e774daf42a0024 100644 (file)
@@ -548,17 +548,22 @@ UNUSUAL_DEV(  0x1065, 0x2136, 0x0000, 0x0001,
                US_SC_SCSI, US_PR_BULK, NULL,
                US_FL_MODE_XLATE | US_FL_START_STOP | US_FL_FIX_INQUIRY ),
 
-/* Submitted by Brian Hall <brihall@bigfoot.com>
+/* Submitted by Brian Hall <brihall@pcisys.net>
  * Needed for START_STOP flag */
 UNUSUAL_DEV(  0x0c76, 0x0003, 0x0100, 0x0100,
                "JMTek",
                "USBDrive",
                US_SC_SCSI, US_PR_BULK, NULL,
                US_FL_START_STOP ),
+UNUSUAL_DEV(  0x0c76, 0x0005, 0x0100, 0x0100,
+               "JMTek",
+               "USBDrive",
+               US_SC_SCSI, US_PR_BULK, NULL,
+               US_FL_START_STOP ),
 
 /* Reported by Dan Pilone <pilone@slac.com>
  * The device needs the flags only.
- * Also reported by Brian Hall <brihall@bigfoot.com>, again for flags.
+ * Also reported by Brian Hall <brihall@pcisys.net>, again for flags.
  * I also suspect this device may have a broken serial number.
  */
 UNUSUAL_DEV(  0x1065, 0x2136, 0x0000, 0x9999,