Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Get Input Report to linux, mac, windows and libusb. #59

Merged
merged 13 commits into from
Nov 15, 2019
Merged
Prev Previous commit
Next Next commit
Update hidapi/hidapi.h
Co-Authored-By: Ihor Dutchak <ihor.youw@gmail.com>
  • Loading branch information
DanielVanNoord and Youw committed Aug 1, 2019
commit aaa953b5c605cac7c724b0f29652f076219d78a7
2 changes: 1 addition & 1 deletion hidapi/hidapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ extern "C" {
*/
int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *dev, unsigned char *data, size_t length);

/** @brief Get a input report from a HID device.
/** @brief Get a input report from a HID device.

Set the first byte of @p data[] to the Report ID of the
report to be read. Make sure to allow space for this
DanielVanNoord marked this conversation as resolved.
Show resolved Hide resolved
Expand Down