Deleted Added
sdiff udiff text old ( 63641 ) new ( 95124 )
full compact
1.\" $NetBSD: usbhidctl.1,v 1.8 1999/05/11 21:03:58 augustss Exp $
2.\" $FreeBSD: head/usr.bin/usbhidctl/usbhidctl.1 95124 2002-04-20 12:18:28Z charnier $
3.\"
4.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Lennart Augustsson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without

--- 36 unchanged lines hidden (view full) ---

47.Fl f Ar device
48.Op Fl l
49.Op Fl n
50.Op Fl r
51.Op Fl t Ar table
52.Op Fl v
53.Op Ar item ...
54.Sh DESCRIPTION
55The
56.Nm
57utility can be used to dump the state of a USB HID (Human Interface Device).
58Each named
59.Ar item
60is printed.
61.Pp
62The options are as follows:
63.Bl -tag -width Ds
64.It Fl a
65Show all items.

--- 9 unchanged lines hidden (view full) ---

75Specify a path name for the HID usage table file.
76.It Fl v
77Be verbose.
78.El
79.Sh FILES
80.Pa /usr/share/misc/usb_hid_usages
81The default HID usage table.
82.Sh BUGS
83The
84.Nm
85utility cannot show nor set output and feature items.
86.Sh SEE ALSO
87.Xr usb 3 ,
88.Xr uhid 4 ,
89.Xr usb 4
90.Sh HISTORY
91The
92.Nm
93command appeared in
94.Nx 1.4 .