diff options
Diffstat (limited to 'packages')
-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 = "\ |