(patch 1 of 8)
Hi,
Here's a patch against 2.2.20-pre2 that adds support for 3 more devices
to the usb-storage driver. This patch was from two different people,
from patches sent to the linux-usb-devel mailing list over the past few
months. The patch for the Sony devices came from Stas Bekman
<[EMAIL PROTECTED]> and the patch for the TEAC device came from Kaz
Sasayma <[EMAIL PROTECTED]>
thanks,
greg k-h
diff -Nru a/drivers/usb/usb-storage.c b/drivers/usb/usb-storage.c
--- a/drivers/usb/usb-storage.c Tue Jun 12 22:34:40 2001
+++ b/drivers/usb/usb-storage.c Tue Jun 12 22:34:40 2001
@@ -1636,6 +1636,11 @@
"Shuttle eUSCSI Bridge", US_SC_SCSI, US_PR_BULK, US_FL_ALT_LENGTH},
{ 0x04e6, 0x0006, 0x0100,
"Shuttle eUSB MMC Adapter", US_SC_SCSI, US_PR_CB, US_FL_SINGLE_LUN},
+ { 0x054c, 0x0010, 0x0210, "Sony DSC", US_SC_SCSI, US_PR_CB,
+ US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE | US_FL_ALT_LENGTH},
+ { 0x054c, 0x0010, 0x0322,
+ "Sony DSC-S75", US_SC_SCSI, US_PR_CB,
+ US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE | US_FL_ALT_LENGTH},
{ 0x057b, 0x0000, 0x0114,
"Y-E Data Flashbuster-U", US_SC_UFI, US_PR_CB, US_FL_SINGLE_LUN},
{ 0x059b, 0x0030, 0x0100,
@@ -1646,6 +1651,8 @@
"Iomega USB Zip 250", US_SC_SCSI, US_PR_BULK, US_FL_SINGLE_LUN},
{ 0x059b, 0x0034, 0x0100,
"Iomega Zip 100", US_SC_SCSI, US_PR_BULK, US_FL_SINGLE_LUN},
+ { 0x0644, 0x1000, 0x0133,
+ "TEAC CD-210PU", US_SC_8020, US_PR_BULK, US_FL_ALT_LENGTH},
{ 0x0693, 0x0002, 0x0100,
"Hagiwara FlashGate SmartMedia", US_SC_SCSI, US_PR_BULK,
US_FL_ALT_LENGTH},