summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/uvc/uvc_driver.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@skynet.be>2008-11-08 22:52:04 +0100
committerLaurent Pinchart <laurent.pinchart@skynet.be>2008-11-08 22:52:04 +0100
commit5acb6f839802e05e6b49fcc2c212fc627d3253b4 (patch)
tree57a55e27850af36a2d3b4358bcc22cffe84e9e2f /linux/drivers/media/video/uvc/uvc_driver.c
parent6914ccb9c5fff818e5758ee7545adf3009101fa0 (diff)
downloadmediapointer-dvb-s2-5acb6f839802e05e6b49fcc2c212fc627d3253b4.tar.gz
mediapointer-dvb-s2-5acb6f839802e05e6b49fcc2c212fc627d3253b4.tar.bz2
uvcvideo: Add support for Lenovo Thinkpad SL500 integrated webcam
From: Laurent Pinchart <laurent.pinchart@skynet.be> Priority: normal Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Diffstat (limited to 'linux/drivers/media/video/uvc/uvc_driver.c')
-rw-r--r--linux/drivers/media/video/uvc/uvc_driver.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/uvc/uvc_driver.c b/linux/drivers/media/video/uvc/uvc_driver.c
index b400f7c89..34725a906 100644
--- a/linux/drivers/media/video/uvc/uvc_driver.c
+++ b/linux/drivers/media/video/uvc/uvc_driver.c
@@ -1866,6 +1866,15 @@ static struct usb_device_id uvc_ids[] = {
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0,
.driver_info = UVC_QUIRK_STREAM_NO_FID },
+ /* Lenovo Thinkpad SL500 */
+ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
+ | USB_DEVICE_ID_MATCH_INT_INFO,
+ .idVendor = 0x17ef,
+ .idProduct = 0x480b,
+ .bInterfaceClass = USB_CLASS_VIDEO,
+ .bInterfaceSubClass = 1,
+ .bInterfaceProtocol = 0,
+ .driver_info = UVC_QUIRK_STREAM_NO_FID },
/* Ecamm Pico iMage */
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_INT_INFO,