diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-30 13:41:30 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-30 13:41:30 +0000 |
commit | 3cab3b16a4e62d4900e0cf05f8452ce134b385f1 (patch) | |
tree | 8421948fe4fc97556d5a810bf6678ef3e198c04b /packages | |
parent | 99c724568b2c8e6d1b9857435ebe601854615f53 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/30 15:24:00+02:00 mn-solutions.de!schurig
bluez-utilities:
add PCMCIA id for BrainBoxes BCSP-able CF-Card
allow to run devfs-enabled and no-devfs-enabled systems
concentrate PR handling in one place
BKrev: 424aac8a76-XgMMYY5Hd-clib3FViA
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bluez-utils/bluez-utils-common_2.14.inc | 1 | ||||
-rw-r--r-- | packages/bluez-utils/files/base.patch | 26 | ||||
-rw-r--r-- | packages/bluez-utils/files/blueboxes.patch | 0 |
3 files changed, 27 insertions, 0 deletions
diff --git a/packages/bluez-utils/bluez-utils-common_2.14.inc b/packages/bluez-utils/bluez-utils-common_2.14.inc index 08489c7427..c5a2dd53ba 100644 --- a/packages/bluez-utils/bluez-utils-common_2.14.inc +++ b/packages/bluez-utils/bluez-utils-common_2.14.inc @@ -12,6 +12,7 @@ FILES_${PN}-bluepin = "/bin/bluepin" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://base.patch;patch=1 \ + file://blueboxes.patch;patch=1 \ file://hcid.conf \ file://bluetooth.default" diff --git a/packages/bluez-utils/files/base.patch b/packages/bluez-utils/files/base.patch index e69de29bb2..dbbff5199c 100644 --- a/packages/bluez-utils/files/base.patch +++ b/packages/bluez-utils/files/base.patch @@ -0,0 +1,26 @@ + +# +# 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 + ++test "$DEVICE" = "ttyS7" && DEVICE="/dev/tts/7" ++test -z "$MANFID" && MANFID="bcsp" ++ + # Get device attributes + get_info $DEVICE + +@@ -25,7 +28,7 @@ + IRQ=`setserial /dev/$DEVICE | sed -e 's/.*IRQ: //'` + setserial /dev/$DEVICE irq 0 ; setserial /dev/$DEVICE irq $IRQ + +- /usr/sbin/hciattach $DEVICE $MANFID ++ /sbin/hciattach $DEVICE $MANFID + } + stop_serial() { + do_fuser -k -HUP /dev/$DEVICE > /dev/null diff --git a/packages/bluez-utils/files/blueboxes.patch b/packages/bluez-utils/files/blueboxes.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/bluez-utils/files/blueboxes.patch |