Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271887
b: refs/heads/master
c: fd3e9f2
h: refs/heads/master
i:
  271885: 447839e
  271883: 2330e90
  271879: ec56d0a
  271871: ccf9a98
v: v3
  • Loading branch information
Arne Caspari authored and Mauro Carvalho Chehab committed Sep 23, 2011
1 parent b2c343d commit b89d997
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 547d42eac107f027e6101b828f9e4075f2fbcc7c
refs/heads/master: fd3e9f2f9a4c46f5d67d384c78b2d364c99d3de6
8 changes: 8 additions & 0 deletions trunk/drivers/media/video/uvc/uvc_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2331,6 +2331,14 @@ static struct usb_device_id uvc_ids[] = {
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0,
.driver_info = UVC_QUIRK_PROBE_DEF },
/* The Imaging Source USB CCD cameras */
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_INT_INFO,
.idVendor = 0x199e,
.idProduct = 0x8102,
.bInterfaceClass = USB_CLASS_VENDOR_SPEC,
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0 },
/* Bodelin ProScopeHR */
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
| USB_DEVICE_ID_MATCH_DEV_HI
Expand Down

0 comments on commit b89d997

Please sign in to comment.