summaryrefslogtreecommitdiff
path: root/lib/libusbhid/usage.c
AgeCommit message (Expand)Author
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
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-02-10Fix a realloc() failure bug introduced in previous version.Matthieu Herrb
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
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
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDPeter Valchev