diff options
Diffstat (limited to 'drivers/media/video/bttv-i2c.c')
-rw-r--r-- | drivers/media/video/bttv-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bttv-i2c.c b/drivers/media/video/bttv-i2c.c index 706dc48df962..e684df37eb0e 100644 --- a/drivers/media/video/bttv-i2c.c +++ b/drivers/media/video/bttv-i2c.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | $Id: bttv-i2c.c,v 1.25 2005/07/05 17:37:35 nsh Exp $ | ||
3 | 2 | ||
4 | bttv-i2c.c -- all the i2c code is here | 3 | bttv-i2c.c -- all the i2c code is here |
5 | 4 | ||
@@ -381,6 +380,7 @@ void __devinit bttv_readee(struct bttv *btv, unsigned char *eedata, int addr) | |||
381 | } | 380 | } |
382 | 381 | ||
383 | static char *i2c_devs[128] = { | 382 | static char *i2c_devs[128] = { |
383 | [ 0x1c >> 1 ] = "lgdt330x", | ||
384 | [ 0x30 >> 1 ] = "IR (hauppauge)", | 384 | [ 0x30 >> 1 ] = "IR (hauppauge)", |
385 | [ 0x80 >> 1 ] = "msp34xx", | 385 | [ 0x80 >> 1 ] = "msp34xx", |
386 | [ 0x86 >> 1 ] = "tda9887", | 386 | [ 0x86 >> 1 ] = "tda9887", |