[PATCH 0/2] media: fix USB control-request directions
From: Johan Hovold
Date: Fri May 21 2021 - 09:29:41 EST
The direction of the pipe argument must match the request-type
direction bit or USB control requests may fail depending on the
host-controller-driver implementation.
This series fixes two media driver that got this wrong.
Johan
Johan Hovold (2):
media: dtv5100: fix control-request directions
media: gspca/sq905: fix control-request direction
drivers/media/usb/dvb-usb/dtv5100.c | 7 +++++--
drivers/media/usb/gspca/sq905.c | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
--
2.26.3