diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-17 23:57:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:12 -0500 |
commit | d1987d55a1eda774dfbab240a432607c17241d07 (patch) | |
tree | 7b45520cfd2496d15c47b1bac641c42c1964c9aa /drivers/media/video/cx23885/cx23885-i2c.c | |
parent | aacb9d31ee65c0685745ca4dfc7cdd24f8b7d92b (diff) |
V4L/DVB (6885): Add support for the Hauppauge HVR1500Q
The express card ATSC/QAM tuner.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-i2c.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c index 20f3fb450f88..b2ffbf04ef2c 100644 --- a/drivers/media/video/cx23885/cx23885-i2c.c +++ b/drivers/media/video/cx23885/cx23885-i2c.c | |||
@@ -332,7 +332,7 @@ static char *i2c_devs[128] = { | |||
332 | [ 0x84 >> 1 ] = "tda8295", | 332 | [ 0x84 >> 1 ] = "tda8295", |
333 | [ 0xa0 >> 1 ] = "eeprom", | 333 | [ 0xa0 >> 1 ] = "eeprom", |
334 | [ 0xc0 >> 1 ] = "tuner/mt2131/tda8275", | 334 | [ 0xc0 >> 1 ] = "tuner/mt2131/tda8275", |
335 | [ 0xc2 >> 1 ] = "tuner/mt2131/tda8275", | 335 | [ 0xc2 >> 1 ] = "tuner/mt2131/tda8275/xc5000", |
336 | }; | 336 | }; |
337 | 337 | ||
338 | static void do_i2c_scan(char *name, struct i2c_client *c) | 338 | static void do_i2c_scan(char *name, struct i2c_client *c) |