usbhidctl.1 revision 1.10
$NetBSD: usbhidctl.1,v 1.10 2000/09/24 02:27:12 augustss Exp $

Copyright (c) 2000 The NetBSD Foundation, Inc.
All rights reserved.

This code is derived from software contributed to The NetBSD Foundation
by David Sainty <David.Sainty@dtsp.co.nz>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by the NetBSD
Foundation, Inc. and its contributors.
4. Neither the name of The NetBSD Foundation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

.Dd August 27, 2000 .Dt USBHIDCTL 1 .Os .Sh NAME .Nm usbhidctl .Nd manipulate USB HID devices .Sh SYNOPSIS .Nm "" .Fl f Ar device .Op Fl t Ar table .Op Fl l .Op Fl v .Fl a .Nm "" .Fl f Ar device .Op Fl t Ar table .Op Fl v .Fl r .Nm "" .Fl f Ar device .Op Fl t Ar table .Op Fl l .Op Fl n .Op Fl v .Op Ar item ... .Nm "" .Fl f Ar device .Op Fl t Ar table .Fl w .Op Ar item=value ... .Sh DESCRIPTION .Nm can be used to dump or modify the state of a USB HID (Human Interface Device). If a list of items is present on the command line, then .Nm prints the current value of those items for the specified device. If the .Fl w flag is specified .Nm attempts to set the specified items to the given values.

p The options are as follows: l -tag -width Ds t Fl a Show all items and their current values. t Fl f Ar device Specify a path name for the device to operate on. If .Ar device is numeric, it is taken to be the USB HID device number. If it is a relative path, it is taken to be the name of the device under

a /dev . An absolute path is taken to be the literal device pathname. t Fl l Loop and dump the device data every time it changes. Only 'input' items are displayed in this mode. t Fl n Suppress printing of the item name when querying specific item values. t Fl r Dump the report descriptor. t Fl t Ar table Specify a path name for the HID usage table file. t Fl v Be verbose. Repeating this option increases verbosity. t Fl w Change item values. Only 'output' and 'feature' kinds can be set with this option. .El .Sh FILES

a /usr/share/misc/usb_hid_usages The default HID usage table. .Sh SEE ALSO .Xr usb 3 , .Xr uhid 4 , .Xr usb 4 .Sh AUTHOR David Sainty <David.Sainty@dtsp.co.nz> .Sh HISTORY The .Nm command first appeared in .Nx 1.4 . .Sh BUGS Some USB HID devices report multiple items with exactly the same description. The current naming scheme does not provide the means to specify which of the identically named items you are referring to.