|
@@ -1346,6 +1346,7 @@ static int option_probe(struct usb_serial *serial,
|
|
serial->interface->cur_altsetting->desc.bInterfaceNumber,
|
|
serial->interface->cur_altsetting->desc.bInterfaceNumber,
|
|
OPTION_BLACKLIST_RESERVED_IF,
|
|
OPTION_BLACKLIST_RESERVED_IF,
|
|
(const struct option_blacklist_info *) id->driver_info))
|
|
(const struct option_blacklist_info *) id->driver_info))
|
|
|
|
+ return -ENODEV;
|
|
|
|
|
|
/* Don't bind network interface on Samsung GT-B3730, it is handled by a separate module */
|
|
/* Don't bind network interface on Samsung GT-B3730, it is handled by a separate module */
|
|
if (serial->dev->descriptor.idVendor == SAMSUNG_VENDOR_ID &&
|
|
if (serial->dev->descriptor.idVendor == SAMSUNG_VENDOR_ID &&
|