V4L/DVB (5524): Usbvision: fix TDA9887 detection

- Adding 0x86 as possible I2C addresses for TDA9887 to call TUNER_SET_TYPE_ADDR.

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Thierry MERLE 2007-04-15 04:29:13 -03:00 committed by Mauro Carvalho Chehab
parent 672d013bed
commit f2c340583c
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ static int attach_inform(struct i2c_client *client)
usbvision = i2c_get_adapdata(client->adapter);
switch (client->addr << 1) {
case 0x86:
case 0x43:
case 0x4b:
{