diff options
Diffstat (limited to 'perl-install/network/isdn_consts.pm')
-rw-r--r-- | perl-install/network/isdn_consts.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl-install/network/isdn_consts.pm b/perl-install/network/isdn_consts.pm index b6ce7e1e1..c38297641 100644 --- a/perl-install/network/isdn_consts.pm +++ b/perl-install/network/isdn_consts.pm @@ -324,6 +324,16 @@ our @isdndata = type => '36', card => 'pci', }, + { description => "BeWAN R834 (USB)", + driver => 'hisax_st5481', + type => '99', + card => 'usb', + }, + { description => "Gazel 128 (USB)", + driver => 'hisax_st5481', + type => '99', + card => 'usb', + }, ); 1; |