Re: [PATCH] CDC-ACM: apply quirk for card reader

2018-01-22 Thread Greg KH
On Thu, Jan 18, 2018 at 12:13:45PM +0100, Oliver Neukum wrote: > This devices drops random bytes from messages if you talk to it > too fast. > > Signed-off-by: Full name here please :( I'll go edit it, you should know better... greg k-h -- To unsubscribe from this list: send the line "unsubscr

[PATCH] CDC-ACM: apply quirk for card reader

2018-01-18 Thread Oliver Neukum
This devices drops random bytes from messages if you talk to it too fast. Signed-off-by: CC: sta...@vger.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 8e0636c963a7..349aac4472bd 10