summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-04-17 22:24:51 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-04-17 22:24:51 +0000
commit7df551f9807b8e6e9834299d2e3b0486c0fa7f49 (patch)
tree934a117ba85cc50ec62828d18407617d515883b3 /lib/network/connection
parent0def0b9731fce3530d07435e10e2be94e09291b7 (diff)
downloaddrakx-net-7df551f9807b8e6e9834299d2e3b0486c0fa7f49.tar
drakx-net-7df551f9807b8e6e9834299d2e3b0486c0fa7f49.tar.gz
drakx-net-7df551f9807b8e6e9834299d2e3b0486c0fa7f49.tar.bz2
drakx-net-7df551f9807b8e6e9834299d2e3b0486c0fa7f49.tar.xz
drakx-net-7df551f9807b8e6e9834299d2e3b0486c0fa7f49.zip
Added support for VIVO provider in drakconnect.
Diffstat (limited to 'lib/network/connection')
-rw-r--r--lib/network/connection/providers/cellular.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm
index 6c722f4..1288115 100644
--- a/lib/network/connection/providers/cellular.pm
+++ b/lib/network/connection/providers/cellular.pm
@@ -12,6 +12,11 @@ use utf8;
# http://computer.cocus.co.il/Setup/V3X/MPT/Addons/GPRSope.inf
our %data = (
+ N("Brazil") . "|Vivo" => {
+ apn => "zap.vivo.com.br",
+ login => "vivo",
+ password => "vivo",
+ },
N("Estonia") . "|Bravocom" => {
apn => "internet",
},