diff options
author | Janne Grunau <j@jannau.net> | 2009-03-18 22:10:04 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 17:43:28 +0200 |
commit | 9aba42efe85bc7a55e3fed0747ce14abc9ee96e7 (patch) | |
tree | ee27b9d4844da17b4d4bb80132991f29d04ff265 /drivers/media/video/hdpvr/Kconfig | |
parent | V4L/DVB (11095): adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill() (diff) | |
download | linux-9aba42efe85bc7a55e3fed0747ce14abc9ee96e7.tar.xz linux-9aba42efe85bc7a55e3fed0747ce14abc9ee96e7.zip |
V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device
The device encodes component video up to 1080i to a MPEG-TS stream with
H.264 video and stereo AAC audio. Newer firmwares accept also AC3
(up to 5.1) audio over optical SPDIF without reencoding.
Firmware upgrade is unimplemeted but rather unimportant since
the firmware sits on a flash chip.
The I2C adapter to drive the integrated infrared receiver/sender is
currently disabled due to a conflict with cx18-based devices.
Tested-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/hdpvr/Kconfig')
-rw-r--r-- | drivers/media/video/hdpvr/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/hdpvr/Kconfig b/drivers/media/video/hdpvr/Kconfig new file mode 100644 index 000000000000..de247f3c7d05 --- /dev/null +++ b/drivers/media/video/hdpvr/Kconfig @@ -0,0 +1,10 @@ + +config VIDEO_HDPVR + tristate "Hauppauge HD PVR support" + depends on VIDEO_DEV + ---help--- + This is a video4linux driver for Hauppauge's HD PVR USB device. + + To compile this driver as a module, choose M here: the + module will be called hdpvr + |