linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND2] [media] usbtv: add a new usbid
@ 2017-04-16  6:51 Icenowy Zheng
  2017-05-28 15:04 ` icenowy
  0 siblings, 1 reply; 2+ messages in thread
From: Icenowy Zheng @ 2017-04-16  6:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Lubomir Rintel
  Cc: linux-media, linux-kernel, Icenowy Zheng

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>
---

Added Lubomir's ACK in the second time of resend.

The old patch may be lost because the old aosc.xyz mail is using Yandex's
service -- which is rejected by many mail providers. As part of AOSC mailing
system refactor, we got a new mailing system, so that the patch is now
resent.

 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 ceb953be0770..cae637845876 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.12.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND2] [media] usbtv: add a new usbid
  2017-04-16  6:51 [PATCH RESEND2] [media] usbtv: add a new usbid Icenowy Zheng
@ 2017-05-28 15:04 ` icenowy
  0 siblings, 0 replies; 2+ messages in thread
From: icenowy @ 2017-05-28 15:04 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Lubomir Rintel; +Cc: linux-media, linux-kernel

在 2017-04-16 14:51,Icenowy Zheng 写道:
> 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>

Ping?

I found this patch in Superseded state in patchwork, however it's
not superseded at all -- I didn't send any new version, and I didn't
see this one get merged...

Could someone merge it?

> ---
> 
> Added Lubomir's ACK in the second time of resend.
> 
> The old patch may be lost because the old aosc.xyz mail is using 
> Yandex's
> service -- which is rejected by many mail providers. As part of AOSC 
> mailing
> system refactor, we got a new mailing system, so that the patch is now
> resent.
> 
>  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 ceb953be0770..cae637845876 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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-28 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-16  6:51 [PATCH RESEND2] [media] usbtv: add a new usbid Icenowy Zheng
2017-05-28 15:04 ` icenowy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).