mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
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:
parent
672d013bed
commit
f2c340583c
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user