]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (5524): Usbvision: fix TDA9887 detection
authorThierry MERLE <thierry.merle@free.fr>
Sun, 15 Apr 2007 07:29:13 +0000 (04:29 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:39 +0000 (15:45 -0300)
- 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>
drivers/media/video/usbvision/usbvision-i2c.c

index 7a28081eb9343f619713a2c495d5398df05a1a54..ff8468093f462ae641e8ed294f951c248d5301b9 100644 (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:
                {