Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6d8ea8621f49a1cc486de4bf893db9743d0577bf
Commit:     6d8ea8621f49a1cc486de4bf893db9743d0577bf
Parent:     006ed1ecf2c62659e5dd902350a7eb209b8a5257
Author:     hermann pitton <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 7 22:36:09 2008 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:04:45 2008 -0200

    V4L/DVB (6992): saa7134: remove Beholder devices without eeprom from auto 
detection
    
    As in the past, we should not allow to auto detect like this,
    since all saa7130 and saa7134 cards without eeprom will be detected
    as such Beholder cards then.
    
    Signed-off-by: Hermann Pitton <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-cards.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-cards.c 
b/drivers/media/video/saa7134/saa7134-cards.c
index 46b6ac4..0e3d2a7 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -4679,24 +4679,12 @@ struct pci_device_id saa7134_pci_tbl[] = {
        },{
                .vendor       = PCI_VENDOR_ID_PHILIPS,
                .device       = PCI_DEVICE_ID_PHILIPS_SAA7130,
-               .subvendor    = 0x1131,
-               .subdevice    = 0x0000,
-               .driver_data  = SAA7134_BOARD_BEHOLD_401,
-       },{
-               .vendor       = PCI_VENDOR_ID_PHILIPS,
-               .device       = PCI_DEVICE_ID_PHILIPS_SAA7130,
                .subvendor    = 0x0000,
                .subdevice    = 0x4016,
                .driver_data  = SAA7134_BOARD_BEHOLD_401,
        },{
                .vendor       = PCI_VENDOR_ID_PHILIPS,
                .device       = PCI_DEVICE_ID_PHILIPS_SAA7134,
-               .subvendor    = 0x1131,
-               .subdevice    = 0x0000,
-               .driver_data  = SAA7134_BOARD_BEHOLD_403FM,
-       },{
-               .vendor       = PCI_VENDOR_ID_PHILIPS,
-               .device       = PCI_DEVICE_ID_PHILIPS_SAA7134,
                .subvendor    = 0x0000,
                .subdevice    = 0x4036,
                .driver_data  = SAA7134_BOARD_BEHOLD_403,
-
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