Re: [PATCH] USB: sierra: add 1199:68AB device ID

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2015-07-13 12:44, Dirk Behme wrote:
Add support for USB descriptor 0x1199, 0x68AB.

Signed-off-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
---
  drivers/usb/serial/sierra.c | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index 46179a0..4122e4f 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -289,6 +289,9 @@ static const struct usb_device_id id_table[] = {
  	{ USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x68AA, 0xFF, 0xFF, 0xFF),
  	  .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist
  	},
+	{ USB_DEVICE(0x1199, 0x68AB),   /* 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


1199:68ab is a usb id which I have not seen before and there is no
information available about it on the net, no google results.
I'm sure I am not the only one here who want to have more specific
information about this device, what is the Sierra product name?

What interfaces does it present on the usb bus,  lsusb -v -d 1199:68ab
will show that.

thanks
Lars
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux