From fc47bb73e5bd6a6bf5eea01922fc92a20e9cbf84 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 23 May 2008 17:30:46 +0000 Subject: install dkms-hso if needed --- lib/network/connection/cellular_card.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/network') diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm index 5fe2ee9..fe9f5df 100644 --- a/lib/network/connection/cellular_card.pm +++ b/lib/network/connection/cellular_card.pm @@ -28,6 +28,12 @@ my @thirdparty_settings = ( url => 'http://www.pharscape.org/', kernel_module => 1, }, + { + name => 'hso', + description => 'Option High Speed Mobile Devices', + url => 'http://www.pharscape.org/', + kernel_module => 1, + }, ); sub get_thirdparty_settings() { -- cgit v1.2.1