tizen 2.3 release
[framework/connectivity/bluez.git] / tools / hid2hci.1
1 .\"
2 .\"     This program is free software; you can redistribute it and/or modify
3 .\"     it under the terms of the GNU General Public License as published by
4 .\"     the Free Software Foundation; either version 2 of the License, or
5 .\"     (at your option) any later version.
6 .\"
7 .\"     This program is distributed in the hope that it will be useful,
8 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
9 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 .\"     GNU General Public License for more details.
11 .\"
12 .\"     You should have received a copy of the GNU General Public License
13 .\"     along with this program; if not, write to the Free Software
14 .\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15 .\"
16 .\"
17 .TH HID2HCI 1 "MAY 15, 2009" "" ""
18
19 .SH NAME
20 hid2hci \- Bluetooth HID to HCI mode switching utility
21 .SH SYNOPSIS
22 .BR "hid2hci
23 [
24 .I options
25 ]
26 .SH DESCRIPTION
27 .B hid2hci
28 is used to set up switch supported Bluetooth devices into the HCI
29 mode and back.
30 .SH OPTIONS
31 .TP
32 .B --mode= [hid, hci]
33 Sets the mode to switch the device into
34 .TP
35 .B --method= [csr, logitech-hid, dell]
36 Which vendor method to use for switching the device.
37 .TP
38 .B --devpath=
39 Specifies the device path in /sys
40 .TP
41 .B --help
42 Gives a list of possible options.
43 .TP
44 .SH AUTHOR
45 Written by Marcel Holtmann <marcel@holtmann.org>.
46 .br