diff mbox

media: usbtv: Add USB ID 1f71:3306 to the UTV007 driver

Message ID 20180115002755.2368-1-ian@iandouglasscott.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Douglas Scott Jan. 15, 2018, 12:27 a.m. UTC
Signed-off-by: Ian Douglas Scott <ian@iandouglasscott.com>
---
 drivers/media/usb/usbtv/usbtv-core.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/drivers/media/usb/usbtv/usbtv-core.c b/drivers/media/usb/usbtv/usbtv-core.c
index 127f8a0c098b..fe75a0032945 100644
--- a/drivers/media/usb/usbtv/usbtv-core.c
+++ b/drivers/media/usb/usbtv/usbtv-core.c
@@ -145,6 +145,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);