summaryrefslogtreecommitdiff
path: root/tools/hid2hci.8
diff options
context:
space:
mode:
authorMario Limonciello <Mario_Limonciello@Dell.com>2009-05-15 16:31:42 -0500
committerMarcel Holtmann <marcel@holtmann.org>2009-05-16 06:12:47 -0700
commit7b2ece36e0ea12f45bb0e2994a3ef9133ca68033 (patch)
tree0b5857875854d550a460e77f8649119f104a5ae2 /tools/hid2hci.8
parent24bd55a4a307de154f5925da87fb9758702c2d70 (diff)
Add support for command line arguments on hid2hci tool
This means that the hid2hci tool will not have to run on every bootup for every machine with BlueZ installed. It instead gets ran on demand if a product that is called out from a udev rules file contains the correct attributes and/or VID/PID. It also makes it easier for users to manually test new VID/PID combinations to determine if they should be supported by BlueZ.
Diffstat (limited to 'tools/hid2hci.8')
-rw-r--r--tools/hid2hci.818
1 files changed, 12 insertions, 6 deletions
diff --git a/tools/hid2hci.8 b/tools/hid2hci.8
index 6aa9be297..5d35274f3 100644
--- a/tools/hid2hci.8
+++ b/tools/hid2hci.8
@@ -14,7 +14,7 @@
.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\"
-.TH HID2HCI 8 "JUNE 6, 2003" "" ""
+.TH HID2HCI 8 "MAY 15, 2009" "" ""
.SH NAME
hid2hci \- Bluetooth HID to HCI mode switching utility
@@ -25,7 +25,7 @@ hid2hci \- Bluetooth HID to HCI mode switching utility
]
.SH DESCRIPTION
.B hid2hci
-is used to set up switch HID proxy Bluetooth dongle into the HCI
+is used to set up switch supported Bluetooth devices into the HCI
mode and back.
.SH OPTIONS
.TP
@@ -35,11 +35,17 @@ Gives a list of possible options.
.BI -q
Don't display any messages.
.TP
-.BI -0
-Switches the device into HCI mode.
+.BI -r [hid,hci]
+Sets the mode to switch the device into
.TP
-.BI -1
-Switches the device into HID mode.
+.BI -v
+Specifies the 4 digit vendor ID assigned to the device being switched
+.TP
+.BI -p
+Specifies the 4 digit product ID assigned to the device being switched
+.TP
+.BI -m [csr, logitech, dell]
+Which vendor method to use for switching the device.
.SH AUTHOR
Written by Marcel Holtmann <marcel@holtmann.org>.
.br