| History log of /src/usr.bin/usbhidctl |
| Revision | Date | Author | Comments |
| 1.9 | 02-Feb-2002 |
veego | Ups, it is LIBUSBHID and not LIBUSBHIB.
|
| 1.8 | 02-Feb-2002 |
veego | Change LIBUSB to LIBUSBHIB, reflecting the library name change.
|
| 1.7 | 28-Dec-2001 |
augustss | Update for libusbhid(3) changes.
|
| 1.6 | 22-Dec-2001 |
augustss | Back out last commit that was not meant to be done yet.
|
| 1.5 | 22-Dec-2001 |
augustss | Provide a nicer messages if the device read fails. From David Sainty in PR bin/15019.
|
| 1.4 | 11-May-1999 |
augustss | Make USB HID processing into a library.
|
| 1.3 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.2 | 27-Sep-1998 |
lukem | don't install in /usr/share if NOSHARE is defined
|
| 1.1 | 13-Jul-1998 |
augustss | Add usbhidctl(1) a program for manipulating USB HID devices.
|
| 1.6 | 11-May-1999 |
augustss | Make USB HID processing into a library.
|
| 1.5 | 21-Apr-1999 |
augustss | Handle devices with a report id correctly.
|
| 1.4 | 02-Dec-1998 |
augustss | Fix typo.
|
| 1.3 | 25-Nov-1998 |
augustss | Make the copyright header conform to the NetBSD template.
|
| 1.2 | 13-Jul-1998 |
augustss | Make some small improvements to usbhidctl and include a much larger usage table.
|
| 1.1 | 13-Jul-1998 |
augustss | Add usbhidctl(1) a program for manipulating USB HID devices.
|
| 1.4 | 11-May-1999 |
augustss | Make USB HID processing into a library.
|
| 1.3 | 21-Apr-1999 |
augustss | Handle devices with a report id correctly.
|
| 1.2 | 25-Nov-1998 |
augustss | Make the copyright header conform to the NetBSD template.
|
| 1.1 | 13-Jul-1998 |
augustss | Add usbhidctl(1) a program for manipulating USB HID devices.
|
| 1.6 | 11-May-1999 |
augustss | Make USB HID processing into a library.
|
| 1.5 | 08-May-1999 |
augustss | Updates from Soren S. Jorvang <soren@t.dk>
|
| 1.4 | 15-Feb-1999 |
hubertf | RCS ID police
|
| 1.3 | 13-Jan-1999 |
augustss | Remove two garbage characters in the table.
|
| 1.2 | 13-Jul-1998 |
augustss | Make some small improvements to usbhidctl and include a much larger usage table.
|
| 1.1 | 13-Jul-1998 |
augustss | Add usbhidctl(1) a program for manipulating USB HID devices.
|
| 1.38 | 22-Sep-2019 |
dsainty | Purge an ancient email address, use dsainty@NetBSD.org instead
|
| 1.37 | 10-Dec-2017 |
bouyer | branches: 1.37.4; Fix fallout from hid factorisation: - need to install sys/dev/hid/hid.h for userland - include it where needed - most of the time in place if usb/usbhid.h
|
| 1.36 | 16-Sep-2011 |
joerg | Use __dead
|
| 1.35 | 14-Apr-2009 |
lukem | fix sign-compare issues
|
| 1.34 | 28-Apr-2008 |
martin | branches: 1.34.8; Remove clause 3 and 4 from TNF licenses
|
| 1.33 | 26-Oct-2006 |
wiz | branches: 1.33.16; Sync usage with manpage.
|
| 1.32 | 22-Oct-2006 |
dsainty | Implement an option to reset all values (rather than attempting to read them) to allow setting item values on certain pesky devices that otherwise error out on the GET_REPORT command.
Indicated via the new -z flag.
|
| 1.31 | 22-Oct-2006 |
dsainty | Add support for addressing multiple items with the same name (for buggy devices).
The syntax and patch were discussed with Lennart about 1.5 years ago :)
Knock the BUG entry out of the man page.
|
| 1.30 | 10-May-2006 |
mrg | quell GCC 4.1 uninitialised variable warnings.
XXX: we should audit the tree for which old ones are no longer needed after getting the older compilers out of the tree..
|
| 1.29 | 01-May-2006 |
christos | Coverity CID 815: Avoid NULL pointer deref.
|
| 1.28 | 09-Feb-2005 |
jdolecek | bump size of some arrays
|
| 1.27 | 05-Nov-2004 |
dsl | Add (unsigned char) cast to ctype functions
|
| 1.26 | 31-Oct-2004 |
dsainty | Make the USB_GET_REPORT error format match the USB_SET_REPORT error format by including the report the error was on.
|
| 1.25 | 30-Oct-2004 |
dsainty | Correct spelling of hierarchy in a comment, and tab around RCSID
|
| 1.24 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.23 | 23-Jun-2003 |
agc | Add NetBSD RCS Ids.
|
| 1.22 | 20-Feb-2002 |
christos | Prefix structure members to protect them against clashes with eg. c++ keywords. Suggested by Alfred Perlstein, from FreeBSD, ok'd by augustss
|
| 1.21 | 29-Dec-2001 |
augustss | Print items with a usage range in a comprehensible way. Also print all items in an array.
|
| 1.20 | 28-Dec-2001 |
augustss | Update for libusbhid(3) changes.
|
| 1.19 | 22-Dec-2001 |
augustss | Provide a nicer messages if the device read fails. From David Sainty in PR bin/15019.
|
| 1.18 | 22-Oct-2001 |
augustss | Change usbhidctl to take numeric usage names. Add examples in the man page. From Dave Sainty <dave@dtsp.co.nz>.
|
| 1.17 | 28-Mar-2001 |
simonb | 80 column police.
|
| 1.16 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
| 1.15 | 24-Sep-2000 |
augustss | Updated version of the usbhidctl command that allows setting, as well as reading, items. From Dave Sainty <dave@dtsp.co.nz>.
|
| 1.14 | 03-Jul-2000 |
matt | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
|
| 1.13 | 14-Apr-2000 |
simonb | Don't declare 'extern opt*' getopt variables.
|
| 1.12 | 16-May-1999 |
augustss | GC an unused #define.
|
| 1.11 | 12-May-1999 |
augustss | Sync with libusb.
|
| 1.10 | 12-May-1999 |
augustss | Update for new libusb.
|
| 1.9 | 11-May-1999 |
augustss | Make USB HID processing into a library.
|
| 1.8 | 21-Apr-1999 |
augustss | Dump more HID info.
|
| 1.7 | 21-Apr-1999 |
augustss | Handle devices with a report id correctly.
|
| 1.6 | 03-Dec-1998 |
augustss | Handle flags better.
|
| 1.5 | 25-Nov-1998 |
augustss | Make the copyright header conform to the NetBSD template.
|
| 1.4 | 23-Jul-1998 |
augustss | Make the /dev/ part of the device name optional.
|
| 1.3 | 13-Jul-1998 |
augustss | Make usbhidctl more like other *ctl commands.
|
| 1.2 | 13-Jul-1998 |
augustss | Make some small improvements to usbhidctl and include a much larger usage table.
|
| 1.1 | 13-Jul-1998 |
augustss | Add usbhidctl(1) a program for manipulating USB HID devices.
|
| 1.33.16.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.34.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.37.4.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.26 | 22-Sep-2019 |
dsainty | Purge an ancient email address, use dsainty@NetBSD.org instead
|
| 1.25 | 18-Mar-2014 |
riastradh | branches: 1.25.26; Merge riastradh-drm2 to HEAD.
|
| 1.24 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
| 1.23 | 30-Mar-2011 |
wiz | branches: 1.23.4; 1.23.10; 1.23.14; Add long example describing how to find and configure multimedia keys; based on Mihai Chelaru's description on current-users in February. Bump date.
|
| 1.22 | 30-Apr-2008 |
martin | Convert TNF licenses to new 2 clause variant
|
| 1.21 | 26-Oct-2006 |
wiz | branches: 1.21.16; Bump date.
|
| 1.20 | 26-Oct-2006 |
wiz | Pull single letter options together. -r and -w need at least one argument, so document as such. Mark up GET_REPORT.
|
| 1.19 | 22-Oct-2006 |
dsainty | Implement an option to reset all values (rather than attempting to read them) to allow setting item values on certain pesky devices that otherwise error out on the GET_REPORT command.
Indicated via the new -z flag.
|
| 1.18 | 22-Oct-2006 |
dsainty | Add support for addressing multiple items with the same name (for buggy devices).
The syntax and patch were discussed with Lennart about 1.5 years ago :)
Knock the BUG entry out of the man page.
|
| 1.17 | 01-Jul-2003 |
wiz | Cm So . Sc -> Sq Cm \&. (and similar for :).
|
| 1.16 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
| 1.15 | 30-Sep-2002 |
grant | New sentence, new line.
|
| 1.14 | 28-Dec-2001 |
augustss | Update for libusbhid(3) changes.
|
| 1.13 | 24-Dec-2001 |
augustss | Add a clarifying remark to the -a option.
|
| 1.12 | 22-Oct-2001 |
wiz | Sort sections, sort SEE ALSO, standardize section header, improve markup in one place.
|
| 1.11 | 22-Oct-2001 |
augustss | Change usbhidctl to take numeric usage names. Add examples in the man page. From Dave Sainty <dave@dtsp.co.nz>.
|
| 1.10 | 24-Sep-2000 |
augustss | Updated version of the usbhidctl command that allows setting, as well as reading, items. From Dave Sainty <dave@dtsp.co.nz>.
|
| 1.9 | 06-Jul-2000 |
augustss | Some fixes suggested by Sheldon Hearn <sheldonh@uunet.co.za> (FreeBSD).
|
| 1.8 | 11-May-1999 |
augustss | Xref usb(3).
|
| 1.7 | 13-Apr-1999 |
augustss | Make opyrights conform.
|
| 1.6 | 03-Dec-1998 |
augustss | branches: 1.6.2; Handle flags better.
|
| 1.5 | 22-Oct-1998 |
augustss | Fix typo.
|
| 1.4 | 13-Jul-1998 |
augustss | Add BUGS.
|
| 1.3 | 13-Jul-1998 |
augustss | Make usbhidctl more like other *ctl commands.
|
| 1.2 | 13-Jul-1998 |
augustss | Make some small improvements to usbhidctl and include a much larger usage table.
|
| 1.1 | 13-Jul-1998 |
augustss | Add usbhidctl(1) a program for manipulating USB HID devices.
|
| 1.6.2.1 | 16-Apr-1999 |
augustss | Make a bunch of copyright headers conform to the standard. Pullup approved by Perry.
|
| 1.21.16.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.23.14.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
| 1.23.10.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.23.4.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.25.26.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|