From 29ab43535c95595889b29f1956ca2034cbc6d2d2 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 1 Jul 2005 16:26:26 +0000 Subject: Bluez-Update: - update bluez-libs to 2.17 - update bluez-utils to 2.17 - fix base.patch against /etc/pcmcia/bluetooth to actually do something --- packages/bluez-utils/files/base.patch | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'packages/bluez-utils/files') 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 -- cgit v1.2.3