https://github.com/torvalds/linux
Revision c5211187f7ff8e8dbff4ebf7c011ac4c0ffe319c authored by Ming Lei on 16 October 2012, 13:21:21 UTC, committed by Greg Kroah-Hartman on 17 October 2012, 20:41:34 UTC
If the write endpoint is interrupt type, usb_sndintpipe() should
be passed to usb_fill_int_urb() instead of usb_sndbulkpipe().

Cc: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 0146390
History
Tip revision: c5211187f7ff8e8dbff4ebf7c011ac4c0ffe319c authored by Ming Lei on 16 October 2012, 13:21:21 UTC
USB: cdc-acm: fix pipe type of write endpoint
Tip revision: c521118

back to top