projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4057079
)
V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcam
author
Laurent Pinchart
<
[email protected]
>
Sun, 12 Sep 2010 11:31:29 +0000
(08:31 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 28 Sep 2010 01:22:12 +0000
(22:22 -0300)
The camera requires the STREAM_NO_FID quirk. Add a corresponding entry
in the device IDs list.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/uvc/uvc_driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/uvc/uvc_driver.c
b/drivers/media/video/uvc/uvc_driver.c
index 8bdd940f32e689c5b51a94ec8975014567d9f00c..63756ca415396d7d5e4891ce88b05b4481d947cc 100644
(file)
--- a/
drivers/media/video/uvc/uvc_driver.c
+++ b/
drivers/media/video/uvc/uvc_driver.c
@@
-2091,6
+2091,15
@@
static struct usb_device_id uvc_ids[] = {
.bInterfaceProtocol = 0,
.driver_info = UVC_QUIRK_PROBE_MINMAX
| UVC_QUIRK_PROBE_DEF },
+ /* IMC Networks (Medion Akoya) */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x13d3,
+ .idProduct = 0x5103,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_QUIRK_STREAM_NO_FID },
/* Syntek (HP Spartan) */
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_INT_INFO,