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:
a9e1113
)
V4L/DVB (8254): uvcvideo : Add support for Asus F9GS integrated webcam
author
Laurent Pinchart
<
[email protected]
>
Wed, 9 Jul 2008 21:29:59 +0000
(18:29 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 20 Jul 2008 10:19:22 +0000
(07:19 -0300)
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 2c0b16960b255f80f94ba4ef81fa61f867375bd8..4deb04bc2a735614961b6f9a194a6cea33e5528e 100644
(file)
--- a/
drivers/media/video/uvc/uvc_driver.c
+++ b/
drivers/media/video/uvc/uvc_driver.c
@@
-1826,6
+1826,15
@@
static struct usb_device_id uvc_ids[] = {
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0,
.driver_info = UVC_QUIRK_STREAM_NO_FID },
+ /* Asus F9SG */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x174f,
+ .idProduct = 0x8a31,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_QUIRK_STREAM_NO_FID },
/* Syntek (Asus U3S) */
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_INT_INFO,