|
@@ -1851,7 +1851,7 @@ static int usbat_probe(struct usb_interface *intf,
|
|
us->transport_name = "Shuttle USBAT";
|
|
us->transport_name = "Shuttle USBAT";
|
|
us->transport = usbat_flash_transport;
|
|
us->transport = usbat_flash_transport;
|
|
us->transport_reset = usb_stor_CB_reset;
|
|
us->transport_reset = usb_stor_CB_reset;
|
|
- us->max_lun = 1;
|
|
|
|
|
|
+ us->max_lun = 0;
|
|
|
|
|
|
result = usb_stor_probe2(us);
|
|
result = usb_stor_probe2(us);
|
|
return result;
|
|
return result;
|