From ae86ec242e7b9bfc01665520f0a60cf8341ce559 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 31 Jul 2009 19:19:57 +0200 Subject: removed umts function --- etc/functions/umts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 etc/functions/umts (limited to 'etc/functions') diff --git a/etc/functions/umts b/etc/functions/umts deleted file mode 100644 index 49518be..0000000 --- a/etc/functions/umts +++ /dev/null @@ -1,14 +0,0 @@ -## vim:ft=zsh -typeset module - -if [[ $1 == on ]] { - for module (usbcore {u,e}hci_hcd) { - sudo modprobe $module - } - sleep 10 - sudo pon umts - sleep 31 - sudo pon umts -} elif [[ $1 == off ]] { - sudo poff umts -} -- cgit v1.2.3