summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid (follow)
Commit message (Expand)AuthorAgeFilesLines
* From NetBSD rev 1.5jsg2009-07-241-2/+1
* Global Item #3 should be Physical Minimum not Maximum accordingjsg2009-07-241-2/+2
* malloc(n * m) -> calloc(n, m); ok espiederaadt2007-09-031-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove some bogus *p from charles longeautedu2007-03-201-2/+2
* actually the format strings do come from the usb_hid_usages file;deraadt2006-10-271-2/+2
* Fix a bzero() misuse; ok otto@ deraadt@pat2006-03-301-2/+3
* - plug memleak when handling reallocation failure in hid_start()jaredy2006-03-211-9/+13
* Plug a memleakdhill2006-03-181-2/+2
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list;jmc2005-10-121-1/+3
* Fix a realloc() failure bug introduced in previous version.matthieu2005-02-101-2/+2
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* - escape minus signjmc2004-06-041-3/+3
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-048-102/+142
* Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@.matthieu2003-12-201-4/+4
* - typos;jmc2003-05-241-6/+6
* updated URL for USB specification from Leandro Costajmc2003-05-061-4/+4
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* add shared lib.brad2002-09-062-3/+3
* use more snprintfderaadt2002-06-191-3/+3
* strike newline from err(3) functions; ok nate@jsyn2002-06-111-5/+5
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-107-84/+140
* userland portion of prefixing usb structure members to avoid name clashes.nate2002-05-021-3/+3
* o) start new sentence on a new line;mpech2002-05-011-13/+15
* Initial cleanup:mpech2002-04-301-2/+1
* Rename libusb to libusbhid, a better name, per NetBSDpvalchev2001-12-308-0/+1167