diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2013-06-17 10:29:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-21 11:32:35 -0300 |
commit | f3d27f34fdd7701e499617d2c1d94480a98f6d07 (patch) | |
tree | 8bb0303f301212e21ba21bc9f4aadcd8bf1d8d28 /drivers/media/usb/Kconfig | |
parent | 8fc350abc64f26f84c7f6af40e535edb754f942d (diff) | |
download | linux-f3d27f34fdd7701e499617d2c1d94480a98f6d07.tar.gz linux-f3d27f34fdd7701e499617d2c1d94480a98f6d07.tar.xz |
[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>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r-- | drivers/media/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index 7cac453e34c7..cfe8056b91aa 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig @@ -18,6 +18,7 @@ source "drivers/media/usb/zr364xx/Kconfig" source "drivers/media/usb/stkwebcam/Kconfig" source "drivers/media/usb/s2255/Kconfig" source "drivers/media/usb/sn9c102/Kconfig" +source "drivers/media/usb/usbtv/Kconfig" endif if MEDIA_ANALOG_TV_SUPPORT |