All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add support for Sierra Wireless EM7590 0xc081 composition.
@ 2022-04-25  3:14 Ethan Yang
  2022-04-25  5:07 ` Bjørn Mork
  0 siblings, 1 reply; 5+ messages in thread
From: Ethan Yang @ 2022-04-25  3:14 UTC (permalink / raw)
  To: bjorn, davem, kuba, pabeni, netdev, linux-usb, linux-kernel
  Cc: gchiang, Ethan Yang

add support for Sierra Wireless EM7590 0xc081 composition.

Signed-off-by: Ethan Yang <etyang@sierrawireless.com>
---
 drivers/net/usb/qmi_wwan.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 3353e761016d..fa220a13edb6 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1351,6 +1351,7 @@ static const struct usb_device_id products[] = {
 	{QMI_QUIRK_SET_DTR(0x1199, 0x907b, 8)},	/* Sierra Wireless EM74xx */
 	{QMI_QUIRK_SET_DTR(0x1199, 0x907b, 10)},/* Sierra Wireless EM74xx */
 	{QMI_QUIRK_SET_DTR(0x1199, 0x9091, 8)},	/* Sierra Wireless EM7565 */
+	{QMI_QUIRK_SET_DTR(0x1199, 0xc081, 8)},	/* Sierra Wireless EM7590 */
 	{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 */
-- 
2.17.1


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

end of thread, other threads:[~2022-04-26 10:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  3:14 [PATCH] add support for Sierra Wireless EM7590 0xc081 composition Ethan Yang
2022-04-25  5:07 ` Bjørn Mork
2022-04-25  5:40   ` [PATCH v2] net: usb: qmi_wwan: add support for Sierra Wireless EM7590 ipis.yang
2022-04-25  5:43     ` Bjørn Mork
2022-04-26  9:50     ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.