From 3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 6 Sep 2005 14:42:51 +0000 Subject: sm56 support --- perl-install/network/thirdparty.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm index a21524cdd..e924036c8 100644 --- a/perl-install/network/thirdparty.pm +++ b/perl-install/network/thirdparty.pm @@ -124,6 +124,19 @@ my %network_settings = ( device => '/dev/ttySL0', restart_service => 1, }, + + { + matching => 'sm56', + description => 'Motorola SM56 WinModem', + url => 'http://www.motorola.com/softmodem/driver.htm#linux', + name => 'sm56', + kernel_module => + { + package => 'sm56', + }, + no_club => 1, + device => '/dev/sm56', + }, ], wireless => -- cgit v1.2.1