summaryrefslogtreecommitdiff
path: root/packages/bluez-utils/files/base.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-07-01 18:15:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-01 18:15:49 +0000
commit615e7d157f3d9cf1e7af5e2084358b9f61d3daaf (patch)
tree9d55038c6c38a0e1c6a9d60109219a6adb49f69f /packages/bluez-utils/files/base.patch
parent1fda5f0233832ffa3c8adff3499b64ab3f7b7248 (diff)
parent0d7a6ee2b5a0abc79f17012cb9a6378f9fe583c9 (diff)
propagate from branch 'org.openembedded.nslu2-linux' (head dc8f56a8edee464ea68c6ca92ec8857113d9e468)
to branch 'org.openembedded.dev' (head a10d28cfd37d2402e42c0f2c022ce4d4c65dbb95)
Diffstat (limited to 'packages/bluez-utils/files/base.patch')
-rw-r--r--packages/bluez-utils/files/base.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/packages/bluez-utils/files/base.patch b/packages/bluez-utils/files/base.patch
index dbbff5199c..c4bb288303 100644
--- a/packages/bluez-utils/files/base.patch
+++ b/packages/bluez-utils/files/base.patch
@@ -3,19 +3,20 @@
# Patch managed by http://www.holgerschurig.de/patcher.html
#
---- bluez-utils-2.14/pcmcia/bluetooth~base
-+++ bluez-utils-2.14/pcmcia/bluetooth
-@@ -15,6 +15,9 @@
-
- if [ -r ./shared ]; then . ./shared ; else . /etc/pcmcia/shared ; fi
+--- bluez-utils-2.17/pcmcia/bluetooth~base.patch
++++ bluez-utils-2.17/pcmcia/bluetooth
+@@ -18,6 +18,10 @@
+ # Get device attributes
+ get_info $DEVICE
+test "$DEVICE" = "ttyS7" && DEVICE="/dev/tts/7"
+test -z "$MANFID" && MANFID="bcsp"
++test "$MANFID" = "0000,0000" && MANFID="bcsp"
+
- # Get device attributes
- get_info $DEVICE
-
-@@ -25,7 +28,7 @@
+ #
+ # Serial devices
+ #
+@@ -25,7 +29,7 @@
IRQ=`setserial /dev/$DEVICE | sed -e 's/.*IRQ: //'`
setserial /dev/$DEVICE irq 0 ; setserial /dev/$DEVICE irq $IRQ