summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hidapi
Commit message (Collapse)AuthorAgeFilesLines
* hidapi: upgrade 0.10.1 -> 0.11.2wangmy2022-04-112-32/+3
| | | | | | | | | | | | | | | Changelog: ========== 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch removed since it's included in 0.11.2 hidraw: hid_get_input_report implementation for kernels that supports it (#351); windows: several improvements and bugfixes (#348, #360, #361); libusb: fix potential crash when libusb_detach_kernel_driver fails (#363) general: documentation improvements; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: add rdep on glibc-gconv-utf-16Justin Bronder2021-08-301-0/+1
| | | | | | | | libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to read various libusb string descriptors. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: Backport patch to fix build with autotools 2.70+Khem Raj2021-02-042-1/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.10.0 -> 0.10.1Zang Ruochen2020-12-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.9.0 -> 0.10.0Zang Ruochen2020-11-021-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.7.99+ -> 0.9.0Andreas Müller2020-05-141-6/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: new recipeJonathan Liu2015-07-161-0/+15
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>