diff mbox series

[X,SRU] UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819

Message ID 20171005074501.13840-2-shrirang.bagul@canonical.com
State New
Headers show
Series [X,SRU] UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819 | expand

Commit Message

Shrirang Bagul Oct. 5, 2017, 7:45 a.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1721455

Dell Wireless 5819/5818 devices are re-branded Sierra Wireless MC74
series which will by default boot with vid 0x413c and pid's 0x81cf,
0x81d0, 0x81d1,0x81d2.

Signed-off-by: Shrirang Bagul <shrirang.bagul@canonical.com>
---
 drivers/usb/serial/qcserial.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Kleber Sacilotto de Souza Oct. 5, 2017, 9:10 a.m. UTC | #1
On 10/05/2017 09:45 AM, Shrirang Bagul wrote:
> BugLink: http://bugs.launchpad.net/bugs/1721455
>
> Dell Wireless 5819/5818 devices are re-branded Sierra Wireless MC74
> series which will by default boot with vid 0x413c and pid's 0x81cf,
> 0x81d0, 0x81d1,0x81d2.
>
> Signed-off-by: Shrirang Bagul <shrirang.bagul@canonical.com>

Patch accepted upstream, minimal regression potential.

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>

> ---
>  drivers/usb/serial/qcserial.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
> index ebc0beea69d6..eb9928963a53 100644
> --- a/drivers/usb/serial/qcserial.c
> +++ b/drivers/usb/serial/qcserial.c
> @@ -174,6 +174,10 @@ static const struct usb_device_id id_table[] = {
>  	{DEVICE_SWI(0x413c, 0x81b3)},	/* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
>  	{DEVICE_SWI(0x413c, 0x81b5)},	/* Dell Wireless 5811e QDL */
>  	{DEVICE_SWI(0x413c, 0x81b6)},	/* Dell Wireless 5811e QDL */
> +	{DEVICE_SWI(0x413c, 0x81cf)},   /* Dell Wireless 5819 */
> +	{DEVICE_SWI(0x413c, 0x81d0)},   /* Dell Wireless 5819 */
> +	{DEVICE_SWI(0x413c, 0x81d1)},   /* Dell Wireless 5818 */
> +	{DEVICE_SWI(0x413c, 0x81d2)},   /* Dell Wireless 5818 */
>
>  	/* Huawei devices */
>  	{DEVICE_HWI(0x03f0, 0x581d)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */
>
diff mbox series

Patch

diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index ebc0beea69d6..eb9928963a53 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -174,6 +174,10 @@  static const struct usb_device_id id_table[] = {
 	{DEVICE_SWI(0x413c, 0x81b3)},	/* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
 	{DEVICE_SWI(0x413c, 0x81b5)},	/* Dell Wireless 5811e QDL */
 	{DEVICE_SWI(0x413c, 0x81b6)},	/* Dell Wireless 5811e QDL */
+	{DEVICE_SWI(0x413c, 0x81cf)},   /* Dell Wireless 5819 */
+	{DEVICE_SWI(0x413c, 0x81d0)},   /* Dell Wireless 5819 */
+	{DEVICE_SWI(0x413c, 0x81d1)},   /* Dell Wireless 5818 */
+	{DEVICE_SWI(0x413c, 0x81d2)},   /* Dell Wireless 5818 */
 
 	/* Huawei devices */
 	{DEVICE_HWI(0x03f0, 0x581d)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */