commit | eab77694098469d80e1186fdda9f965045730a3e | [log] [tgz] |
---|---|---|
author | Mark Knibbs <markk@clara.co.uk> | Fri Nov 07 22:02:19 2014 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 24 17:22:38 2014 -0800 |
tree | 3056728c3547e9945dd7be8f53a5e738dfdadf6d | |
parent | 782614b80edf97dad35fa93f9981883c3e117c29 [diff] |
storage: Enable multi-target mode as vendor driver does for SCM eUSCSI bridge usb_stor_euscsi_init() enables multi-target mode for SCM eUSB SCSI bridge devices. The control message it sends has wLength = 1 and the byte sent is 0x01. While that works, the SCM Windows driver does it with wLength = 0. We may as well match what the SCM driver does. Signed-off-by: Mark Knibbs <markk@clara.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>