diff options
author | Mark <markk@clara.co.uk> | 2014-09-11 08:15:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-11 17:22:25 -0400 |
commit | c66f1c62e85927357e7b3f4c701614dcb5c498a2 (patch) | |
tree | 3be1d318fce9db45f987b927948e35bf61f3d3f1 /drivers/usb | |
parent | a79e5bc53a9519202dfad7d916761601fcbf8db1 (diff) |
storage: Add single-LUN quirk for Jaz USB Adapter
The Iomega Jaz USB Adapter is a SCSI-USB converter cable. The hardware
seems to be identical to e.g. the Microtech XpressSCSI, using a Shuttle/
SCM chip set. However its firmware restricts it to only work with Jaz
drives.
On connecting the cable a message like this appears four times in the log:
reset full speed USB device number 4 using uhci_hcd
That's non-fatal but the US_FL_SINGLE_LUN quirk fixes it.
Signed-off-by: Mark Knibbs <markk@clara.co.uk>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 7ef99b2f3aaf..60cfcbc78552 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -741,6 +741,12 @@ UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100, | |||
741 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 741 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
742 | US_FL_SINGLE_LUN ), | 742 | US_FL_SINGLE_LUN ), |
743 | 743 | ||
744 | UNUSUAL_DEV( 0x059b, 0x0040, 0x0100, 0x0100, | ||
745 | "Iomega", | ||
746 | "Jaz USB Adapter", | ||
747 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
748 | US_FL_SINGLE_LUN ), | ||
749 | |||
744 | /* Reported by <Hendryk.Pfeiffer@gmx.de> */ | 750 | /* Reported by <Hendryk.Pfeiffer@gmx.de> */ |
745 | UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, | 751 | UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, |
746 | "LaCie", | 752 | "LaCie", |