]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device
authorJanne Grunau <j@jannau.net>
Wed, 18 Mar 2009 21:10:04 +0000 (18:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:28 +0000 (12:43 -0300)
commit9aba42efe85bc7a55e3fed0747ce14abc9ee96e7
treeee27b9d4844da17b4d4bb80132991f29d04ff265
parent8c84cfda3e37540abc38f42383b03dd69829faee
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>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/hdpvr/Kconfig [new file with mode: 0644]
drivers/media/video/hdpvr/Makefile [new file with mode: 0644]
drivers/media/video/hdpvr/hdpvr-control.c [new file with mode: 0644]
drivers/media/video/hdpvr/hdpvr-core.c [new file with mode: 0644]
drivers/media/video/hdpvr/hdpvr-i2c.c [new file with mode: 0644]
drivers/media/video/hdpvr/hdpvr-video.c [new file with mode: 0644]
drivers/media/video/hdpvr/hdpvr.h [new file with mode: 0644]
include/linux/i2c-id.h