diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-10-28 12:09:55 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-10-28 12:09:55 +0000 |
commit | 5ee226aa80b32c7c4807a1317decbef6f220f521 (patch) | |
tree | 98f1e6cc2fb3a925360bbe98411d29ead31e1b83 | |
parent | fcb6f87e97b3b83b2e8815c7786c6e4a23c070da (diff) | |
download | drakx-5ee226aa80b32c7c4807a1317decbef6f220f521.tar drakx-5ee226aa80b32c7c4807a1317decbef6f220f521.tar.gz drakx-5ee226aa80b32c7c4807a1317decbef6f220f521.tar.bz2 drakx-5ee226aa80b32c7c4807a1317decbef6f220f521.tar.xz drakx-5ee226aa80b32c7c4807a1317decbef6f220f521.zip |
support Philips Semiconductors DSL card
-rw-r--r-- | perl-install/network/isdn_consts.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -340,6 +340,14 @@ our @isdndata = 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, description => 'AVM Audiovisuelles|A1 ISDN Adapter [Fritz] CAPI', |