diff options
-rw-r--r-- | plugins/modem.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/modem.conf b/plugins/modem.conf index 0c1b1023..937cddff 100644 --- a/plugins/modem.conf +++ b/plugins/modem.conf @@ -5,7 +5,7 @@ # # Each group is parsed as a modem device # Each group shall contain the following keys: -# Driver = <driver string>, e.g. generic_at, mbm, g1 +# Driver = <driver string>, e.g. generic_at, phonesim, mbm, g1 # Type = tcp | unix | tty # InitString = <init string to send to device>, e.g. ATZ # @@ -20,8 +20,7 @@ # Sample for using phone simulator #[phonesim] -#Driver=generic_at -#Type=tcp +#Driver=phonesim #Address=127.0.0.1 #Port=12345 @@ -37,5 +36,4 @@ #Sample for Android/HTC G1 #[g1] #Driver=g1 -#Type=tty #Device=/dev/smd0 |