diff options
-rw-r--r-- | drivers/usb/serial/sierra.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index d423d36acc04..0274710cced5 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
@@ -288,9 +288,6 @@ static const struct usb_device_id id_table[] = { | |||
288 | /* Sierra Wireless HSPA Non-Composite Device */ | 288 | /* Sierra Wireless HSPA Non-Composite Device */ |
289 | { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x6892, 0xFF, 0xFF, 0xFF)}, | 289 | { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x6892, 0xFF, 0xFF, 0xFF)}, |
290 | { USB_DEVICE(0x1199, 0x6893) }, /* Sierra Wireless Device */ | 290 | { USB_DEVICE(0x1199, 0x6893) }, /* Sierra Wireless Device */ |
291 | { USB_DEVICE(0x1199, 0x68A2), /* Sierra Wireless MC77xx in QMI mode */ | ||
292 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist | ||
293 | }, | ||
294 | { USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless Direct IP modems */ | 291 | { USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless Direct IP modems */ |
295 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist | 292 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist |
296 | }, | 293 | }, |