bluez-utils: Sleep a couple of seconds in /etc/pcmcia/bluetooth to give the
authorMichael Lauer <mickey@vanille-media.de>
Thu, 7 Jul 2005 17:10:13 +0000 (17:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 7 Jul 2005 17:10:13 +0000 (17:10 +0000)
hardware enough time to complete initialization (tested on Sharp C7x0)

packages/bluez-utils/bluez-utils-common_2.17.inc
packages/bluez-utils/files/base.patch

index 69f9514..348636b 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "bluez-libs-${PV} pcmcia-cs"
 RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
        file://base.patch;patch=1 \
index c4bb288..337c9aa 100644 (file)
@@ -5,7 +5,13 @@
 
 --- bluez-utils-2.17/pcmcia/bluetooth~base.patch
 +++ bluez-utils-2.17/pcmcia/bluetooth
-@@ -18,6 +18,10 @@
+@@ -15,9 +15,16 @@
+ if [ -r ./shared ]; then . ./shared ; else . /etc/pcmcia/shared ; fi
++# Give the port some time to complete initialization
++sleep 5
++
  # Get device attributes
  get_info $DEVICE
  
@@ -16,7 +22,7 @@
  #
  # Serial devices
  #
-@@ -25,7 +29,7 @@
+@@ -25,7 +32,7 @@
      IRQ=`setserial /dev/$DEVICE | sed -e 's/.*IRQ: //'`
      setserial /dev/$DEVICE irq 0 ; setserial /dev/$DEVICE irq $IRQ