]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PATCH] v4l: cx88-dvb incorrect reporting fixed and remove bad PCI ID for Sabrent
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>
Fri, 9 Sep 2005 20:03:52 +0000 (13:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:51 +0000 (13:57 -0700)
- cx88-dvb has been incorrectly reporting the card name instead of frontend name
- Removes a bad PCI subsystem ID for saa713x Sabrent card
- Renames DVICO --> DViCO for bttv.
- #include <linux/config.h> no longer needed.

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/video4linux/CARDLIST.bttv
drivers/media/video/bttv-cards.c
drivers/media/video/cx88/cx88-dvb.c
drivers/media/video/saa7134/saa7134-cards.c

index 7979c060e787d46a80ee1b2a91a766eb803e14c6..ec785f9f15a3168e5d95f230b19da743e7a588db 100644 (file)
@@ -126,12 +126,12 @@ card=124 - AverMedia AverTV DVB-T 761
 card=125 - MATRIX Vision Sigma-SQ
 card=126 - MATRIX Vision Sigma-SLC
 card=127 - APAC Viewcomp 878(AMAX)
-card=128 - DVICO FusionHDTV DVB-T Lite
+card=128 - DViCO FusionHDTV DVB-T Lite
 card=129 - V-Gear MyVCD
 card=130 - Super TV Tuner
 card=131 - Tibet Systems 'Progress DVR' CS16
 card=132 - Kodicom 4400R (master)
 card=133 - Kodicom 4400R (slave)
 card=134 - Adlink RTV24
-card=135 - DVICO FusionHDTV 5 Lite
+card=135 - DViCO FusionHDTV 5 Lite
 card=136 - Acorp Y878F
index 3cb398b7a02854f61110e3f575da32df8ed2920c..64785d3fe838e59202b09101f85d6d981b4ac94f 100644 (file)
@@ -2258,7 +2258,7 @@ struct tvcard bttv_tvcards[] = {
 
        /* ---- card 0x80 ---------------------------------- */
        /* Chris Pascoe <c.pascoe@itee.uq.edu.au> */
-       .name           = "DVICO FusionHDTV DVB-T Lite",
+       .name           = "DViCO FusionHDTV DVB-T Lite",
        .tuner          = -1,
        .no_msp34xx     = 1,
        .no_tda9875     = 1,
@@ -2389,7 +2389,7 @@ struct tvcard bttv_tvcards[] = {
 {
        /* ---- card 0x87---------------------------------- */
        /* Michael Krufky <mkrufky@m1k.net> */
-       .name           = "DVICO FusionHDTV 5 Lite",
+       .name           = "DViCO FusionHDTV 5 Lite",
        .tuner          = 0,
        .tuner_type     = TUNER_LG_TDVS_H062F,
        .tuner_addr     = ADDR_UNSET,
index cc71cafc2cbd9dd43c421f7533ef5e0edd1769a7..c9106b1d79dff67c83cdc442cdc01d02b6616ec1 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/kthread.h>
 #include <linux/file.h>
 #include <linux/suspend.h>
-#include <linux/config.h>
 
 
 #include "cx88.h"
@@ -403,11 +402,6 @@ static int dvb_register(struct cx8802_dev *dev)
                dev->dvb.frontend->ops->info.frequency_max = dev->core->pll_desc->max;
        }
 
-       /* Copy the board name into the DVB structure */
-       strlcpy(dev->dvb.frontend->ops->info.name,
-               cx88_boards[dev->core->board].name,
-               sizeof(dev->dvb.frontend->ops->info.name));
-
        /* register everything */
        return videobuf_dvb_register(&dev->dvb, THIS_MODULE, dev);
 }
index f991f2325340ca8f828133e2445dd54d6e114bee..07d3ee0ada7d0e8d3a58a43d19efd29d3cec5084 100644 (file)
@@ -2378,12 +2378,6 @@ struct pci_device_id saa7134_pci_tbl[] = {
                .subvendor    = 0x185b,
                .subdevice    = 0xc100,
                .driver_data  = SAA7134_BOARD_VIDEOMATE_TV_PVR,
-       },{
-               .vendor       = PCI_VENDOR_ID_PHILIPS,
-               .device       = PCI_DEVICE_ID_PHILIPS_SAA7130,
-               .subvendor    = 0x1131,
-               .subdevice    = 0,
-               .driver_data  = SAA7134_BOARD_SABRENT_SBTTVFM,
        },{
                .vendor       = PCI_VENDOR_ID_PHILIPS,
                .device       = PCI_DEVICE_ID_PHILIPS_SAA7134,