From 8f601461fad4320e68c847cc1a79c1275dc704fe Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 5 Mar 2010 10:27:37 +0100 Subject: fso-abyss: Update om-gta0X config files to include device_ack_timeout = 2 The default timeout of 5 seems too long and it failed getting a channel. Let's try 2 as this worked on my Freerunner. Signed-off-by: Sebastian Spaeth --- recipes/freesmartphone/fso-abyss/om-gta01/fso-abyss.conf | 2 ++ recipes/freesmartphone/fso-abyss/om-gta02/fso-abyss.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'recipes/freesmartphone/fso-abyss') 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) -- cgit 1.2.3-korg