From: Oliver Neukum <oneukum@suse.com>
To: Maarten Jacobs <maarten256@outlook.com>,
Maarten Jacobs <maarten256@hotmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>
Subject: Re: [PATCH] Drivers: Added entry for Hiro (Conexant) modem in cdc-acm.c.
Date: Tue, 20 Nov 2018 09:45:37 +0100 [thread overview]
Message-ID: <1542703537.28362.7.camel@suse.com> (raw)
In-Reply-To: <BLUPR20MB0178A60E74E5A2929D2F6EC08DD80@BLUPR20MB0178.namprd20.prod.outlook.com>
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 */
> },
parent reply other threads:[~2018-11-20 8:56 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <BLUPR20MB0178A60E74E5A2929D2F6EC08DD80@BLUPR20MB0178.namprd20.prod.outlook.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1542703537.28362.7.camel@suse.com \
--to=oneukum@suse.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=maarten256@hotmail.com \
--cc=maarten256@outlook.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox