Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input: usbtouchscreen - fix control-request directions
commit 41e8102 upstream. The direction of the pipe argument must match the request-type direction bit or control requests may fail depending on the host-controller-driver implementation. Fix the four control requests which erroneously used usb_rcvctrlpipe(). Fixes: 1d3e202 ("[PATCH] USB: usbtouchscreen: unified USB touchscreen driver") Fixes: 24ced06 ("usbtouchscreen: add support for DMC TSC-10/25 devices") Fixes: 9e3b258 ("Input: usbtouchscreen - add support for e2i touchscreen controller") Signed-off-by: Johan Hovold <[email protected]> Cc: [email protected] # 2.6.17 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information