summaryrefslogtreecommitdiff
path: root/comms/bluez-firmware
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-22 09:13:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-22 09:13:23 +0000
commitc8af907c4ebb6f59bd2175f841fdce6cdb695fa8 (patch)
tree2e49455d7d2e3e2298677da2bbee8c77481b5fd8 /comms/bluez-firmware
parentUpdate port: comms/bluegps maintainer email, extra text (diff)
Update port: comms/bluez-firmware email maintainer, typo's
Maintainer update of email address and a few typos. Also added WWW line PR: ports/122748 Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
Notes
Notes: svn path=/head/; revision=213516
Diffstat (limited to 'comms/bluez-firmware')
-rw-r--r--comms/bluez-firmware/Makefile2
-rw-r--r--comms/bluez-firmware/pkg-descr2
-rw-r--r--comms/bluez-firmware/pkg-message11
3 files changed, 9 insertions, 6 deletions
diff --git a/comms/bluez-firmware/Makefile b/comms/bluez-firmware/Makefile
index fd84d2509f2a..8883c2f53104 100644
--- a/comms/bluez-firmware/Makefile
+++ b/comms/bluez-firmware/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.2
CATEGORIES= comms kld
MASTER_SITES= http://bluez.sourceforge.net/download/
-MAINTAINER= dirkx@joost.com
+MAINTAINER= dirkx@webweaving.org
COMMENT= Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1)
GNU_CONFIGURE= yes
diff --git a/comms/bluez-firmware/pkg-descr b/comms/bluez-firmware/pkg-descr
index 06bb9e3bd9f6..264c17be59cc 100644
--- a/comms/bluez-firmware/pkg-descr
+++ b/comms/bluez-firmware/pkg-descr
@@ -1,3 +1,5 @@
Firmware for the Broadcom BCM2033 chip based Bluetooth USB devices. To
be downloaded with bcmfw(1). The ubtbcmfw(4) and ng_ubt(4) kernel
modules need to be installed.
+
+WWW: http://www.bluez.org/
diff --git a/comms/bluez-firmware/pkg-message b/comms/bluez-firmware/pkg-message
index 937c37e059a1..76a2bd203c84 100644
--- a/comms/bluez-firmware/pkg-message
+++ b/comms/bluez-firmware/pkg-message
@@ -11,19 +11,20 @@ lines to /boot/loader.conf:
Furthermore you need to ensure that the bcmfw(1) utility downloads
the firmware into the dongle on insertion. This can be done by
-adding the followign lines to /etc/devd.conf:
+adding the followign lines to /etc/devd.conf (devd(8) should run
+by default):
# Requires the port BCM2033 to be installed
# and the ubtbcmfw(8) and ng_ubt(8) kernel modules
# to be loaded prior to insertion.
#
attach 100 {
- match "vendor" "0x0a5c";
- match "product" "0x2033";
- action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi";
+ match "vendor" "0x0a5c";
+ match "product" "0x2033";
+ action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi";
}
-or alternatively load these files manually with:
+Or alternatively load these files manually with:
cd /usr/local/lib/firmware
bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin