diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2010-04-09 17:32:38 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2010-04-09 17:32:38 +0000 |
commit | 95f33ba3f421adc28d4463b6d94e9ce7e8b4d843 (patch) | |
tree | a6a6e90ae91b9aa598be2b8d39cdf57d4324c870 /share | |
parent | f891fbaed33f43cf5ca740856918e6016214884a (diff) | |
download | FreeBSD-src-95f33ba3f421adc28d4463b6d94e9ce7e8b4d843.zip FreeBSD-src-95f33ba3f421adc28d4463b6d94e9ce7e8b4d843.tar.gz |
Add rc.d/ubthidhci. This small script calls usbconfig(1) to change a USB
Bluetooth controller from HID mode to HCI mode.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 59e338b..31508b7 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 8, 2010 +.Dd April 09, 2010 .Dt RC.CONF 5 .Os .Sh NAME @@ -4268,6 +4268,26 @@ if it should register Dial-Up Networking service on the speficied RFCOMM channel. Default .Dq Li NO . +.It Va ubthidhci_enable +.Pq Vt bool +If set to +.Dq Li YES , +change the USB Bluetooth controller from HID mode to HCI mode. +You also need to specify the location of USB Bluetooth controller with the +.Va ubthidhci_busnum +and +.Va ubthidhci_addr +variables. +.It Va ubthidhci_busnum +Bus number where the USB Bluetooth controller is located. +Check the output of +.Xr usbconfig 1 +on your system to find this information. +.It Va ubthidhci_addr +Bus address of the USB Bluetooth controller. +Check the output of +.Xr usbconfig 1 +on your system to find this information. .El .Sh FILES .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact @@ -4283,6 +4303,7 @@ Default .Xr kbdcontrol 1 , .Xr makewhatis 1 , .Xr sh 1 , +.Xr usbconfig 1 , .Xr vi 1 , .Xr vidcontrol 1 , .Xr bridge 4 , |