Skip to content

Commit 19f71a5

Browse files
authored
hid_get_report_descriptor: bump version to 0.14.0 (#516)
1 parent 26b5bb0 commit 19f71a5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1
1+
0.14.0

hidapi/hidapi.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
5454
@ingroup API
5555
*/
56-
#define HID_API_VERSION_MINOR 13
56+
#define HID_API_VERSION_MINOR 14
5757
/** @brief Static/compile-time patch version of the library.
5858
5959
@ingroup API
6060
*/
61-
#define HID_API_VERSION_PATCH 1
61+
#define HID_API_VERSION_PATCH 0
6262

6363
/* Helper macros */
6464
#define HID_API_AS_STR_IMPL(x) #x
@@ -552,6 +552,8 @@ extern "C" {
552552

553553
/** @brief Get a report descriptor from a HID device.
554554
555+
Since version 0.14.0, @ref HID_API_VERSION >= HID_API_MAKE_VERSION(0, 14, 0)
556+
555557
User has to provide a preallocated buffer where descriptor will be copied to.
556558
The recommended size for preallocated buffer is @ref HID_API_MAX_REPORT_DESCRIPTOR_SIZE bytes.
557559

0 commit comments

Comments
 (0)