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
Raw File
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
00-INDEX
00-INDEX
	- this file.
active_mm.txt
	- An explanation from Linus about tsk->active_mm vs tsk->mm.
balance
	- various information on memory balancing.
cleancache.txt
	- Intro to cleancache and page-granularity victim cache.
frontswap.txt
	- Outline frontswap, part of the transcendent memory frontend.
highmem.txt
	- Outline of highmem and common issues.
hugetlbpage.txt
	- a brief summary of hugetlbpage support in the Linux kernel.
hwpoison.txt
	- explains what hwpoison is
ksm.txt
	- how to use the Kernel Samepage Merging feature.
numa
	- information about NUMA specific code in the Linux vm.
numa_memory_policy.txt
	- documentation of concepts and APIs of the 2.6 memory policy support.
overcommit-accounting
	- description of the Linux kernels overcommit handling modes.
page_migration
	- description of page migration in NUMA systems.
pagemap.txt
	- pagemap, from the userspace perspective
slub.txt
	- a short users guide for SLUB.
soft-dirty.txt
	- short explanation for soft-dirty PTEs
split_page_table_lock
	- Separate per-table lock to improve scalability of the old page_table_lock.
transhuge.txt
	- Transparent Hugepage Support, alternative way of using hugepages.
unevictable-lru.txt
	- Unevictable LRU infrastructure
zswap.txt
	- Intro to compressed cache for swap pages
back to top