From 89a203adbd7d295502463ac628f50d90d943f9a6 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 4 May 2009 14:22:15 +0000 Subject: Removed hack for sierra module (now handled by list_modules.pm). --- lib/network/connection/cellular_card.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/network/connection') diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm index e86f1bc..ccfeba5 100644 --- a/lib/network/connection/cellular_card.pm +++ b/lib/network/connection/cellular_card.pm @@ -15,8 +15,7 @@ sub get_devices() { my @serial = grep { $_->{description} =~ /GPRS|EDGE|3G|UMTS|H.DPA|CDMA/i } detect_devices::matching_driver('serial_cs', 'usbserial', @maybe_usbserial_modules); member($_->{driver}, @maybe_usbserial_modules) and $_->{driver} = 'usbserial' foreach @serial; #- cdc_acm can not be listed directly in network/cellular, it is already in network/isdn - #- sierra wireless is also not detected as a 3G card - @serial, detect_devices::probe_category('network/cellular'), detect_devices::matching_driver('cdc_acm', 'sierra'); + @serial, detect_devices::probe_category('network/cellular'), detect_devices::matching_driver('cdc_acm'); } sub get_metric { 40 } -- cgit v1.2.1