linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] Drivers: Added entry for Hiro (Conexant) modem in cdc-acm.c.
       [not found] <BLUPR20MB0178A60E74E5A2929D2F6EC08DD80@BLUPR20MB0178.namprd20.prod.outlook.com>
@ 2018-11-20  8:45 ` Oliver Neukum
  0 siblings, 0 replies; only message in thread
From: Oliver Neukum @ 2018-11-20  8:45 UTC (permalink / raw)
  To: Maarten Jacobs, Maarten Jacobs, Greg Kroah-Hartman, linux-kernel,
	linux-usb

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@outlook.com>
Acked-by: Oliver Neukum <oneukum@suse.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 */
>  	},


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-20  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <BLUPR20MB0178A60E74E5A2929D2F6EC08DD80@BLUPR20MB0178.namprd20.prod.outlook.com>
2018-11-20  8:45 ` [PATCH] Drivers: Added entry for Hiro (Conexant) modem in cdc-acm.c Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).