From 8c6da5c41e39abc8d775a14f3bea28bec6c76d69 Mon Sep 17 00:00:00 2001 From: Ludovico Cavedon Date: Fri, 2 Nov 2007 16:37:32 -0300 Subject: [PATCH] V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe76506d8968610 From: Ludovico Cavedon Signed-off-by: Ludovico Cavedon Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/em28xx/em28xx-i2c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index 997d067..5f477d1 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c @@ -418,6 +418,7 @@ static int attach_inform(struct i2c_client *client) switch (client->addr << 1) { case 0x43: case 0x4b: + case 0x86: { struct tuner_setup tun_setup; -- 2.7.4