Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1536022

Re: [PATCH] [media] usbtv: add a new usbid

From Lubomir Rintel <lkundrak@v3.sk>
Newsgroups linux.kernel
Subject Re: [PATCH] [media] usbtv: add a new usbid
Date 2016-12-05 12:50 +0100
Message-ID <sKZWq-3YN-7@gated-at.bofh.it> (permalink)
References <sKZWq-3YN-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, 2016-12-04 at 21:59 +0800, Icenowy Zheng wrote:
> 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.

Thank you.

Acked-by: Lubomir Rintel <lkundrak@v3.sk>

Also, it may make sense to add

Tested-by: Icenowy Zheng <icenowy@aosc.xyz>

> 
> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
> ---
>  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 dc76fd4..0324633 100644
> --- a/drivers/media/usb/usbtv/usbtv-core.c
> +++ b/drivers/media/usb/usbtv/usbtv-core.c
> @@ -141,6 +141,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);

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] [media] usbtv: add a new usbid Lubomir Rintel <lkundrak@v3.sk> - 2016-12-05 12:50 +0100

csiph-web