summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-08-25 06:06:52 +0000
committerMichael Krufky <devnull@localhost>2005-08-25 06:06:52 +0000
commitd10b8fd1c7224e8bb945a0eceaa7bf121669ca0c (patch)
tree5b520e04e0b01422a122249fb6437a6ded0b3b7a /v4l/ChangeLog
parent19f256d6767783a1a9169a67e3b7eebb5f487415 (diff)
downloadmediapointer-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 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 3b0447cb3..4ea305beb 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-25 05:59 mkrufky
+
+ * cx88-dvb.c: (dvb_register):
+ - report dvb frontend name instead of cx88 card name.
+
+ * bttv-cards.c, doc/CARDLIST.bttv:
+ - Change DVICO to DViCO.
+
+ * saa7134-cards.c:
+ - Remove incorrect PCI subsystem ID for Sabrent card.
+
+ Signed-off-by: Michael <mkrufky@m1k.net>
+
2005-08-22 18:29 mkrufky
* saa7134-cards.c, saa7134.h: