diff options
author | Janne Grunau <j@jannau.net> | 2009-03-18 22:10:04 +0100 |
---|---|---|
committer | Janne Grunau <j@jannau.net> | 2009-03-18 22:10:04 +0100 |
commit | e0adc6a155bb772f75bb7ce705a226d2c758198b (patch) | |
tree | 2030c94861f6c0ed28b5827dbfad1c1ae723511f /linux/include | |
parent | 1b9ff790c05ba49e240edd1f06a6aee8f4a2b194 (diff) | |
download | mediapointer-dvb-s2-e0adc6a155bb772f75bb7ce705a226d2c758198b.tar.gz mediapointer-dvb-s2-e0adc6a155bb772f75bb7ce705a226d2c758198b.tar.bz2 |
V4L2 Driver for the Hauppauge HD PVR usb capture device
From: Janne Grunau <j@jannau.net>
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.
Priority: normal
Signed-off-by: Janne Grunau <j@jannau.net>
Tested-by: Jarod Wilson <jarod@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/i2c-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/i2c-id.h b/linux/include/linux/i2c-id.h index 87b7534d1..372ab89dc 100644 --- a/linux/include/linux/i2c-id.h +++ b/linux/include/linux/i2c-id.h @@ -89,6 +89,7 @@ #define I2C_HW_B_CX23885 0x010022 /* conexant 23885 based tv cards (bus1) */ #define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ #define I2C_HW_B_CX231XX 0x010024 /* Conexant CX231XX USB based cards */ +#define I2C_HW_B_HDPVR 0x010025 /* Hauppauge HD PVR */ /* --- SGI adapters */ #define I2C_HW_SGI_VINO 0x160000 |