From: Hans de Goede Date: Sat, 13 Sep 2014 10:26:48 +0000 (+0200) Subject: uas: Remove protype hardware usb interface info X-Git-Tag: v3.18-rc1~131^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=102c00cb91f36f6f7afa6658b2436b04fb3d95b3;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/uas.c b/drivers/usb/storage/uas.c index 720310a..6da4a48 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[] = { # include "unusual_uas.h" { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_BULK) }, { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_UAS) }, - /* 0xaa is a prototype device I happen to have access to */ - { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, 0xaa) }, { } }; MODULE_DEVICE_TABLE(usb, uas_usb_ids);