* [PATCH] USB: cdc-acm: add device-id for quirky printer
@ 2017-07-12 13:08 Johan Hovold
2017-07-12 13:13 ` Oliver Neukum
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2017-07-12 13:08 UTC (permalink / raw)
To: Oliver Neukum
Cc: Greg Kroah-Hartman, linux-usb, Anton Avramov, Johan Hovold,
stable
Add device-id entry for DATECS FP-2000 fiscal printer needing the
NO_UNION_NORMAL quirk.
Reported-by: Anton Avramov <lukav@lukav.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
---
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 5357d83bbda2..5e056064259c 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1829,6 +1829,9 @@ static const struct usb_device_id acm_ids[] = {
{ USB_DEVICE(0x1576, 0x03b1), /* Maretron USB100 */
.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
},
+ { USB_DEVICE(0xfff0, 0x0100), /* DATECS FP-2000 */
+ .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
+ },
{ USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */
.driver_info = CLEAR_HALT_CONDITIONS,
--
2.13.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] USB: cdc-acm: add device-id for quirky printer
2017-07-12 13:08 [PATCH] USB: cdc-acm: add device-id for quirky printer Johan Hovold
@ 2017-07-12 13:13 ` Oliver Neukum
0 siblings, 0 replies; 2+ messages in thread
From: Oliver Neukum @ 2017-07-12 13:13 UTC (permalink / raw)
To: Johan Hovold; +Cc: Greg Kroah-Hartman, Anton Avramov, linux-usb, stable
Am Mittwoch, den 12.07.2017, 15:08 +0200 schrieb Johan Hovold:
> Add device-id entry for DATECS FP-2000 fiscal printer needing the
> NO_UNION_NORMAL quirk.
>
> Reported-by: Anton Avramov <lukav@lukav.com>
> Cc: stable <stable@vger.kernel.org>
> Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Oliver Neukum <oneukum@suse.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-12 13:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 13:08 [PATCH] USB: cdc-acm: add device-id for quirky printer Johan Hovold
2017-07-12 13:13 ` 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).