diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2010-04-20 12:07:16 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2010-04-20 12:07:16 +0000 |
commit | 3849eb12d41b6155c5b88ea316d7ac1893487807 (patch) | |
tree | 0ba57e15a95afbcafd7ded00b4c961e1109301aa /share | |
parent | c61b9f564a268507195acc02310e9abd9d8431d8 (diff) | |
download | FreeBSD-src-3849eb12d41b6155c5b88ea316d7ac1893487807.zip FreeBSD-src-3849eb12d41b6155c5b88ea316d7ac1893487807.tar.gz |
MFC r206427, r206706, r206771:
ubthidhci rc.d script to switch an USB bluetooth dongle from HID to
HCI mode.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 07f2fb8..fea59a8 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -4143,6 +4143,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 @@ -4158,6 +4178,7 @@ Default .Xr kbdcontrol 1 , .Xr makewhatis 1 , .Xr sh 1 , +.Xr usbconfig 1 , .Xr vi 1 , .Xr vidcontrol 1 , .Xr bridge 4 , |