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 linux/hid.c
Co-Authored-By: Ihor Dutchak <ihor.youw@gmail.com>
  • Loading branch information
DanielVanNoord and Youw committed Aug 25, 2019
commit 1fa49e88e491dff33b24ea5788aa6ae18af80b55
2 changes: 1 addition & 1 deletion linux/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data,
return res;
}

//Not implemented for Linux HidRaw yet
// Not supported by Linux HidRaw yet
int HID_API_EXPORT HID_API_CALL hid_get_input_report(hid_device *dev, unsigned char *data, size_t length)
{
return -1;
Expand Down