diff options
Diffstat (limited to 'drivers/usb/storage/option_ms.c')
-rw-r--r-- | drivers/usb/storage/option_ms.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/storage/option_ms.c b/drivers/usb/storage/option_ms.c index 353f922939a4..126ea3424c03 100644 --- a/drivers/usb/storage/option_ms.c +++ b/drivers/usb/storage/option_ms.c | |||
@@ -94,7 +94,8 @@ int option_ms_init(struct us_data *us) | |||
94 | */ | 94 | */ |
95 | if (udev->descriptor.bDeviceClass != 0 || | 95 | if (udev->descriptor.bDeviceClass != 0 || |
96 | udev->descriptor.bDeviceSubClass != 0 || | 96 | udev->descriptor.bDeviceSubClass != 0 || |
97 | udev->descriptor.bDeviceProtocol != 0) | 97 | udev->descriptor.bDeviceProtocol != 0 || |
98 | udev->actconfig->desc.bNumInterfaces == 3) | ||
98 | return USB_STOR_TRANSPORT_GOOD; | 99 | return USB_STOR_TRANSPORT_GOOD; |
99 | 100 | ||
100 | US_DEBUGP("Option MS: option_ms_init called\n"); | 101 | US_DEBUGP("Option MS: option_ms_init called\n"); |