aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-09-09 16:03:52 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 16:57:51 -0400
commit10c35cf8fd89e166d13bc93175f2b05d9cb85e07 (patch)
tree08947740ac556faa9acf8458a94daccb4267f567 /drivers
parent4279f02478c2c4f106ec9efb80ca152e8d406844 (diff)
[PATCH] v4l: cx88-dvb incorrect reporting fixed and remove bad PCI ID for Sabrent
- 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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/bttv-cards.c4
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c6
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c6
3 files changed, 2 insertions, 14 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c
index 3cb398b7a028..64785d3fe838 100644
--- a/drivers/media/video/bttv-cards.c
+++ b/drivers/media/video/bttv-cards.c
@@ -2258,7 +2258,7 @@ struct tvcard bttv_tvcards[] = {
2258 2258
2259 /* ---- card 0x80 ---------------------------------- */ 2259 /* ---- card 0x80 ---------------------------------- */
2260 /* Chris Pascoe <c.pascoe@itee.uq.edu.au> */ 2260 /* Chris Pascoe <c.pascoe@itee.uq.edu.au> */
2261 .name = "DVICO FusionHDTV DVB-T Lite", 2261 .name = "DViCO FusionHDTV DVB-T Lite",
2262 .tuner = -1, 2262 .tuner = -1,
2263 .no_msp34xx = 1, 2263 .no_msp34xx = 1,
2264 .no_tda9875 = 1, 2264 .no_tda9875 = 1,
@@ -2389,7 +2389,7 @@ struct tvcard bttv_tvcards[] = {
2389{ 2389{
2390 /* ---- card 0x87---------------------------------- */ 2390 /* ---- card 0x87---------------------------------- */
2391 /* Michael Krufky <mkrufky@m1k.net> */ 2391 /* Michael Krufky <mkrufky@m1k.net> */
2392 .name = "DVICO FusionHDTV 5 Lite", 2392 .name = "DViCO FusionHDTV 5 Lite",
2393 .tuner = 0, 2393 .tuner = 0,
2394 .tuner_type = TUNER_LG_TDVS_H062F, 2394 .tuner_type = TUNER_LG_TDVS_H062F,
2395 .tuner_addr = ADDR_UNSET, 2395 .tuner_addr = ADDR_UNSET,
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index cc71cafc2cbd..c9106b1d79df 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -28,7 +28,6 @@
28#include <linux/kthread.h> 28#include <linux/kthread.h>
29#include <linux/file.h> 29#include <linux/file.h>
30#include <linux/suspend.h> 30#include <linux/suspend.h>
31#include <linux/config.h>
32 31
33 32
34#include "cx88.h" 33#include "cx88.h"
@@ -403,11 +402,6 @@ static int dvb_register(struct cx8802_dev *dev)
403 dev->dvb.frontend->ops->info.frequency_max = dev->core->pll_desc->max; 402 dev->dvb.frontend->ops->info.frequency_max = dev->core->pll_desc->max;
404 } 403 }
405 404
406 /* Copy the board name into the DVB structure */
407 strlcpy(dev->dvb.frontend->ops->info.name,
408 cx88_boards[dev->core->board].name,
409 sizeof(dev->dvb.frontend->ops->info.name));
410
411 /* register everything */ 405 /* register everything */
412 return videobuf_dvb_register(&dev->dvb, THIS_MODULE, dev); 406 return videobuf_dvb_register(&dev->dvb, THIS_MODULE, dev);
413} 407}
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index f991f2325340..07d3ee0ada7d 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -2380,12 +2380,6 @@ struct pci_device_id saa7134_pci_tbl[] = {
2380 .driver_data = SAA7134_BOARD_VIDEOMATE_TV_PVR, 2380 .driver_data = SAA7134_BOARD_VIDEOMATE_TV_PVR,
2381 },{ 2381 },{
2382 .vendor = PCI_VENDOR_ID_PHILIPS, 2382 .vendor = PCI_VENDOR_ID_PHILIPS,
2383 .device = PCI_DEVICE_ID_PHILIPS_SAA7130,
2384 .subvendor = 0x1131,
2385 .subdevice = 0,
2386 .driver_data = SAA7134_BOARD_SABRENT_SBTTVFM,
2387 },{
2388 .vendor = PCI_VENDOR_ID_PHILIPS,
2389 .device = PCI_DEVICE_ID_PHILIPS_SAA7134, 2383 .device = PCI_DEVICE_ID_PHILIPS_SAA7134,
2390 .subvendor = 0x1461, /* Avermedia Technologies Inc */ 2384 .subvendor = 0x1461, /* Avermedia Technologies Inc */
2391 .subdevice = 0x9715, 2385 .subdevice = 0x9715,