Skip to content

Commit 54a3c25

Browse files
stefanu21gregkh
authored andcommitted
usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliable
commit 1ebe718 upstream. Without this quirk starting a video capture from the device often fails with kernel: uvcvideo: Failed to set UVC probe control : -110 (exp. 34). Signed-off-by: Stefan Ursella <stefan.ursella@wolfvision.net> Link: https://lore.kernel.org/r/20210210140713.18711-1-stefan.ursella@wolfvision.net Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 96ef50e commit 54a3c25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/usb/core/quirks.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ static const struct usb_device_id usb_quirk_list[] = {
391391
/* X-Rite/Gretag-Macbeth Eye-One Pro display colorimeter */
392392
{ USB_DEVICE(0x0971, 0x2000), .driver_info = USB_QUIRK_NO_SET_INTF },
393393

394+
/* ELMO L-12F document camera */
395+
{ USB_DEVICE(0x09a1, 0x0028), .driver_info = USB_QUIRK_DELAY_CTRL_MSG },
396+
394397
/* Broadcom BCM92035DGROM BT dongle */
395398
{ USB_DEVICE(0x0a5c, 0x2021), .driver_info = USB_QUIRK_RESET_RESUME },
396399

0 commit comments

Comments
 (0)