Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a28cb828ef9ba6669be738dd9affbaba65cc07fb
Commit:     a28cb828ef9ba6669be738dd9affbaba65cc07fb
Parent:     4513fc696e273d64ea32f2366748aed810316ecc
Author:     Hermann Pitton <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 12 14:31:03 2008 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:04:52 2008 -0200

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-cards.c |    2 +-
 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 0e3d2a7..4a5a145 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)
                break;
        case SAA7134_BOARD_PHILIPS_TIGER:
        case SAA7134_BOARD_PHILIPS_TIGER_S:
-       case SAA7134_BOARD_AVERMEDIA_SUPER_007:
                {
                u8 data[] = { 0x3c, 0x33, 0x60};
                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)
        case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
        case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
        case SAA7134_BOARD_MEDION_MD8800_QUADRO:
+       case SAA7134_BOARD_AVERMEDIA_SUPER_007:
                /* this is a hybrid board, initialize to analog mode
                 * and configure firmware eeprom address
                 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to