stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Bjørn Mork" <bjorn@mork.no>
To: Jiri Slaby <jslaby@suse.cz>
Cc: stable@vger.kernel.org, "David S . Miller" <davem@davemloft.net>
Subject: Re: [patch added to 3.12-stable] qmi_wwan: add Sierra Wireless MC74xx/EM74xx
Date: Wed, 20 Apr 2016 12:14:37 +0200	[thread overview]
Message-ID: <87mvoo60z6.fsf@nemi.mork.no> (raw)
In-Reply-To: <1461133871-7390-12-git-send-email-jslaby@suse.cz> (Jiri Slaby's message of "Wed, 20 Apr 2016 08:30:46 +0200")

Jiri Slaby <jslaby@suse.cz> writes:

> From: Bjørn Mork <bjorn@mork.no>
>
> This patch has been added to the 3.12 stable tree. If you have any
> objections, please let us know.
>
> ===============
>
> commit 0db65fcfcded76fe4f74e3ca9f4e2baf67b683ef upstream.
>
> New device IDs shamelessly lifted from the vendor driver.
>
> Signed-off-by: Bjørn Mork <bjorn@mork.no>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
> ---
>  drivers/net/usb/qmi_wwan.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
> index 6408090bc169..a516b7ee02bf 100644
> --- a/drivers/net/usb/qmi_wwan.c
> +++ b/drivers/net/usb/qmi_wwan.c
> @@ -747,6 +747,10 @@ static const struct usb_device_id products[] = {
>  	{QMI_FIXED_INTF(0x1199, 0x9056, 8)},	/* Sierra Wireless Modem */
>  	{QMI_FIXED_INTF(0x1199, 0x9057, 8)},
>  	{QMI_FIXED_INTF(0x1199, 0x9061, 8)},	/* Sierra Wireless Modem */
> +	{QMI_FIXED_INTF(0x1199, 0x9070, 8)},	/* Sierra Wireless MC74xx/EM74xx */
> +	{QMI_FIXED_INTF(0x1199, 0x9070, 10)},	/* Sierra Wireless MC74xx/EM74xx */
> +	{QMI_FIXED_INTF(0x1199, 0x9071, 8)},	/* Sierra Wireless MC74xx/EM74xx */
> +	{QMI_FIXED_INTF(0x1199, 0x9071, 10)},	/* Sierra Wireless MC74xx/EM74xx */
>  	{QMI_FIXED_INTF(0x1bbb, 0x011e, 4)},	/* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */
>  	{QMI_FIXED_INTF(0x1bbb, 0x0203, 2)},	/* Alcatel L800MA */
>  	{QMI_FIXED_INTF(0x2357, 0x0201, 4)},	/* TP-LINK HSUPA Modem MA180 */



This is of course harmless, but those devices won't actually work
without this fix:

 93725149794d ("net: qmi_wwan: MDM9x30 specific power management")


And I'm not sure that one is appropriate for stable?  I did consider it
more of a feature than a bugfix myself.  But that's up to you to decide
of course.


Bjørn

  reply	other threads:[~2016-04-20 10:14 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20  6:30 [patch added to 3.12-stable] tunnel: Clear IPCB(skb)->opt before dst_link_failure called Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: jme: fix suspend/resume on JMC260 Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] sctp: lack the check for ports in sctp_v6_cmp_addr Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan: add "D-Link DWM-221 B1" device id Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: add Netgear AirCard 341U Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: add additional Sierra Wireless QMI devices Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: interface #11 in Sierra Wireless MC73xx is not QMI Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan: add the second QMI/network interface for Sierra Wireless MC7305/MC7355 Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan: Add support for Dell Wireless 5809e 4G Modem Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: Sierra Wireless MC73xx -> Sierra Wireless MC7304/MC7354 Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan: add Sierra Wireless MC74xx/EM74xx Jiri Slaby
2016-04-20 10:14   ` Bjørn Mork [this message]
2016-04-27  9:08     ` Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: remove 1199:9070 device id Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: Add WeTelecom-WPD600N Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] net: qmi_wwan: Add SIMCom 7230E Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] Add Dell Wireless 5809e Gobi 4G HSPA+ Mobile Broadband Card (rev3) to qmi_wwan Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan: add Sierra Wireless EM74xx device ID Jiri Slaby
2016-04-20 10:16   ` Bjørn Mork
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] qmi_wwan/cdc_ether: move Novatel E371 (1410:9011) to qmi_wwan Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] ipv6: re-enable fragment header matching in ipv6_find_hdr Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] cdc_ncm: toggle altsetting to force reset before setup Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] usbnet: cleanup after bind() in probe() Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] udp6: fix UDP/IPv6 encap resubmit path Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] sh_eth: fix NULL pointer dereference in sh_eth_ring_format() Jiri Slaby
2016-04-20  6:30 ` [patch added to 3.12-stable] macvtap: always pass ethernet header in linear Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] net: Fix use after free in the recvmmsg exit path Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] mlx4: add missing braces in verify_qp_parameters Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] farsync: fix off-by-one bug in fst_add_one Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] ath9k: fix buffer overrun for ar9287 Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] net: mvneta: enable change MAC address when interface is up Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] qlge: Fix receive packets drop Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] ppp: take reference on channels netns Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] xfrm: Fix crash observed during device unregistration and decryption Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] ipv4: l2tp: fix a potential issue in l2tp_ip_recv Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] ipv6: l2tp: fix a potential issue in l2tp_ip6_recv Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] ip6_tunnel: set rtnl_link_ops before calling register_netdevice Jiri Slaby
2016-04-20  6:31 ` [patch added to 3.12-stable] ipv6: Count in extension headers in skb->network_header Jiri Slaby

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=87mvoo60z6.fsf@nemi.mork.no \
    --to=bjorn@mork.no \
    --cc=davem@davemloft.net \
    --cc=jslaby@suse.cz \
    --cc=stable@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).