diff options
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fso-abyss/om-gta01/fso-abyss.conf | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-abyss/om-gta02/fso-abyss.conf | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-abyss_git.bb | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fso-abyss/om-gta01/fso-abyss.conf b/recipes/freesmartphone/fso-abyss/om-gta01/fso-abyss.conf index 971e3bb3ef..b72656b838 100644 --- a/recipes/freesmartphone/fso-abyss/om-gta01/fso-abyss.conf +++ b/recipes/freesmartphone/fso-abyss/om-gta01/fso-abyss.conf @@ -30,6 +30,8 @@ device_mux_mode = 1 # set maximum 07.10 frame size device_mux_framesize = 89 +#channel ACK timeout (in seconds) +device_ack_timeout = 5 # Set wakeup threshold for device (in seconds) or 0 to disable device_wakeup_threshold = 5 # Set wakeup time for device (in milliseconds) diff --git a/recipes/freesmartphone/fso-abyss/om-gta02/fso-abyss.conf b/recipes/freesmartphone/fso-abyss/om-gta02/fso-abyss.conf index 971e3bb3ef..acfa0f7dcb 100644 --- a/recipes/freesmartphone/fso-abyss/om-gta02/fso-abyss.conf +++ b/recipes/freesmartphone/fso-abyss/om-gta02/fso-abyss.conf @@ -30,6 +30,8 @@ device_mux_mode = 1 # set maximum 07.10 frame size device_mux_framesize = 89 +#channel ACK timeout (in seconds) +device_ack_timeout = 5 # Set wakeup threshold for device (in seconds) or 0 to disable device_wakeup_threshold = 5 # Set wakeup time for device (in milliseconds) diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb index e3335460db..6ff2fe13cd 100644 --- a/recipes/freesmartphone/fso-abyss_git.bb +++ b/recipes/freesmartphone/fso-abyss_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib libgsm0710mux" LICENSE = "GPL" PV = "0.9.1+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "\ ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \ |