All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: serial: qcserial: add EM9191 QDL support
@ 2021-10-07 12:25 Aleksander Morgado
  2021-10-07 13:40 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Morgado @ 2021-10-07 12:25 UTC (permalink / raw)
  To: johan, linux-usb; +Cc: gregkh, Aleksander Morgado

When the module boots into QDL download mode it exposes the 1199:90d2
ids, which can be mapped to the qcserial driver, and used to run
firmware upgrades (e.g. with the qmi-firmware-update program).

  T:  Bus=01 Lev=03 Prnt=08 Port=03 Cnt=01 Dev#= 10 Spd=480 MxCh= 0
  D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=1199 ProdID=90d2 Rev=00.00
  S:  Manufacturer=Sierra Wireless, Incorporated
  S:  Product=Sierra Wireless EM9191
  S:  SerialNumber=8W0382004102A109
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=2mA
  I:  If#=0x0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=10 Driver=qcserial

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 83da8236e3c8..c18bf8164bc2 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -165,6 +165,7 @@ static const struct usb_device_id id_table[] = {
 	{DEVICE_SWI(0x1199, 0x907b)},	/* Sierra Wireless EM74xx */
 	{DEVICE_SWI(0x1199, 0x9090)},	/* Sierra Wireless EM7565 QDL */
 	{DEVICE_SWI(0x1199, 0x9091)},	/* Sierra Wireless EM7565 */
+	{DEVICE_SWI(0x1199, 0x90d2)},	/* Sierra Wireless EM9191 QDL */
 	{DEVICE_SWI(0x413c, 0x81a2)},	/* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */
 	{DEVICE_SWI(0x413c, 0x81a3)},	/* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */
 	{DEVICE_SWI(0x413c, 0x81a4)},	/* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */
-- 
2.32.0


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

* Re: [PATCH] USB: serial: qcserial: add EM9191 QDL support
  2021-10-07 12:25 [PATCH] USB: serial: qcserial: add EM9191 QDL support Aleksander Morgado
@ 2021-10-07 13:40 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2021-10-07 13:40 UTC (permalink / raw)
  To: Aleksander Morgado; +Cc: linux-usb, gregkh

On Thu, Oct 07, 2021 at 02:25:01PM +0200, Aleksander Morgado wrote:
> When the module boots into QDL download mode it exposes the 1199:90d2
> ids, which can be mapped to the qcserial driver, and used to run
> firmware upgrades (e.g. with the qmi-firmware-update program).
> 
>   T:  Bus=01 Lev=03 Prnt=08 Port=03 Cnt=01 Dev#= 10 Spd=480 MxCh= 0
>   D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
>   P:  Vendor=1199 ProdID=90d2 Rev=00.00
>   S:  Manufacturer=Sierra Wireless, Incorporated
>   S:  Product=Sierra Wireless EM9191
>   S:  SerialNumber=8W0382004102A109
>   C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=2mA
>   I:  If#=0x0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=10 Driver=qcserial
> 
> 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:[~2021-10-07 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 12:25 [PATCH] USB: serial: qcserial: add EM9191 QDL support Aleksander Morgado
2021-10-07 13:40 ` 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.