aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-25 14:56:12 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:57:47 -0700
commitd08c6f03da266ae3aaa6b4756179ebe2876a8381 (patch)
tree117b46a3f9fb09911df818e91d59bdf4c51f5dbd /meta-oe
parent0f42c869bce5bb876bd8b3e978aacc6f8784e52e (diff)
downloadmeta-openembedded-d08c6f03da266ae3aaa6b4756179ebe2876a8381.tar.gz
hidapi: upgrade 0.13.1 -> 0.14.0
Changelog: ========== general: add hid_get_report_descriptor API function (#451) macOS: fix retrieving USB Interface number on macOS 13.3 (#534) macOS: Properly handle the close of run loop on macOS (#522) libusb: fix crash in hid_enumerate() caused by a stale device handle (#526) windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (#464) windows: don't mark with dllexport in static build (#507/#515) windows: Get Bluetooth device Model Number String instead of Device Name into product string (#500) general: fixes (mostly error handling) of issues found by Coverity Scan (#552/#554/#555/#559/#560/#561) general: variouse fixes and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb (renamed from meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb b/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb
index 2e62612e37..91e5b55bea 100644
--- a/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb
+++ b/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb
@@ -12,5 +12,5 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
inherit autotools pkgconfig
SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
-SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac"
+SRCREV = "d3013f0af3f4029d82872c1a9487ea461a56dee4"
S = "${WORKDIR}/git"