* usb: cdc_acm: Add quirk for Castles VEGA3000
2018-07-10 6:28 ` [PATCH] " Lubomir Rintel
@ 2018-07-10 10:20 ` Oliver Neukum
-1 siblings, 0 replies; 4+ messages in thread
From: Oliver Neukum @ 2018-07-10 10:20 UTC (permalink / raw)
To: Lubomir Rintel, linux-usb; +Cc: Greg Kroah-Hartman, linux-kernel
On Di, 2018-07-10 at 08:28 +0200, Lubomir Rintel wrote:
> The device (a POS terminal) implements CDC ACM, but has not union
> descriptor.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Oliver Neukum <oneukum@suse.com>
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* usb: cdc_acm: Add quirk for Castles VEGA3000
@ 2018-07-10 6:28 ` Lubomir Rintel
0 siblings, 0 replies; 4+ messages in thread
From: Lubomir Rintel @ 2018-07-10 6:28 UTC (permalink / raw)
To: linux-usb; +Cc: linux-kernel, Oliver Neukum, Greg Kroah-Hartman, Lubomir Rintel
The device (a POS terminal) implements CDC ACM, but has not union
descriptor.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
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 998b32d0167e..75c4623ad779 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1831,6 +1831,9 @@ static const struct usb_device_id acm_ids[] = {
{ USB_DEVICE(0x09d8, 0x0320), /* Elatec GmbH TWN3 */
.driver_info = NO_UNION_NORMAL, /* has misplaced union descriptor */
},
+ { USB_DEVICE(0x0ca6, 0xa050), /* Castles VEGA3000 */
+ .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
+ },
{ USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */
.driver_info = CLEAR_HALT_CONDITIONS,
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] usb: cdc_acm: Add quirk for Castles VEGA3000
@ 2018-07-10 6:28 ` Lubomir Rintel
0 siblings, 0 replies; 4+ messages in thread
From: Lubomir Rintel @ 2018-07-10 6:28 UTC (permalink / raw)
To: linux-usb; +Cc: linux-kernel, Oliver Neukum, Greg Kroah-Hartman, Lubomir Rintel
The device (a POS terminal) implements CDC ACM, but has not union
descriptor.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
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 998b32d0167e..75c4623ad779 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1831,6 +1831,9 @@ static const struct usb_device_id acm_ids[] = {
{ USB_DEVICE(0x09d8, 0x0320), /* Elatec GmbH TWN3 */
.driver_info = NO_UNION_NORMAL, /* has misplaced union descriptor */
},
+ { USB_DEVICE(0x0ca6, 0xa050), /* Castles VEGA3000 */
+ .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
+ },
{ USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */
.driver_info = CLEAR_HALT_CONDITIONS,
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-10 10:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10 10:20 usb: cdc_acm: Add quirk for Castles VEGA3000 Oliver Neukum
2018-07-10 10:20 ` [PATCH] " Oliver Neukum
-- strict thread matches above, loose matches on Subject: below --
2018-07-10 6:28 Lubomir Rintel
2018-07-10 6:28 ` [PATCH] " Lubomir Rintel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.