netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: serial: option: blacklist Olivetti Olicard200
@ 2013-10-15 13:06 Enrico Mioso
  2013-10-15 13:06 ` [PATCH] net: qmi_wwan: Olivetti Olicard 200 support Enrico Mioso
  2013-10-15 14:47 ` [PATCH] usb: serial: option: blacklist Olivetti Olicard200 Dan Williams
  0 siblings, 2 replies; 7+ messages in thread
From: Enrico Mioso @ 2013-10-15 13:06 UTC (permalink / raw)
  To: gregkh, davem, bjorn, dcbw, christian.schmiedl, linux-usb, netdev,
	linux-kernel
  Cc: Enrico Mioso, Antonella Pellizzari

Interface 6 of this device speaks QMI as per tests done by us.
Credits go to Antonella for providing the hardware.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
Signed-off-by: Antonella Pellizzari <anto.pellizzari83@gmail.com>

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index 80a7104..d7c10d6 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -1257,7 +1257,9 @@ static const struct usb_device_id option_ids[] = {
 
 	{ USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD100) },
 	{ USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD145) },
-	{ USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD200) },
+	{ USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD200),
+		.driver_info = (kernel_ulong_t)&net_intf6_blacklist
+	},
 	{ USB_DEVICE(CELOT_VENDOR_ID, CELOT_PRODUCT_CT680M) }, /* CT-650 CDMA 450 1xEVDO modem */
 	{ USB_DEVICE_AND_INTERFACE_INFO(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_GT_B3730, USB_CLASS_CDC_DATA, 0x00, 0x00) }, /* Samsung GT-B3730 LTE USB modem.*/
 	{ USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CEM600) },
-- 
1.8.4

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

end of thread, other threads:[~2013-10-17 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 13:06 [PATCH] usb: serial: option: blacklist Olivetti Olicard200 Enrico Mioso
2013-10-15 13:06 ` [PATCH] net: qmi_wwan: Olivetti Olicard 200 support Enrico Mioso
2013-10-15 14:49   ` Dan Williams
2013-10-15 16:07     ` Enrico Mioso
2013-10-16 20:24   ` Greg KH
2013-10-17 20:01   ` David Miller
2013-10-15 14:47 ` [PATCH] usb: serial: option: blacklist Olivetti Olicard200 Dan Williams

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).