Browse Source

V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe76506d8968610

From: Ludovico Cavedon <cavedon@sssup.it>

Signed-off-by: Ludovico Cavedon <cavedon@sssup.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Ludovico Cavedon 17 years ago
parent
commit
8c6da5c41e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/em28xx/em28xx-i2c.c

+ 1 - 0
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;