From a229d1db583434fb757ac242e0b725f650797c79 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Nov 2004 13:55:31 +0000 Subject: backport support for Philips Semiconductors DSL card --- perl-install/network/isdn_consts.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perl-install/network/isdn_consts.pm b/perl-install/network/isdn_consts.pm index 395afc6b3..a828a9385 100644 --- a/perl-install/network/isdn_consts.pm +++ b/perl-install/network/isdn_consts.pm @@ -339,6 +339,14 @@ our @isdndata = #- cards than can be used with capi drivers our @isdn_capi = ( + { + vendor => 0x1131, + id => 0x5402, + description => 'AVM Audiovisuelles|Fritz DSL ISDN/DSL Adapter', + bus => 'PCI', + driver => 'fcdsl', + firmware => 'fdslbase.bin' + }, { vendor => 0x1244, id => 0x0a00, -- cgit v1.2.1