OSDN Git Service

[media] usbtv: Add driver for Fushicai USBTV007 video frame grabber
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 17 Jun 2013 13:29:06 +0000 (10:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Jun 2013 14:32:35 +0000 (11:32 -0300)
commitf3d27f34fdd7701e499617d2c1d94480a98f6d07
tree8bb0303f301212e21ba21bc9f4aadcd8bf1d8d28
parent8fc350abc64f26f84c7f6af40e535edb754f942d
[media] usbtv: Add driver for Fushicai USBTV007 video frame grabber

Reverse-engineered driver for cheapo video digitizer, made from observations of
Windows XP driver. The protocol is not yet completely understood, so far we
don't provide any controls, only support a single format out of three and don't
support the audio device.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/Kconfig
drivers/media/usb/Makefile
drivers/media/usb/usbtv/Kconfig [new file with mode: 0644]
drivers/media/usb/usbtv/Makefile [new file with mode: 0644]
drivers/media/usb/usbtv/usbtv.c [new file with mode: 0644]