Attempt using HID detector without usage/usage page

This commit is contained in:
Adam Honse
2023-06-10 01:01:18 -05:00
parent 64c2243391
commit f730f7eaae
2 changed files with 2 additions and 1 deletions

View File

@@ -38,4 +38,4 @@ void DetectWushiL50USBControllers(hidapi_wrapper wrapper, hid_device_info* info,
}
}
REGISTER_HID_WRAPPED_DETECTOR_PU("JSAUX RGB Docking Station", DetectWushiL50USBControllers, WUSHI_VID, WUSHI_PID, WUSHI_PAGE, WUSHI_USAGE);
REGISTER_HID_WRAPPED_DETECTOR("JSAUX RGB Docking Station", DetectWushiL50USBControllers, WUSHI_VID, WUSHI_PID);