* Patch "USB: cdc-acm: add device-id for quirky printer" has been added to the 4.12-stable tree
@ 2017-07-25 0:05 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-07-25 0:05 UTC (permalink / raw)
To: johan, gregkh, lukav, oneukum; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
USB: cdc-acm: add device-id for quirky printer
to the 4.12-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
usb-cdc-acm-add-device-id-for-quirky-printer.patch
and it can be found in the queue-4.12 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From fe855789d605590e57f9cd968d85ecce46f5c3fd Mon Sep 17 00:00:00 2001
From: Johan Hovold <johan@kernel.org>
Date: Wed, 12 Jul 2017 15:08:39 +0200
Subject: USB: cdc-acm: add device-id for quirky printer
From: Johan Hovold <johan@kernel.org>
commit fe855789d605590e57f9cd968d85ecce46f5c3fd upstream.
Add device-id entry for DATECS FP-2000 fiscal printer needing the
NO_UNION_NORMAL quirk.
Reported-by: Anton Avramov <lukav@lukav.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/usb/class/cdc-acm.c | 3 +++
1 file changed, 3 insertions(+)
--- 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_id
{ 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,
Patches currently in stable-queue which might be from johan@kernel.org are
queue-4.12/nfc-nfcmrvl-use-nfc-device-for-firmware-download.patch
queue-4.12/nfc-nfcmrvl-fix-firmware-management-initialisation.patch
queue-4.12/nfc-nfcmrvl-do-not-use-device-managed-resources.patch
queue-4.12/thermal-max77620-fix-device-node-reference-imbalance.patch
queue-4.12/nfc-nfcmrvl_uart-add-missing-tty-device-sanity-check.patch
queue-4.12/usb-cdc-acm-add-device-id-for-quirky-printer.patch
queue-4.12/nfc-fix-broken-device-allocation.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-25 0:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 0:05 Patch "USB: cdc-acm: add device-id for quirky printer" has been added to the 4.12-stable tree gregkh
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).