summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/uvc/uvcvideo.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-02-16 06:59:32 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-05 16:57:46 -0300
commitb1e43f232698274871e1358c276d7b0242a7d607 (patch)
tree9a59a93a6763d58b412683ea4b63db2572805b68 /drivers/media/usb/uvc/uvcvideo.h
parentbfd0306462fdbc5e0a8c6999aef9dde0f9745399 (diff)
downloadop-kernel-dev-b1e43f232698274871e1358c276d7b0242a7d607.zip
op-kernel-dev-b1e43f232698274871e1358c276d7b0242a7d607.tar.gz
[media] uvcvideo: Do not use usb_set_interface on bulk EP
The UVC specification uses alternate setting selection to notify devices of stream start/stop. This breaks when using bulk-based devices, as the video streaming interface has a single alternate setting in that case, making video stream start and video stream stop events to appear identical to the device. Bulk-based devices are thus not well supported by UVC. The webcam built in the Asus Zenbook UX302LA ignores the set interface request and will keep the video stream enabled when the driver tries to stop it. If USB autosuspend is enabled the device will then be suspended and will crash, requiring a cold reboot. USB trace capture showed that Windows sends a CLEAR_FEATURE(HALT) request to the bulk endpoint when stopping the stream instead of selecting alternate setting 0. The camera then behaves correctly, and thus seems to require that behaviour. Replace selection of alternate setting 0 with clearing of the endpoint halt feature at video stream stop for bulk-based devices. Let's refrain from blaming Microsoft this time, as it's not clear whether this Windows-specific but USB-compliant behaviour was specifically developed to handle bulkd-based UVC devices, or if the camera just took advantage of it. CC: stable@vger.kernel.org Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/uvc/uvcvideo.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud