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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 19 Nov 2017 18:52:57 +0100
From:   Sebastian Sjoholm <ssjoholm@....com>
To:     Sebastian Sjoholm <ssjoholm@....com>
Cc:     johan@...nel.org, gregkh@...uxfoundation.org,
        linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] USB: option: add Quectel BG96 2c7c:0296

Hi All,

Sorry about the patch below, it is not valid, seems that I need to improve my GIT competence. 

Please ignore this, and let me try again.

Thank You.

Regards,
Sebastian

> On Nov 19, 2017, at 18:28 , ssjoholm <ssjoholm@....com> wrote:
> 
> Signed-off-by: ssjoholm <ssjoholm@....com>
> 
> Quectel BG96 is an Qualcomm MDM9206 based IoT modem, supporting both CAT-M and NB-IoT. Tested hardware is BG96 mounted on Quectel development board (EVB).
> 
> The USB id is added to option.c to allow DIAG,GPS,AT and modem communication with the BG96.
> ---
> drivers/usb/serial/option.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
> index f757e0d2eaf4..3b3513874cfd 100644
> --- a/drivers/usb/serial/option.c
> +++ b/drivers/usb/serial/option.c
> @@ -1183,8 +1183,8 @@ static const struct usb_device_id option_ids[] = {
> 	  .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
> 	{ USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC25),
> 	  .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
> -        { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96),
> -          .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
> +	{ USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96),
> +	  .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
> 	{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6001) },
> 	{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CMU_300) },
> 	{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6003),
> -- 
> 2.11.0 (Apple Git-81)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ