]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: usbtv: Add USB ID 1f71:3306 to the UTV007 driver
authorIan Douglas Scott <ian@iandouglasscott.com>
Mon, 15 Jan 2018 00:27:55 +0000 (19:27 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 26 Feb 2018 12:42:47 +0000 (07:42 -0500)
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>
drivers/media/usb/usbtv/usbtv-core.c

index 0c2e628e8723d85c8dbb4c97182c7083e9050a37..5095c380b2c1a418bd301b1016101353d8b70475 100644 (file)
@@ -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);