History log of /freebsd-current/usr.bin/usbhidctl/usbhidctl.1
Revision Date Author Comments
# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 2710751b 12-May-2013 Joel Dahl <joel@FreeBSD.org>

mdoc sweep.


# 3e0efd2e 04-Jun-2012 Eitan Adler <eadler@FreeBSD.org>

Fix style nit: don't use leading zero for dates in .Dd

Prompted by: brueffer
Approved by: brueffer
MFC after: 3 days


# e39e854e 16-May-2012 Alexander Motin <mav@FreeBSD.org>

Add support for -z option for reading operations. It allows to not request
current values from device, but only receive changes.


# 7778ab7e 28-Sep-2011 Alexander Motin <mav@FreeBSD.org>

MFprojects/hid:
Import the rest of HID improvements from the branch:
- improve report descriptor parser in libusbhid to handle several kinds of
reports same time;
- add to the libusbhid API two functions wrapping respective kernel IOCTLs
for reading and writing reports;
- tune uhid IOCTL interface to allow reading and writing arbitrary report,
when multiple supported by the device;
- teach usbhidctl to set output and feature reports;
- make usbhidaction support all the same item names as bhidctl.

Sponsored by: iXsystems, inc.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 89f84ab0 16-Feb-2010 Warner Losh <imp@FreeBSD.org>

The NetBSD Foundation has granted permission to remove clause 3 and 4
from their software.

Obtained from: NetBSD


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 9f238ea6 22-Nov-2006 Greg Lehey <grog@FreeBSD.org>

Bump document date.

Nitpicked by: ru
MFC after: 1 week


# 9a2a66f1 22-Nov-2006 Greg Lehey <grog@FreeBSD.org>

Add option -x to display output values in hex in addition to decimal.


# 6c7216df 18-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sort sections.


# 0a2956bb 04-Jan-2004 Philippe Charnier <charnier@FreeBSD.org>

Correct reference to a non existant man page.


# e8937ba0 19-Apr-2002 Philippe Charnier <charnier@FreeBSD.org>

Use `The .Nm utility'


# 144d39d4 20-Jul-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Rename the ``name'' argument to ``item'' and mark it up as an argument.
Make use of the marked up argument to clarify the text in the DESCRIPTION
section.
Insert a missing word: ``the''.
Make the phrase in the BUGS section a full sentence.
Sort the cross-references in the SEE ALSO section correctly.


# 09d308a8 05-Jul-2000 Nick Hibma <n_hibma@FreeBSD.org>

Add the usbhidctl utility, from NetBSD, by Lennart Augusst