summaryrefslogtreecommitdiff
path: root/tools/hid2hci.rst
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2021-05-03 22:02:07 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-04 16:49:02 -0700
commit6552b572371476f43773519c7029073239341f24 (patch)
treea3f0e7909b3059b4a0316249211aa150b4c99abc /tools/hid2hci.rst
parent1835be72e13f073f1765440bbd5167d0dd2747be (diff)
downloadbluez-6552b572371476f43773519c7029073239341f24.tar.gz
tools: Convert manpages to rst format
This patch converts existing manpages in tools into the reStructuredText format.
Diffstat (limited to 'tools/hid2hci.rst')
-rw-r--r--tools/hid2hci.rst50
1 files changed, 50 insertions, 0 deletions
diff --git a/tools/hid2hci.rst b/tools/hid2hci.rst
new file mode 100644
index 000000000..6aa31154e
--- /dev/null
+++ b/tools/hid2hci.rst
@@ -0,0 +1,50 @@
+========
+hid2hci
+========
+
+-------------------------------------------
+Bluetooth HID to HCI mode switching utility
+-------------------------------------------
+
+:Author: Marcel Holtmann <marcel@holtmann.org>
+:Version: BlueZ
+:Copyright: Free use of this software is granted under ther terms of the GNU
+ Lesser General Public Licenses (LGPL).
+:Date: May 15, 2009
+:Manual section: 1
+:Manual group: Linux System Administration
+
+SYNOPSIS
+========
+
+**hid2hci** [*OPTIONS*]
+
+DESCRIPTION
+===========
+
+**hid2hci(1)** is used to set up switch supported Bluetooth devices into the
+HCI mode and back.
+
+OPTIONS
+=======
+
+--mode=[*mode*] Sets the mode to the device into. The possible values
+ for *mode* are **hid**, **hci**.
+
+--method=[*method*] Which vendor method to use for switching the device.
+ The possible values for *method* are **csr**, **csr2**,
+ **logitech-hdi**, **dell**.
+
+--devpath Specifies the device path in /sys
+
+--help Gives a list of possible options.
+
+RESOURCES
+=========
+
+http://www.bluez.org
+
+REPORTING BUGS
+==============
+
+linux-bluetooth@vger.kernel.org