diff options
author | Andrey J. Melnikoff (TEMHOTA) <temnota@kmv.ru> | 2008-01-07 03:17:39 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:40 -0500 |
commit | e8018c9e78b0ff4bb0290e46f4045fb4ea589ae8 (patch) | |
tree | 30fccea432c63aa577cc874cd47e0f6e734db1b6 /drivers/media/video/saa7134/saa7134-i2c.c | |
parent | 3f4dfe2acf4ffed48395e69166531d8925eb106a (diff) |
V4L/DVB (6973): Add Beholder TV 401/405/407/409/505/507/609/M6 support
This patch updates cardlist for Beholder TV tuners:
old models (with GPIO ir) 401, 403, 405, 407, 409, 505, 507
and add support for 607, 609, M6 cards with new i2c-ir.
Signed-off-by: Igor Kuznetsov <igk72@yandex.ru>
Signed-off-by: Andrey J. Melnikov <temnota@kmv.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-i2c.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-i2c.c b/drivers/media/video/saa7134/saa7134-i2c.c index 800b397f8f16..d3322c3018f2 100644 --- a/drivers/media/video/saa7134/saa7134-i2c.c +++ b/drivers/media/video/saa7134/saa7134-i2c.c | |||
@@ -334,6 +334,7 @@ static int attach_inform(struct i2c_client *client) | |||
334 | case 0x7a: | 334 | case 0x7a: |
335 | case 0x47: | 335 | case 0x47: |
336 | case 0x71: | 336 | case 0x71: |
337 | case 0x2d: | ||
337 | { | 338 | { |
338 | struct IR_i2c *ir = i2c_get_clientdata(client); | 339 | struct IR_i2c *ir = i2c_get_clientdata(client); |
339 | d1printk("%s i2c IR detected (%s).\n", | 340 | d1printk("%s i2c IR detected (%s).\n", |
@@ -439,6 +440,7 @@ static char *i2c_devs[128] = { | |||
439 | [ 0xa0 >> 1 ] = "eeprom", | 440 | [ 0xa0 >> 1 ] = "eeprom", |
440 | [ 0xc0 >> 1 ] = "tuner (analog)", | 441 | [ 0xc0 >> 1 ] = "tuner (analog)", |
441 | [ 0x86 >> 1 ] = "tda9887", | 442 | [ 0x86 >> 1 ] = "tda9887", |
443 | [ 0x5a >> 1 ] = "remote control", | ||
442 | }; | 444 | }; |
443 | 445 | ||
444 | static void do_i2c_scan(char *name, struct i2c_client *c) | 446 | static void do_i2c_scan(char *name, struct i2c_client *c) |