diff options
-rw-r--r-- | drivers/usb/serial/sierra.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index ef71ba3960d..d5476389df0 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
@@ -304,6 +304,10 @@ static const struct usb_device_id id_table[] = { | |||
304 | { USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless Direct IP modems */ | 304 | { USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless Direct IP modems */ |
305 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist | 305 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist |
306 | }, | 306 | }, |
307 | /* AT&T Direct IP LTE modems */ | ||
308 | { USB_DEVICE_AND_INTERFACE_INFO(0x0F3D, 0x68AA, 0xFF, 0xFF, 0xFF), | ||
309 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist | ||
310 | }, | ||
307 | { USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */ | 311 | { USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */ |
308 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist | 312 | .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist |
309 | }, | 313 | }, |