diff options
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection/cellular_card.pm | 6 |
1 files changed, 6 insertions, 0 deletions
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() { |