linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: option: Add ID for Telewell TW-LTE 4G v2
@ 2014-07-02  9:36 Bernd Wachter
  2014-07-07  8:33 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Wachter @ 2014-07-02  9:36 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-kernel


Add ID of the Telewell 4G v2 hardware to option driver to get legacy
serial interface working


Signed-off-by: Bernd Wachter <bernd.wachter@jolla.com>
---
--- linux-3.15.3/drivers/usb/serial/option.c.orig	2014-07-02 12:23:28.000000000 +0300
+++ linux-3.15.3/drivers/usb/serial/option.c	2014-07-02 12:25:16.000000000 +0300
@@ -1480,6 +1480,8 @@ static const struct usb_device_id option
 		.driver_info = (kernel_ulong_t)&net_intf2_blacklist },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1426, 0xff, 0xff, 0xff),  /* ZTE MF91 */
 		.driver_info = (kernel_ulong_t)&net_intf2_blacklist },
+	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1428, 0xff, 0xff, 0xff),  /* Telewell TW-LTE 4G v2 */
+		.driver_info = (kernel_ulong_t)&net_intf2_blacklist },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1533, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1534, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1535, 0xff, 0xff, 0xff) },


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-07  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  9:36 [PATCH] usb: option: Add ID for Telewell TW-LTE 4G v2 Bernd Wachter
2014-07-07  8:33 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).