diff options
author | Michael Krufky <devnull@localhost> | 2005-08-25 06:06:52 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-25 06:06:52 +0000 |
commit | d10b8fd1c7224e8bb945a0eceaa7bf121669ca0c (patch) | |
tree | 5b520e04e0b01422a122249fb6437a6ded0b3b7a /linux/Documentation | |
parent | 19f256d6767783a1a9169a67e3b7eebb5f487415 (diff) | |
download | mediapointer-dvb-s2-d10b8fd1c7224e8bb945a0eceaa7bf121669ca0c.tar.gz mediapointer-dvb-s2-d10b8fd1c7224e8bb945a0eceaa7bf121669ca0c.tar.bz2 |
cx88-dvb has been incorrectly reporting the card name instead of frontend name:
DVB: registering new adapter (cx88[0]).
DVB: registering frontend 0 (DViCO FusionHDTV 3 Gold-T)...
This patch corrects this behavior, like so:
DVB: registering new adapter (cx88[0]).
DVB: registering frontend 0 (LG Electronics LGDT3302 VSB/QAM Frontend)...
Also, this removes a bad PCI subsystem ID for saa713x Sabrent card,
and renames DVICO --> DViCO for bttv.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/Documentation')
-rw-r--r-- | linux/Documentation/video4linux/CARDLIST.bttv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Documentation/video4linux/CARDLIST.bttv b/linux/Documentation/video4linux/CARDLIST.bttv index 7979c060e..ec785f9f1 100644 --- a/linux/Documentation/video4linux/CARDLIST.bttv +++ b/linux/Documentation/video4linux/CARDLIST.bttv @@ -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 |