diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-02 18:53:14 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-02 18:53:14 -0700 |
commit | 9a351266fe51d1e6162ad6c4d61453ea15e44489 (patch) | |
tree | 6009b8f24a1e5cbb7ae2f95d10632187b8888522 | |
parent | e9a87abdc58189b58fe225c7d155bd843953e40c (diff) | |
download | ofono-9a351266fe51d1e6162ad6c4d61453ea15e44489.tar.bz2 |
Update modem.conf example
-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 |