From 64783f2df72d2f401ab4b818cfad0ea5e296093f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 31 May 2022 17:45:18 +0800 Subject: hidapi: upgrade 0.11.2 -> 0.12.0 Changelog: ========== Windows: migrate from SetupApi to CfgMgr32 (#362) - as per recommendation from Microsoft; Windows: add hid_winapi_get_container_id WinAPI-specific function (#379); Windows: improved error messages (#388); Windows: fixed out-of-boundary memory access for some of the function (#418); windows: Add .rc (#415); macOS: add hid_darwin_get_location_id macOS-specific function (#378); macOS: add macOS-specific function(s) to open device(s) in non-exclusive mode (#397); libusb: improved CMake dependency on Iconv (#405) - as a result, better support for NetBSD; general: documentation improvements; general: small code cleanups/improvements; Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb index 1c57a1d83f..4aa58ec7f9 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb @@ -12,6 +12,6 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" inherit autotools pkgconfig SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" -PV = "0.11.2" -SRCREV = "31bde69a1f08c880ef1622f2586eea0daf3b0857" +PV = "0.12.0" +SRCREV = "76108294092c023a4ece99eb3219559cea0d5066" S = "${WORKDIR}/git" -- cgit 1.2.3-korg