netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Enrico Mioso <mrkiko.rs@gmail.com>
To: gregkh@linuxfoundation.org, davem@davemloft.net, bjorn@mork.no,
	dcbw@redhat.com, christian.schmiedl@gemalto.com,
	linux-usb@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Enrico Mioso <mrkiko.rs@gmail.com>,
	Antonella Pellizzari <anto.pellizzari83@gmail.com>
Subject: [PATCH] net: qmi_wwan: Olivetti Olicard 200 support
Date: Tue, 15 Oct 2013 15:06:48 +0200	[thread overview]
Message-ID: <1381842408-10800-2-git-send-email-mrkiko.rs@gmail.com> (raw)
In-Reply-To: <1381842408-10800-1-git-send-email-mrkiko.rs@gmail.com>

This is a QMI device, manufactured by TCT Mobile Phones.
A companion patch blacklisting this device's QMI interface in the option.c
driver has been sent.

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

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 3d6aaf7..818ce90 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -714,6 +714,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x2357, 0x0201, 4)},	/* TP-LINK HSUPA Modem MA180 */
 	{QMI_FIXED_INTF(0x2357, 0x9000, 4)},	/* TP-LINK MA260 */
 	{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)},	/* Telit LE920 */
+	{QMI_FIXED_INTF(0x0b3c, 0xc005, 6)},    /* Olivetti Olicard 200 */
 	{QMI_FIXED_INTF(0x1e2d, 0x0060, 4)},	/* Cinterion PLxx */
 
 	/* 4. Gobi 1000 devices */
-- 
1.8.4

  reply	other threads:[~2013-10-15 13:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15 13:06 [PATCH] usb: serial: option: blacklist Olivetti Olicard200 Enrico Mioso
2013-10-15 13:06 ` Enrico Mioso [this message]
2013-10-15 14:49   ` [PATCH] net: qmi_wwan: Olivetti Olicard 200 support 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381842408-10800-2-git-send-email-mrkiko.rs@gmail.com \
    --to=mrkiko.rs@gmail.com \
    --cc=anto.pellizzari83@gmail.com \
    --cc=bjorn@mork.no \
    --cc=christian.schmiedl@gemalto.com \
    --cc=davem@davemloft.net \
    --cc=dcbw@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).