Skip to content

Commit

Permalink
[hidapi] update to 0.11.2
Browse files Browse the repository at this point in the history
This implements hid_get_input_report with the Linux hidraw backend
plus fixes a few bugs on Windows.
  • Loading branch information
Be-ing committed Jan 3, 2022
1 parent 1085a57 commit 5413269
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/hidapi/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libusb/hidapi
REF hidapi-0.11.0
SHA512 0de4abc963600d159ce231416c468b9e81a8361e4d2c2202988d6eb2e58a923700e9b9be639fbddc6bc14625131848409e2e88dbc4b34a1f8a726c8fa4692d92
REF hidapi-0.11.2
SHA512 c4d04bf570aa98dd88d7ce08ef1abb0675d500c9aa2c22f0437fa30b700a94446779f77e1170267926d5f6f0d9cdb2bb81ad1fe20d158c18587fddbca59e9517
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/hidapi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hidapi",
"version-semver": "0.11.0",
"version-semver": "0.11.2",
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"homepage": "https://github.com/libusb/hidapi",
"license": "BSD-3-Clause-Clear",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@
"port-version": 0
},
"hidapi": {
"baseline": "0.11.0",
"baseline": "0.11.2",
"port-version": 0
},
"highfive": {
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hidapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "afa485fda08f51ccd3fbf54327ba44aa11b8cb32",
"version-semver": "0.11.2",
"port-version": 0
},
{
"git-tree": "2540911a0c10b731ac15a04c6f9c5153003c19fd",
"version-semver": "0.11.0",
Expand Down

0 comments on commit 5413269

Please sign in to comment.