lkml.org 
[lkml]   [2017]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] usbtv: add a new usbid
Date
From: Icenowy Zheng <icenowy@aosc.xyz>

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.

Reviewed-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
I'm resending this one, since the earlier two attempts by the original author
don't seem to have made it to linux-media@ or lkmk@, possibly due to spam
filters or something and thus patchwork didn't pick it up.

drivers/media/usb/usbtv/usbtv-core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/media/usb/usbtv/usbtv-core.c b/drivers/media/usb/usbtv/usbtv-core.c
index ceb953b..cae6378 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 struct usb_device_id usbtv_id_table[] = {
{ USB_DEVICE(0x1b71, 0x3002) },
+ { USB_DEVICE(0x1f71, 0x3301) },
{}
};
MODULE_DEVICE_TABLE(usb, usbtv_id_table);
--
2.9.3
\
 
 \ /
  Last update: 2017-02-23 11:32    [W:0.351 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site