diff options
author | Ludovico Cavedon <cavedon@sssup.it> | 2007-11-02 20:37:32 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-05 00:41:29 +0100 |
commit | 8c6da5c41e39abc8d775a14f3bea28bec6c76d69 (patch) | |
tree | 30f01b606e6b6d9f5cd9d6c1e9d6a6584c378422 /drivers/media/video/em28xx/em28xx-i2c.c | |
parent | V4L/DVB (6518): Fix tvp5150 default values (diff) | |
download | linux-8c6da5c41e39abc8d775a14f3bea28bec6c76d69.tar.xz linux-8c6da5c41e39abc8d775a14f3bea28bec6c76d69.zip |
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>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index 997d067e32e0..5f477d19de4d 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; |