Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hid_usage_in_page(hid_parse_usage_in_page()) for the Buttons page. | 2018-07-09 | 1 | -4/+16 | |
| | | | | From David Bern. | ||||
* | use reallocarray(); ok doug | 2014-10-08 | 1 | -5/+5 | |
| | |||||
* | fairly simple unsigned char casts for ctype | 2013-11-29 | 1 | -4/+4 | |
| | | | | ok krw | ||||
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | 2011-04-06 | 1 | -2/+2 | |
| | | | | for chars. | ||||
* | malloc(n * m) -> calloc(n, m); ok espie | 2007-09-03 | 1 | -2/+2 | |
| | |||||
* | remove some bogus *p from charles longeau | 2007-03-20 | 1 | -2/+2 | |
| | | | | ok deraadt millert | ||||
* | actually the format strings do come from the usb_hid_usages file; | 2006-10-27 | 1 | -2/+2 | |
| | | | | from janus@errornet.de | ||||
* | Fix a bzero() misuse; ok otto@ deraadt@ | 2006-03-30 | 1 | -2/+3 | |
| | |||||
* | - plug memleak when handling reallocation failure in hid_start() | 2006-03-21 | 1 | -9/+13 | |
| | | | | | | | - avoid NULL dereference while reclaiming memory during error handling in hid_start() ok ray dhill | ||||
* | Plug a memleak | 2006-03-18 | 1 | -2/+2 | |
| | | | | ok ray@ "Wow, no kidding." deraaadt@ | ||||
* | Fix a realloc() failure bug introduced in previous version. | 2005-02-10 | 1 | -2/+2 | |
| | | | | Found by Andey Matveev. | ||||
* | knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert | 2004-06-04 | 1 | -44/+91 | |
| | |||||
* | Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@. | 2003-12-20 | 1 | -4/+4 | |
| | |||||
* | use more snprintf | 2002-06-19 | 1 | -3/+3 | |
| | |||||
* | strike newline from err(3) functions; ok nate@ | 2002-06-11 | 1 | -5/+5 | |
| | |||||
* | Update usb userland stuff to reflect hid changes in the kernel. | 2002-05-10 | 1 | -6/+7 | |
| | | | | | | This adds the new program usbhidaction which can be used to assign actions to events that occur on a uhid device. For example, you can now make the volume buttons on some newer keyboards actually do something. | ||||
* | Rename libusb to libusbhid, a better name, per NetBSD | 2001-12-30 | 1 | -0/+233 | |