From: Hans de Goede Date: Thu, 17 Oct 2013 20:20:54 +0000 (+0200) Subject: uas: Fix uas not working when plugged into an ehci port X-Git-Tag: v3.15-rc1~137^2~26^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2334e9019039d7952190e239e6a8f0d10101fe;p=pandora-kernel.git uas: Fix uas not working when plugged into an ehci port I thought it would be a good idea to also test uas with usb-2, and it turns out it was, as it did not work. The problem is that the uas driver was passing the bEndpointAddress' direction bit to usb_rcvbulkpipe, the xhci code seems to not care about this, but with the ehci code this causes usb_submit_urb failure. With this fixed the uas code works nicely with an uas device plugged into an ehci port. Signed-off-by: Hans de Goede Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed