summaryrefslogtreecommitdiff
path: root/lib/libusbhid
AgeCommit message (Expand)Author
2009-07-24From NetBSD rev 1.5Jonathan Gray
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingJonathan Gray
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p from charles longeauTed Unangst
2006-10-27actually the format strings do come from the usb_hid_usages file;Theo de Raadt
2006-03-30Fix a bzero() misuse; ok otto@ deraadt@Patrick Latifi
2006-03-21- plug memleak when handling reallocation failure in hid_start()Jared Yanovich
2006-03-18Plug a memleakDavid Hill
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-12add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list;Jason McIntyre
2005-02-10Fix a realloc() failure bug introduced in previous version.Matthieu Herrb
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-06-04- escape minus signJason McIntyre
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of hi...Theo de Raadt
2003-12-20Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@.Matthieu Herrb
2003-05-24- typos;Jason McIntyre
2003-05-06updated URL for USB specification from Leandro CostaJason McIntyre
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-09-06add shared lib.Brad Smith
2002-06-19use more snprintfTheo de Raadt
2002-06-11strike newline from err(3) functions; ok nate@Jason Peel
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.Nathan Binkert
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.Nathan Binkert
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Initial cleanup:Mike Pechkin
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDPeter Valchev