summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-12 21:48:08 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-12 21:48:08 +0000
commitd03add1b87c56410b25b956f82833be4d00fc340 (patch)
tree3b6bb3f125ca6d112594a888bbe9dca67857969a
parent0a61c1514914951ff94e1228e8031737cc423e41 (diff)
Fix hciattach path for PCMCIA class script
-rwxr-xr-xpcmcia/bluetooth2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcmcia/bluetooth b/pcmcia/bluetooth
index 503484d9..7be4a31d 100755
--- a/pcmcia/bluetooth
+++ b/pcmcia/bluetooth
@@ -25,7 +25,7 @@ start_serial() {
IRQ=`setserial /dev/$DEVICE | sed -e 's/.*IRQ: //'`
setserial /dev/$DEVICE irq 0 ; setserial /dev/$DEVICE irq $IRQ
- /sbin/hciattach $DEVICE $MANFID > /tmp/pcmcia
+ /usr/sbin/hciattach $DEVICE $MANFID
}
stop_serial() {
do_fuser -k -HUP /dev/$DEVICE > /dev/null