Update modem.conf example

This commit is contained in:
Marcel Holtmann 2009-09-02 18:53:14 -07:00
parent e9a87abdc5
commit 9a351266fe
1 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# #
# Each group is parsed as a modem device # Each group is parsed as a modem device
# Each group shall contain the following keys: # 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 # Type = tcp | unix | tty
# InitString = <init string to send to device>, e.g. ATZ # InitString = <init string to send to device>, e.g. ATZ
# #
@ -20,8 +20,7 @@
# Sample for using phone simulator # Sample for using phone simulator
#[phonesim] #[phonesim]
#Driver=generic_at #Driver=phonesim
#Type=tcp
#Address=127.0.0.1 #Address=127.0.0.1
#Port=12345 #Port=12345
@ -37,5 +36,4 @@
#Sample for Android/HTC G1 #Sample for Android/HTC G1
#[g1] #[g1]
#Driver=g1 #Driver=g1
#Type=tty
#Device=/dev/smd0 #Device=/dev/smd0