Commit f2c34058 authored by Thierry MERLE's avatar Thierry MERLE Committed by Mauro Carvalho Chehab
Browse files

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



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

Signed-off-by: default avatarThierry MERLE <thierry.merle@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 672d013b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
		{