mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
f3d27f34fd
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>
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
config VIDEO_USBTV
|
|
tristate "USBTV007 video capture support"
|
|
depends on VIDEO_DEV
|
|
select VIDEOBUF2_VMALLOC
|
|
|
|
---help---
|
|
This is a video4linux2 driver for USBTV007 based video capture devices.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called usbtv
|