Blame tools/hid2hci.1

Packit 34410b
.\"
Packit 34410b
.\"	This program is free software; you can redistribute it and/or modify
Packit 34410b
.\"	it under the terms of the GNU General Public License as published by
Packit 34410b
.\"	the Free Software Foundation; either version 2 of the License, or
Packit 34410b
.\"	(at your option) any later version.
Packit 34410b
.\"
Packit 34410b
.\"	This program is distributed in the hope that it will be useful,
Packit 34410b
.\"	but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 34410b
.\"	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 34410b
.\"	GNU General Public License for more details.
Packit 34410b
.\"
Packit 34410b
.\"	You should have received a copy of the GNU General Public License
Packit 34410b
.\"	along with this program; if not, write to the Free Software
Packit 34410b
.\"	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Packit 34410b
.\"
Packit 34410b
.\"
Packit 34410b
.TH HID2HCI 1 "MAY 15, 2009" "" ""
Packit 34410b
Packit 34410b
.SH NAME
Packit 34410b
hid2hci \- Bluetooth HID to HCI mode switching utility
Packit 34410b
.SH SYNOPSIS
Packit 34410b
.BR "hid2hci
Packit 34410b
[
Packit 34410b
.I options
Packit 34410b
]
Packit 34410b
.SH DESCRIPTION
Packit 34410b
.B hid2hci
Packit 34410b
is used to set up switch supported Bluetooth devices into the HCI
Packit 34410b
mode and back.
Packit 34410b
.SH OPTIONS
Packit 34410b
.TP
Packit 34410b
.B --mode= [hid, hci]
Packit 34410b
Sets the mode to switch the device into
Packit 34410b
.TP
Packit 34410b
.B --method= [csr, csr2, logitech-hid, dell]
Packit 34410b
Which vendor method to use for switching the device.
Packit 34410b
.TP
Packit 34410b
.B --devpath=
Packit 34410b
Specifies the device path in /sys
Packit 34410b
.TP
Packit 34410b
.B --help
Packit 34410b
Gives a list of possible options.
Packit 34410b
.TP
Packit 34410b
.SH AUTHOR
Packit 34410b
Written by Marcel Holtmann <marcel@holtmann.org>.
Packit 34410b
.br