summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid
Commit message (Expand)AuthorAgeFilesLines
* Restore handling of the third argument (id) of hid_start_parse(), same asmav2012-09-203-9/+23
* HID Report ID is unsigned value, so clear the rest of bits from possiblemav2012-05-161-1/+1
* MFprojects/hid:mav2011-09-284-13/+61
* MFprojects/hid:mav2011-07-301-5/+7
* - Add support for libusbhid in 32-bit compatibility mode.hselasky2010-10-163-3/+25
* Use fixed width integer types for parsing the binary hid data.thompsa2010-05-132-6/+9
* Support getting signed and unsigned HID data.thompsa2010-05-121-6/+10
* Merge improvements from kernel HID parser to the userland usbhid(3)kaiw2010-03-276-251/+406
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Fix missed change from usb2_gen_descriptor to usb_gen_descriptorthompsa2009-05-281-1/+1
* Fix HID_COMPAT7 handling around the USB_GET_REPORT_DESC ioctl.thompsa2009-02-271-2/+4
* Build fixups for the new USB stack.thompsa2009-02-233-1/+11
* src/usr.bin/usbhidaction/usbhidaction.calfred2009-02-026-7/+166
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Fix prototypes.ru2005-11-241-6/+6
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Release n_hibma's maintainership due to his ENOTIME.schweikh2005-06-041-2/+0
* Sort sections.ru2005-01-201-4/+4
* Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.des2004-06-031-0/+4
* Do not cast dval.emax2004-02-112-3/+2
* The report size is not a local item, so don't clear it when clearing local it...emax2004-01-281-1/+0
* Correct URI to USB specs.rushani2003-12-211-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Assorted mdoc(7) fixes.ru2003-05-221-9/+9
* Sync with NetBSD.mdodd2003-04-098-186/+130
* MF NetBSD:mdodd2003-04-074-13/+24
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* mdoc(7) police: Tidy up the markup.ru2002-05-301-29/+37
* Install libusbhid, and use it instead of libusb.joe2002-03-282-2/+2
* Update the documentation to reflect the change from libusb to libusbhid.joe2002-03-283-221/+11
* Finish the libusb.h -> libusbhid.h migration.joe2002-03-286-8/+8
* Rename libusb.h to libusbhid.h, via a repocopy.joe2002-03-282-102/+1
* Remove __P() usage.obrien2002-03-213-45/+45
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-012-2/+2
* Add __FBSDID()s to libusbdillon2001-09-304-11/+12
* mdoc(7) police: Fixed broken xrefs.ru2001-08-222-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Fixed prototypes. About half of them were wrong (mainly due to constbde2001-02-062-20/+20
* Added used include of <sys/cdefs.h>.bde2001-02-063-0/+12
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-172-2/+2
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-152-2/+2
* Sync with NetBSD:n_hibma2000-10-168-73/+170
* Sync with NetBSD:n_hibma2000-08-264-9/+9
* Remove DIAGASSERTn_hibma2000-07-073-25/+0
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-1111-0/+1504
OpenPOWER on IntegriCloud