* Re: [PATCH] [media] usbtv: add a new usbid
[not found] <20161204135943.34465-1-icenowy@aosc.xyz>
@ 2016-12-05 11:45 ` Lubomir Rintel
[not found] ` <14085351480863591@web18g.yandex.ru>
1 sibling, 0 replies; 3+ messages in thread
From: Lubomir Rintel @ 2016-12-05 11:45 UTC (permalink / raw)
To: Icenowy Zheng, Mauro Carvalho Chehab, Federico Simoncelli, Hans Verkuil
Cc: linux-media, linux-kernel
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);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] [media] usbtv: add a new usbid
[not found] ` <14085351480863591@web18g.yandex.ru>
@ 2016-12-05 11:49 ` Lubomir Rintel
0 siblings, 0 replies; 3+ messages in thread
From: Lubomir Rintel @ 2016-12-05 11:49 UTC (permalink / raw)
To: Icenowy Zheng, Mauro Carvalho Chehab, Federico Simoncelli, Hans Verkuil
Cc: linux-media, linux-kernel
On Sun, 2016-12-04 at 22:59 +0800, Icenowy Zheng wrote:
>
> 04.12.2016, 22:00, "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
> >
>
> Seems that my device come with more capabilities.
>
> I tested it under Windows, and I got wireless Analog TV
> and FM radio functions. (An antenna is shipped with my device)
>
> Maybe a new radio function is be added, combined with the
> new USB ID.
>
> But at least Composite AV function works well with current usbtv
> driver and XawTV.
Well, someone with the hardware would need to capture the traffic from
the Windows driver (and ideally also extend the driver). Would you mind
giving it a try?
Do you have a link to some further details about the device you got?
Perhaps if it's available cheaply from dealextreme or somewhere I could
take a look too.
Lubo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] [media] usbtv: add a new usbid
[not found] <20161205184757.lrn0cE4H@smtp3p.mail.yandex.net>
@ 2016-12-05 15:50 ` Lubomir Rintel
0 siblings, 0 replies; 3+ messages in thread
From: Lubomir Rintel @ 2016-12-05 15:50 UTC (permalink / raw)
To: Icenowy Zheng
Cc: linux-kernel, linux-media, Hans Verkuil, Mauro Carvalho Chehab,
Federico Simoncelli
On Mon, 2016-12-05 at 23:47 +0800, Icenowy Zheng wrote:
> 2016年12月5日 19:49于 Lubomir Rintel <lkundrak@v3.sk>写道:
> >
> > On Sun, 2016-12-04 at 22:59 +0800, Icenowy Zheng wrote:
> > >
> > > 04.12.2016, 22:00, "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
> > > >
> > >
> > > Seems that my device come with more capabilities.
> > >
> > > I tested it under Windows, and I got wireless Analog TV
> > > and FM radio functions. (An antenna is shipped with my device)
> > >
> > > Maybe a new radio function is be added, combined with the
> > > new USB ID.
> > >
> > > But at least Composite AV function works well with current usbtv
> > > driver and XawTV.
> >
> > Well, someone with the hardware would need to capture the traffic
> > from
> > the Windows driver (and ideally also extend the driver). Would you
> > mind
> > giving it a try?
>
> How to do it?
>
> Use wireshark?
Yes, wireshark is okay. I've been using that one.
Another good option I discovered recently is usb_capture from usbsniff
package.
> > Do you have a link to some further details about the device you
> > got?
> > Perhaps if it's available cheaply from dealextreme or somewhere I
> > could
> > take a look too.
>
> I bought directly from Taobao (I'm in China).
Do you happen to have a link?
Lubo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-05 15:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20161204135943.34465-1-icenowy@aosc.xyz>
2016-12-05 11:45 ` [PATCH] [media] usbtv: add a new usbid Lubomir Rintel
[not found] ` <14085351480863591@web18g.yandex.ru>
2016-12-05 11:49 ` Lubomir Rintel
[not found] <20161205184757.lrn0cE4H@smtp3p.mail.yandex.net>
2016-12-05 15:50 ` Lubomir Rintel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome