[PATCH 1/1] cdc-acm: Add support of ATOL FPrint fiscal printers

2015-06-02 Thread Alexey Sokolov
ATOL FPrint fiscal printers require usb_clear_halt to be executed to work properly. Add quirk to fix the issue. Signed-off-by: Alexey Sokolov --- drivers/usb/class/cdc-acm.c | 9 + drivers/usb/class/cdc-acm.h | 1 + 2 files changed, 10 insertions(+) diff --git a/drivers/usb/class/cdc-ac

[PATCH 1/1] cdc-acm: Add support of ATOL FPrint fiscal printers

2015-06-02 Thread Alexey Sokolov
ATOL FPrint fiscal printers require usb_clear_halt to be executed to work properly. Add quirk to fix the issue. Signed-off-by: Alexey Sokolov --- drivers/usb/class/cdc-acm.c | 9 + drivers/usb/class/cdc-acm.h | 1 + 2 files changed, 10 insertions(+) diff --git a/drivers/usb/class/cdc-ac

Re: [PATCH 1/1] cdc-acm: Add support of ATOL FPrint fiscal printers

2015-06-02 Thread Ben Dooks
On 02/06/15 11:05, Alexey Sokolov wrote: > ATOL FPrint fiscal printers require usb_clear_halt to be executed > to work properly. Add quirk to fix the issue. > > Signed-off-by: Alexey Sokolov > --- > drivers/usb/class/cdc-acm.c | 9 + > drivers/usb/class/cdc-acm.h | 1 + > 2 files changed

Re: [PATCH 1/1] cdc-acm: Add support of ATOL FPrint fiscal printers

2015-06-02 Thread Oliver Neukum
On Tue, 2015-06-02 at 11:05 +0300, Alexey Sokolov wrote: > ATOL FPrint fiscal printers require usb_clear_halt to be executed > to work properly. Add quirk to fix the issue. > Hi, thank you for this patch. > Signed-off-by: Alexey Sokolov > --- > drivers/usb/class/cdc-acm.c | 9 + > dr