uas: Remove support for old sense ui as used in pre-production hardware
authorHans de Goede <hdegoede@redhat.com>
Sat, 13 Sep 2014 10:26:47 +0000 (12:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:42:12 +0000 (21:42 -0700)
commit5ad22cfc13399cc46267e5685769d6e7a0bbe163
treeaea4329ab2832043102cde477d59807355c743d2
parenteb7d664ae459114cbbee8ecef17f90b9c71d994c
uas: Remove support for old sense ui as used in pre-production hardware

I've access to a number of different uas devices now, and none of them use
old style sense urbs. The only case where these code-paths trigger is with
the asm1051 and there they do the wrong thing, as the asm1051 sends 8 bytes
status iu-s when it does not have any sense data, but uses new style
sense iu-s regardless, as can be seen for scsi cmnds where there is sense
data.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas.c