All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: qcserial: add Dell DW5570 QDL
@ 2017-01-18 20:31 Aleksander Morgado
  2017-01-19  8:17 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Morgado @ 2017-01-18 20:31 UTC (permalink / raw)
  To: linux-usb, johan; +Cc: Aleksander Morgado, stable

The Dell DW5570 is a re-branded Sierra Wireless MC8805 which will by
default boot with vid 0x413c and pid 0x81a3. When triggered QDL download
mode, the device switches to pid 0x81a6 and provides the standard TTY
used for firmware upgrade.

Cc: <stable@vger.kernel.org>
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 drivers/usb/serial/qcserial.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 1bc6089b9008..696458db7e3c 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -124,6 +124,7 @@ static const struct usb_device_id id_table[] = {
 	{USB_DEVICE(0x1410, 0xa021)},	/* Novatel Gobi 3000 Composite */
 	{USB_DEVICE(0x413c, 0x8193)},	/* Dell Gobi 3000 QDL */
 	{USB_DEVICE(0x413c, 0x8194)},	/* Dell Gobi 3000 Composite */
+	{USB_DEVICE(0x413c, 0x81a6)},	/* Dell DW5570 QDL (MC8805) */
 	{USB_DEVICE(0x1199, 0x68a4)},	/* Sierra Wireless QDL */
 	{USB_DEVICE(0x1199, 0x68a5)},	/* Sierra Wireless Modem */
 	{USB_DEVICE(0x1199, 0x68a8)},	/* Sierra Wireless QDL */
-- 
2.11.0


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

* Re: [PATCH] USB: qcserial: add Dell DW5570 QDL
  2017-01-18 20:31 [PATCH] USB: qcserial: add Dell DW5570 QDL Aleksander Morgado
@ 2017-01-19  8:17 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2017-01-19  8:17 UTC (permalink / raw)
  To: Aleksander Morgado; +Cc: linux-usb, johan, stable

On Wed, Jan 18, 2017 at 09:31:31PM +0100, Aleksander Morgado wrote:
> The Dell DW5570 is a re-branded Sierra Wireless MC8805 which will by
> default boot with vid 0x413c and pid 0x81a3. When triggered QDL download
> mode, the device switches to pid 0x81a6 and provides the standard TTY
> used for firmware upgrade.
> 
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>

Applied, thanks.

Johan

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

end of thread, other threads:[~2017-01-19  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18 20:31 [PATCH] USB: qcserial: add Dell DW5570 QDL Aleksander Morgado
2017-01-19  8:17 ` Johan Hovold

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.