From: Ming Lei Date: Tue, 16 Oct 2012 13:21:21 +0000 (+0800) Subject: USB: cdc-acm: fix pipe type of write endpoint X-Git-Tag: v3.7-rc2~17^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5211187f7ff8e8dbff4ebf7c011ac4c0ffe319c;p=pandora-kernel.git USB: cdc-acm: fix pipe type of write endpoint If the write endpoint is interrupt type, usb_sndintpipe() should be passed to usb_fill_int_urb() instead of usb_sndbulkpipe(). Cc: Oliver Neukum Signed-off-by: Ming Lei Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed