summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/usbtv/Makefile
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2013-06-17 15:29:06 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-06-21 16:32:35 +0200
commitf3d27f34fdd7701e499617d2c1d94480a98f6d07 (patch)
tree8bb0303f301212e21ba21bc9f4aadcd8bf1d8d28 /drivers/media/usb/usbtv/Makefile
parent[media] media: i2c: ths7303: remove unused member driver_data (diff)
downloadlinux-f3d27f34fdd7701e499617d2c1d94480a98f6d07.tar.xz
linux-f3d27f34fdd7701e499617d2c1d94480a98f6d07.zip
[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/usbtv/Makefile')
-rw-r--r--drivers/media/usb/usbtv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/usbtv/Makefile b/drivers/media/usb/usbtv/Makefile
new file mode 100644
index 000000000000..28b872fa94e1
--- /dev/null
+++ b/drivers/media/usb/usbtv/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_VIDEO_USBTV) += usbtv.o