aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorHermann Pitton <hermann-pitton@arcor.de>2008-01-12 12:31:03 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:04:52 -0500
commita28cb828ef9ba6669be738dd9affbaba65cc07fb (patch)
tree1ba8f30e880a162f0c04b63785e3b49081a6922d /drivers/media/video
parent4513fc696e273d64ea32f2366748aed810316ecc (diff)
V4L/DVB (7016): saa7134: remove the Avermedia Super 007 from eeprom detection
saa7134: remove the Avermedia Super 007 from eeprom detection The card made it into the Philips' Tigers eeprom detection and falls through. Since it has attracted already others to follow, which are wrongly identified as TIGER_S then, move it to the usual analog initialization. Signed-off-by: Hermann Pitton <hermann-pitton@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 0e3d2a73932..4a5a1459f02 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -5197,7 +5197,6 @@ int saa7134_board_init2(struct saa7134_dev *dev)
5197 break; 5197 break;
5198 case SAA7134_BOARD_PHILIPS_TIGER: 5198 case SAA7134_BOARD_PHILIPS_TIGER:
5199 case SAA7134_BOARD_PHILIPS_TIGER_S: 5199 case SAA7134_BOARD_PHILIPS_TIGER_S:
5200 case SAA7134_BOARD_AVERMEDIA_SUPER_007:
5201 { 5200 {
5202 u8 data[] = { 0x3c, 0x33, 0x60}; 5201 u8 data[] = { 0x3c, 0x33, 0x60};
5203 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; 5202 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)};
@@ -5227,6 +5226,7 @@ int saa7134_board_init2(struct saa7134_dev *dev)
5227 case SAA7134_BOARD_ASUSTeK_P7131_DUAL: 5226 case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
5228 case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA: 5227 case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
5229 case SAA7134_BOARD_MEDION_MD8800_QUADRO: 5228 case SAA7134_BOARD_MEDION_MD8800_QUADRO:
5229 case SAA7134_BOARD_AVERMEDIA_SUPER_007:
5230 /* this is a hybrid board, initialize to analog mode 5230 /* this is a hybrid board, initialize to analog mode
5231 * and configure firmware eeprom address 5231 * and configure firmware eeprom address
5232 */ 5232 */