|
@@ -294,6 +294,10 @@ static const struct usb_device_id id_table[] = {
|
|
|
{ USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless Direct IP modems */
|
|
|
.driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist
|
|
|
},
|
|
|
+ /* AT&T Direct IP LTE modems */
|
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(0x0F3D, 0x68AA, 0xFF, 0xFF, 0xFF),
|
|
|
+ .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist
|
|
|
+ },
|
|
|
{ USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */
|
|
|
.driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist
|
|
|
},
|