diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-20 05:20:38 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:04:13 +0100 |
commit | 2800b439e090aa06194dbbfb939cd259b74c42a3 (patch) | |
tree | 586fe113e740835844a641849b6bf72f162dcf2c /drivers/media/video/tveeprom.c | |
parent | V4L/DVB (6887): Avoid 'unknown model' message for the HVR1500-Q (diff) | |
download | linux-2800b439e090aa06194dbbfb939cd259b74c42a3.tar.xz linux-2800b439e090aa06194dbbfb939cd259b74c42a3.zip |
V4L/DVB (6888): Add Hauppauge tuner type 150 defintion
Add Hauppauge tuner type 150 defintion.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tveeprom.c')
-rw-r--r-- | drivers/media/video/tveeprom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tveeprom.c b/drivers/media/video/tveeprom.c index 11c15787e25f..0b8fbad3c721 100644 --- a/drivers/media/video/tveeprom.c +++ b/drivers/media/video/tveeprom.c @@ -260,6 +260,8 @@ hauppauge_tuner[] = { TUNER_ABSENT, "TCL M09WPP_4N_E"}, { TUNER_ABSENT, "MaxLinear MXL5005_v2"}, { TUNER_PHILIPS_TDA8290, "Philips 18271_8295"}, + /* 150-159 */ + { TUNER_ABSENT, "Xceive XC5000"}, }; static struct HAUPPAUGE_AUDIOIC |