lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 09 Dec 2018 11:50:07 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     jorgen.storvist@...il.com
Cc:     bjorn@...k.no, netdev@...r.kernel.org
Subject: Re: [PATCH] qmi_wwan: Added support for Fibocom NL668 series

From: Jörgen Storvist <jorgen.storvist@...il.com>
Date: Sun, 9 Dec 2018 16:35:48 +0100

> Added support for Fibocom NL668 series exposing QMI WWAN interface in
> USB mode: AT+GTUSBMODE=17.
> QMI_QUIRK_SET_DTR for Fibocom VID and PID required by Qualcomm MDM9x07 chipsets.
> 
> Signed-off-by: Jörgen Storvist <jorgen.storvist@...il.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 72a55b6..820081e 100644
> --- a/drivers/net/usb/qmi_wwan.c
> +++ b/drivers/net/usb/qmi_wwan.c
> @@ -1263,6 +1263,7 @@ static const struct usb_device_id products[] = {
>   {QMI_QUIRK_SET_DTR(0x2c7c, 0x0121, 4)}, /* Quectel EC21 Mini PCIe */
>   {QMI_QUIRK_SET_DTR(0x2c7c, 0x0191, 4)}, /* Quectel EG91 */
>   {QMI_FIXED_INTF(0x2c7c, 0x0296, 4)}, /* Quectel BG96 */
> + {QMI_QUIRK_SET_DTR(0x1508, 0x1001, 4)}, /* Fibocom NL668 series
> (AT+GTUSBMODE=17) */

Your email client corrupted the patch, it broke up this long line.

Please fix this, email a test patch to yourself, and do not repost your
patch to the list until you can successfully apply the patch in that
test email.

Thank you.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ