aboutsummaryrefslogtreecommitdiffstats
path: root/comms/bluez-firmware
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-05-22 17:13:23 +0800
committeredwin <edwin@FreeBSD.org>2008-05-22 17:13:23 +0800
commit7b7eb52eecf72841548eb63bfad77dd26d5dc127 (patch)
tree8501dde03b2091ea5451af9051f952d945ad5642 /comms/bluez-firmware
parente881ad907551c861a9c13bdfb0d8c918172703ca (diff)
downloadfreebsd-ports-graphics-7b7eb52eecf72841548eb63bfad77dd26d5dc127.tar.gz
freebsd-ports-graphics-7b7eb52eecf72841548eb63bfad77dd26d5dc127.tar.zst
freebsd-ports-graphics-7b7eb52eecf72841548eb63bfad77dd26d5dc127.zip
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>
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 fd84d2509f2..8883c2f5310 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 06bb9e3bd9f..264c17be59c 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 937c37e059a..76a2bd203c8 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