https://github.com/torvalds/linux
Revision a7e69ddb10f72f17556bfe99259ecb10cbcb4b5c authored by Mark on 19 August 2014, 20:45:22 UTC, committed by Greg Kroah-Hartman on 25 August 2014, 17:46:11 UTC
The uSCSI from Newer Technology is a SCSI-USB converter with USB ID 06ca:2003.
Like several other SCSI-USB products, it's a Shuttle Technology OEM device.
Without a suitable entry in unusual-devs.h, the converter can only access the
(single) device with SCSI ID 0. Copying the entry for device 04e6:0002 allows
it to work with devices with other SCSI IDs too.

There are currently six entries for Shuttle-developed SCSI-USB devices in
unusual-devs.h (grep for euscsi):
  04e6:0002  Shuttle eUSCSI Bridge    USB_SC_DEVICE, USB_PR_DEVICE
  04e6:000b  Shuttle eUSCSI Bridge    USB_SC_SCSI, USB_PR_BULK
  04e6:000c  Shuttle eUSCSI Bridge    USB_SC_SCSI, USB_PR_BULK
  050d:0115  Belkin USB SCSI Adaptor  USB_SC_SCSI, USB_PR_BULK
  07af:0004  Microtech USB-SCSI-DB25  USB_SC_DEVICE, USB_PR_DEVICE
  07af:0005  Microtech USB-SCSI-HD50  USB_SC_DEVICE, USB_PR_DEVICE

lsusb -v output for the uSCSI lists
  bInterfaceSubClass      6 SCSI
  bInterfaceProtocol     80 Bulk (Zip)

This patch adds an entry for the uSCSI to unusual_devs.h.

Signed-off-by: Mark Knibbs <markk@clara.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 563da3a
History
Tip revision: a7e69ddb10f72f17556bfe99259ecb10cbcb4b5c authored by Mark on 19 August 2014, 20:45:22 UTC
USB: storage: add quirk for Newer Technology uSCSI SCSI-USB converter
Tip revision: a7e69dd
File Mode Size
alps.txt -rw-r--r-- 9.9 KB
amijoy.txt -rw-r--r-- 7.5 KB
appletouch.txt -rw-r--r-- 3.2 KB
atarikbd.txt -rw-r--r-- 25.5 KB
bcm5974.txt -rw-r--r-- 2.2 KB
cd32.txt -rw-r--r-- 535 bytes
cma3000_d0x.txt -rw-r--r-- 2.8 KB
cs461x.txt -rw-r--r-- 2.1 KB
edt-ft5x06.txt -rw-r--r-- 2.1 KB
elantech.txt -rw-r--r-- 19.9 KB
event-codes.txt -rw-r--r-- 13.9 KB
ff.txt -rw-r--r-- 7.4 KB
gamepad.txt -rw-r--r-- 7.4 KB
gameport-programming.txt -rw-r--r-- 5.8 KB
gpio-tilt.txt -rw-r--r-- 2.5 KB
iforce-protocol.txt -rw-r--r-- 7.5 KB
input-programming.txt -rw-r--r-- 10.2 KB
input.txt -rw-r--r-- 10.9 KB
interactive.fig -rw-r--r-- 1.4 KB
joystick-api.txt -rw-r--r-- 9.3 KB
joystick-parport.txt -rw-r--r-- 19.5 KB
joystick.txt -rw-r--r-- 20.1 KB
multi-touch-protocol.txt -rw-r--r-- 16.6 KB
notifier.txt -rw-r--r-- 1.7 KB
ntrig.txt -rw-r--r-- 5.4 KB
rotary-encoder.txt -rw-r--r-- 3.8 KB
sentelic.txt -rw-r--r-- 33.2 KB
shape.fig -rw-r--r-- 1.9 KB
walkera0701.txt -rw-r--r-- 3.8 KB
xpad.txt -rw-r--r-- 6.8 KB
yealink.txt -rw-r--r-- 6.0 KB

back to top