summaryrefslogtreecommitdiff
path: root/devel/libhid/patches
AgeCommit message (Collapse)AuthorFilesLines
2017-12-10libhid: cleanup; fixed building on Darwin (PR 49565)adam1-0/+15
2016-06-15devel/libhid: make it build under fbsdrumko2-0/+29
* malloc and friends need stdlib * ulong is not defined on FreeBSD Ok@ wiz
2013-12-03Import libhid-0.2.16 as devel/libhid.mef3-0/+77
libhid is a rewrite of libHID[0] and aims to provide the same functionality from a more organised framework. It aims to provide a layer of abstraction for accessing HID-class devices over USB or serial lines (similar to what libusb provides for the base USB protocol). http://www.ghz.cc/~clepple/libHID/doc/html/ libhid has been designed because it is needed in two other projects (libphdigets and nut). As such, it does not have a complete featureset yet but is rather a work in progress (alpha state). We invite everyone to contribute or get in touch with us for additional features. Please find more information on the project website: http://libhid.alioth.debian.org