diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-20 02:03:22 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-20 02:03:44 +0100 |
commit | 8a8bce5f04b22bb13b31340fdd478af94ebdbaec (patch) | |
tree | c9228b93d21e822cf23c60d5c370faefc4ba137b /packages/freesmartphone | |
parent | 3e74224c533712bdfb70e8f5895057dbe888dd7f (diff) |
fso-abyss: version 0.3.1
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/fso-abyss/om-gta01/abyss.conf | 11 | ||||
-rw-r--r-- | packages/freesmartphone/fso-abyss/om-gta02/abyss.conf | 11 | ||||
-rw-r--r-- | packages/freesmartphone/fso-abyss_git.bb | 2 |
3 files changed, 11 insertions, 13 deletions
diff --git a/packages/freesmartphone/fso-abyss/om-gta01/abyss.conf b/packages/freesmartphone/fso-abyss/om-gta01/abyss.conf index 2ff579d730..67da210396 100644 --- a/packages/freesmartphone/fso-abyss/om-gta01/abyss.conf +++ b/packages/freesmartphone/fso-abyss/om-gta01/abyss.conf @@ -1,16 +1,15 @@ [omuxerd] -# set to 1, when the first AllocChannel request opens a session autoopen = 1 -# set to 1, when the last ReleaseChannel closes the session autoclose = 1 -# set to 1, when closing the session should close the program autoexit = 1 [session] -# set 0 for 07.10 basic multiplexing, 1 for advanced mode = 1 -# set maximum 07.10 frame size framesize = 98 -# configure modem port port = /dev/ttySAC0 speed = 115200 + +[device] +wakeup_threshold = 6 +wakeup_waitms = 200 + diff --git a/packages/freesmartphone/fso-abyss/om-gta02/abyss.conf b/packages/freesmartphone/fso-abyss/om-gta02/abyss.conf index 2ff579d730..67da210396 100644 --- a/packages/freesmartphone/fso-abyss/om-gta02/abyss.conf +++ b/packages/freesmartphone/fso-abyss/om-gta02/abyss.conf @@ -1,16 +1,15 @@ [omuxerd] -# set to 1, when the first AllocChannel request opens a session autoopen = 1 -# set to 1, when the last ReleaseChannel closes the session autoclose = 1 -# set to 1, when closing the session should close the program autoexit = 1 [session] -# set 0 for 07.10 basic multiplexing, 1 for advanced mode = 1 -# set maximum 07.10 frame size framesize = 98 -# configure modem port port = /dev/ttySAC0 speed = 115200 + +[device] +wakeup_threshold = 6 +wakeup_waitms = 200 + diff --git a/packages/freesmartphone/fso-abyss_git.bb b/packages/freesmartphone/fso-abyss_git.bb index 3cfff7dc9a..20f68c0ad0 100644 --- a/packages/freesmartphone/fso-abyss_git.bb +++ b/packages/freesmartphone/fso-abyss_git.bb @@ -4,7 +4,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib libgsm0710" LICENSE = "GPL" -PV = "0.3.0+gitr${SRCREV}" +PV = "0.3.1+gitr${SRCREV}" PR = "r0" SRC_URI = "\ |