From d10b8fd1c7224e8bb945a0eceaa7bf121669ca0c Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 25 Aug 2005 06:06:52 +0000 Subject: 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 --- v4l/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'v4l') 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 + 2005-08-22 18:29 mkrufky * saa7134-cards.c, saa7134.h: -- cgit v1.2.3