lkml.org 
[lkml]   [2014]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.16 135/357] storage: Add single-LUN quirk for Jaz USB Adapter
    Date
    3.16-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Mark <markk@clara.co.uk>

    commit c66f1c62e85927357e7b3f4c701614dcb5c498a2 upstream.

    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>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/usb/storage/unusual_devs.h | 6 ++++++
    1 file changed, 6 insertions(+)

    --- a/drivers/usb/storage/unusual_devs.h
    +++ b/drivers/usb/storage/unusual_devs.h
    @@ -741,6 +741,12 @@ UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x
    USB_SC_DEVICE, USB_PR_DEVICE, NULL,
    US_FL_SINGLE_LUN ),

    +UNUSUAL_DEV( 0x059b, 0x0040, 0x0100, 0x0100,
    + "Iomega",
    + "Jaz USB Adapter",
    + USB_SC_DEVICE, USB_PR_DEVICE, NULL,
    + US_FL_SINGLE_LUN ),
    +
    /* Reported by <Hendryk.Pfeiffer@gmx.de> */
    UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
    "LaCie",



    \
     
     \ /
      Last update: 2014-10-04 03:21    [W:4.102 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site