diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-17 23:57:06 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-12-17 23:57:06 -0500 |
commit | 4fa12bb94a09cc4596e0e1d3770f2b22f32428ef (patch) | |
tree | f2dfa2c98d78153bd1810ccfe9b7774081a59da3 /linux/drivers/media/video/cx23885/cx23885-i2c.c | |
parent | d658ee4bd13e471ac5147cab0c466b9ff13aaa81 (diff) | |
download | mediapointer-dvb-s2-4fa12bb94a09cc4596e0e1d3770f2b22f32428ef.tar.gz mediapointer-dvb-s2-4fa12bb94a09cc4596e0e1d3770f2b22f32428ef.tar.bz2 |
Add support for the Hauppauge HVR1500Q.
From: Steven Toth <stoth@hauppauge.com>
The express card ATSC/QAM tuner.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-i2c.c')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-i2c.c b/linux/drivers/media/video/cx23885/cx23885-i2c.c index 0ac3b6793..d3dc0d604 100644 --- a/linux/drivers/media/video/cx23885/cx23885-i2c.c +++ b/linux/drivers/media/video/cx23885/cx23885-i2c.c @@ -335,7 +335,7 @@ static char *i2c_devs[128] = { [ 0x84 >> 1 ] = "tda8295", [ 0xa0 >> 1 ] = "eeprom", [ 0xc0 >> 1 ] = "tuner/mt2131/tda8275", - [ 0xc2 >> 1 ] = "tuner/mt2131/tda8275", + [ 0xc2 >> 1 ] = "tuner/mt2131/tda8275/xc5000", }; static void do_i2c_scan(char *name, struct i2c_client *c) |