aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2017-04-16 02:51:16 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-27 14:49:18 -0500
commit04226916d2360f56d57ad00bc48d2d1854d1e0b0 (patch)
tree3871d4f6a3698b6f5595f5d9bb435df0025e015b
parentmedia: videobuf2: don't use kernel-doc "/**" markups (diff)
downloadlinux-dev-04226916d2360f56d57ad00bc48d2d1854d1e0b0.tar.xz
linux-dev-04226916d2360f56d57ad00bc48d2d1854d1e0b0.zip
media: usbtv: add a new usbid
A new usbid of UTV007 is found in a newly bought device. The usbid is 1f71:3301. The ID on the chip is: UTV007 A89029.1 1520L18K1 Both video and audio is tested with the modified usbtv driver. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Acked-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/media/usb/usbtv/usbtv-core.c1
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 b55b79b8e921..127f8a0c098b 100644
--- a/drivers/media/usb/usbtv/usbtv-core.c
+++ b/drivers/media/usb/usbtv/usbtv-core.c
@@ -144,6 +144,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) },
{}
};
MODULE_DEVICE_TABLE(usb, usbtv_id_table);