From 5ee226aa80b32c7c4807a1317decbef6f220f521 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 28 Oct 2004 12:09:55 +0000 Subject: support Philips Semiconductors DSL card --- perl-install/network/isdn_consts.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/network/isdn_consts.pm') 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