Skip to content

Commit

Permalink
hidapi: upgrade 0.11.2 -> 0.12.0
Browse files Browse the repository at this point in the history
Changelog:
==========
  Windows: migrate from SetupApi to CfgMgr32 (openembedded#362) - as per recommendation from Microsoft;
  Windows: add hid_winapi_get_container_id WinAPI-specific function (openembedded#379);
  Windows: improved error messages (openembedded#388);
  Windows: fixed out-of-boundary memory access for some of the function (openembedded#418);
  windows: Add .rc (openembedded#415);
  macOS: add hid_darwin_get_location_id macOS-specific function (openembedded#378);
  macOS: add macOS-specific function(s) to open device(s) in non-exclusive mode (openembedded#397);
  libusb: improved CMake dependency on Iconv (openembedded#405) - as a result, better support for NetBSD;
  general: documentation improvements;
  general: small code cleanups/improvements;

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed May 31, 2022
1 parent e0462bf commit 64783f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-support/hidapi/hidapi_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 64783f2

Please sign in to comment.