diff options
author | Gerd Knorr <devnull@localhost> | 2004-06-29 07:33:02 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-06-29 07:33:02 +0000 |
commit | 7da994f0ec3c55cd1b0be1842ba6bef2dacfce04 (patch) | |
tree | 9fd9d05d32ec30f12daa467724b18e6bf4839686 /linux/drivers | |
parent | fa4d6a6cc217ca95ff1e337b7a107339caa0e542 (diff) | |
download | mediapointer-dvb-s2-7da994f0ec3c55cd1b0be1842ba6bef2dacfce04.tar.gz mediapointer-dvb-s2-7da994f0ec3c55cd1b0be1842ba6bef2dacfce04.tar.bz2 |
- lg tuner fix by Andrzej Stypula.
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index de02b525e..489c5abf3 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -154,9 +154,9 @@ struct cx88_board cx88_boards[] = { .vmux = 0, }}, }, - [CX88_BOARD_MSI_TVANYWHERE_MASTER] = { - //added gpio values thanks to Torsten Seeboth - //values for PAL from DScaler + [CX88_BOARD_MSI_TVANYWHERE_MASTER] = { + // added gpio values thanks to Michal + // values for PAL from DScaler .name = "MSI TV-@nywhere Master", .tuner_type = 33, .needs_tda9887 = 1, @@ -460,7 +460,7 @@ static struct { { TUNER_LG_PAL_I, "LG TAPC-I701D"} }; -static void __devinit hauppauge_eeprom(struct cx8800_dev *dev, u8 *eeprom_data) +static void hauppauge_eeprom(struct cx8800_dev *dev, u8 *eeprom_data) { unsigned int blk2,tuner,radio,model; @@ -527,7 +527,7 @@ static struct { .name = "PHILIPS_FI1216_MK3" }, }; -static void __devinit gdi_eeprom(struct cx8800_dev *dev, u8 *eeprom_data) +static void gdi_eeprom(struct cx8800_dev *dev, u8 *eeprom_data) { char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner)) ? gdi_tuner[eeprom_data[0x0d]].name : NULL; |