diff options
author | Ian Douglas Scott <ian@iandouglasscott.com> | 2018-01-15 01:27:55 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-02-26 13:42:47 +0100 |
commit | 8a695a6cfabec094bb4281b3d47c2f7d021713c3 (patch) | |
tree | 60d700d1cfa69fcac45ef6e8d2130c0b656a1539 /drivers/media/usb/usbtv | |
parent | media: v4l2-core: v4l2-mc: Add SPDX license identifier (diff) | |
download | linux-8a695a6cfabec094bb4281b3d47c2f7d021713c3.tar.xz linux-8a695a6cfabec094bb4281b3d47c2f7d021713c3.zip |
media: usbtv: Add USB ID 1f71:3306 to the UTV007 driver
Add support for a new USB ID in this driver.
Signed-off-by: Ian Douglas Scott <ian@iandouglasscott.com>
[hans.verkuil@cisco.com: add commit message]
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/usbtv')
-rw-r--r-- | drivers/media/usb/usbtv/usbtv-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/usbtv/usbtv-core.c b/drivers/media/usb/usbtv/usbtv-core.c index 0c2e628e8723..5095c380b2c1 100644 --- a/drivers/media/usb/usbtv/usbtv-core.c +++ b/drivers/media/usb/usbtv/usbtv-core.c @@ -147,6 +147,7 @@ static void usbtv_disconnect(struct usb_interface *intf) static const struct usb_device_id usbtv_id_table[] = { { USB_DEVICE(0x1b71, 0x3002) }, { USB_DEVICE(0x1f71, 0x3301) }, + { USB_DEVICE(0x1f71, 0x3306) }, {} }; MODULE_DEVICE_TABLE(usb, usbtv_id_table); |