summaryrefslogtreecommitdiffstats
path: root/package/libhid/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libhid: disable on avr32"Peter Korsgaard2012-11-231-2/+1
| | | | | | | | This reverts commit 2424cc6783bbfb542f08cf1985b8c9ef18282161. Now that we have a timerfd fix for libusb, this can be reverted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libhid: disable on avr32Arnout Vandecappelle (Essensium/Mind)2012-11-041-1/+2
| | | | | | | | | libhid uses timerfd, which is not yet available in the uClibc-0.9.31 that we have to rely on for avr32. Since this is pretty much a corner case, just disable libhid for avr32. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb: needs thread supportGustavo Zacarias2012-07-301-0/+4
| | | | | | | | | | libusb needs thread support, and so do other packages that depend on it. [thomas.petazzoni@free-electrons.com: adds threads dependency to libnfc-llp, which selects libnfc.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: add libhidPeter Korsgaard2011-01-311-0/+8
Based on patch by Johan Sagaert, but with some additional tweaks. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>