diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-09-13 06:26:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 00:42:12 -0400 |
commit | 102c00cb91f36f6f7afa6658b2436b04fb3d95b3 (patch) | |
tree | 0b04ac0d02017f2adc955480c97da26fc81b64e1 /drivers/usb | |
parent | 5ad22cfc13399cc46267e5685769d6e7a0bbe163 (diff) |
uas: Remove protype hardware usb interface info
We've removed all hack from the driver for pre-production hardware.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/uas.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/storage/uas.c b/drivers/usb/storage/uas.c index 720310ab3bf3..6da4a48ae7d2 100644 --- a/drivers/usb/storage/uas.c +++ b/drivers/usb/storage/uas.c | |||
@@ -834,8 +834,6 @@ static struct usb_device_id uas_usb_ids[] = { | |||
834 | # include "unusual_uas.h" | 834 | # include "unusual_uas.h" |
835 | { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_BULK) }, | 835 | { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_BULK) }, |
836 | { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_UAS) }, | 836 | { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_UAS) }, |
837 | /* 0xaa is a prototype device I happen to have access to */ | ||
838 | { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, 0xaa) }, | ||
839 | { } | 837 | { } |
840 | }; | 838 | }; |
841 | MODULE_DEVICE_TABLE(usb, uas_usb_ids); | 839 | MODULE_DEVICE_TABLE(usb, uas_usb_ids); |