diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-19 23:20:38 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-12-19 23:20:38 -0500 |
commit | 292c0c5ab82d5a731c3469f5f7f00dc4485b0a7f (patch) | |
tree | e61a685d76b0b94a5134608897efc09ae6c5b1df /linux/drivers/media | |
parent | f8070826fc436ab1f5a6e13d8dc0b106e8ca3d8d (diff) | |
download | mediapointer-dvb-s2-292c0c5ab82d5a731c3469f5f7f00dc4485b0a7f.tar.gz mediapointer-dvb-s2-292c0c5ab82d5a731c3469f5f7f00dc4485b0a7f.tar.bz2 |
Add Hauppauge tuner type 150 defintion
From: Steven Toth <stoth@hauppauge.com>
Add Hauppauge tuner type 150 defintion.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/tveeprom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tveeprom.c b/linux/drivers/media/video/tveeprom.c index baef98966..f449dd83f 100644 --- a/linux/drivers/media/video/tveeprom.c +++ b/linux/drivers/media/video/tveeprom.c @@ -262,6 +262,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 |