From: Lars Melin <larsm17@gmail.com>
To: Ondrej Jirman <megous@megous.com>, linux-usb@vger.kernel.org
Cc: Oliver Neukum <oneukum@suse.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Support Castles Vega5000 PoS terminal USB
Date: Sun, 23 Feb 2020 10:08:04 +0700 [thread overview]
Message-ID: <9d9263a0-cddb-0efb-46a5-1d223a8232e3@gmail.com> (raw)
In-Reply-To: <20200222233202.237967-1-megous@megous.com>
On 2/23/2020 06:32, Ondrej Jirman wrote:
> This terminal's USB port needs NO_UNION_NORMAL quirk to work with
> cdc-acm driver.
>
> Signed-off-by: Ondrej Jirman <megous@megous.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 62f4fb9b362f1..8577441c81a4d 100644
> --- a/drivers/usb/class/cdc-acm.c
> +++ b/drivers/usb/class/cdc-acm.c
> @@ -1739,6 +1739,9 @@ static const struct usb_device_id acm_ids[] = {
> { USB_DEVICE(0x22b8, 0x2d9a), /* modem + AT port + diagnostics + NMEA */
> .driver_info = NO_UNION_NORMAL, /* handle only modem interface */
> },
> + { USB_DEVICE(0x0ca6, 0xa050), /* Castles Technology VEGA 5000 */
> + .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
> + },
>
> { USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */
> .driver_info = NO_UNION_NORMAL, /* union de
This quirk is in the driver since almost a year ago.
br
/Lars
next prev parent reply other threads:[~2020-02-23 3:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-22 23:32 Ondrej Jirman
2020-02-23 3:08 ` Lars Melin [this message]
2020-02-23 10:20 ` Ondřej Jirman
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=9d9263a0-cddb-0efb-46a5-1d223a8232e3@gmail.com \
--to=larsm17@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=megous@megous.com \
--cc=oneukum@suse.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
all inboxes | Powered by JetHome®