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:   Tue, 20 Nov 2018 09:45:37 +0100
From:   Oliver Neukum <oneukum@...e.com>
To:     Maarten Jacobs <maarten256@...look.com>,
        Maarten Jacobs <maarten256@...mail.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>
Subject: Re: [PATCH] Drivers: Added entry for Hiro (Conexant) modem in
 cdc-acm.c.

On Mo, 2018-11-19 at 23:18 +0000, Maarten Jacobs wrote:
> The cdc-acm kernel module currently does not support the Hiro (Conexant)
> H05228 USB modem. The patch below adds the device specific information:
> idVendor	0x0572
> idProduct	0x1349
> 
> I am running with this patch on my local system and am therefore
> sumbitting the patch for formal inclusion in the kernel.
> 
> Signed-off-by: Maarten Jacobs <maarten256@...look.com>
Acked-by: Oliver Neukum <oneukum@...e.com>
> ---
>  drivers/usb/class/cdc-acm.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
> index 47d75c20c211..cce5bc59c943 100644
> --- a/drivers/usb/class/cdc-acm.c
> +++ b/drivers/usb/class/cdc-acm.c
> @@ -1693,6 +1693,9 @@ static const struct usb_device_id acm_ids[] = {
>  	{ USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */
>  	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
>  	},
> +	{ USB_DEVICE(0x0572, 0x1349), /* Hiro (Conexant) USB MODEM H50228 */
> +	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
> +	},
>  	{ USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */
>  	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
>  	},

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ