[oe-commits] Sebastian Spaeth : fso-abyss: Update om-gta0X config files to include device_ack_timeout = 2

git version control git at git.openembedded.org
Fri Mar 5 09:34:53 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: ac7e9c9257dabaf4b6959f4638066071a67b790f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ac7e9c9257dabaf4b6959f4638066071a67b790f

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Mar  5 10:27:37 2010 +0100

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 <Sebastian at SSpaeth.de>

---

 .../fso-abyss/om-gta01/fso-abyss.conf              |    2 ++
 .../fso-abyss/om-gta02/fso-abyss.conf              |    2 ++
 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 971e3bb..b72656b 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 971e3bb..acfa0f7 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 3eadc74..73c70c3 100644
--- a/recipes/freesmartphone/fso-abyss_git.bb
+++ b/recipes/freesmartphone/fso-abyss_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "vala-native dbus dbus-glib libgsm0710mux"
 LICENSE = "GPL"
 PV = "0.9.1+gitr${SRCPV}"
 PE = "1"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \





More information about the Openembedded-commits mailing list