| Summary: | [Patch] Use hid_blacklist on all platform | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Mathieu Eyraud <meyraud705> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.13 | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Attachments: | hidapi: use blacklist on libusb, linux and mac | ||
What's the motivation for this? These are workarounds for bad Windows drivers. I haven't seen problems with these devices on Mac and Linux, have you? I haven't had problem with these devices. I just thought they had hardware bug. If the blacklist is only for driver bug then you can ignore this patch. Yeah, I think these are just driver bugs. Thanks! |
Created attachment 4564 [details] hidapi: use blacklist on libusb, linux and mac Windows version of hidapi uses a blacklist to ignore device that behave badly. This patch make libusb, Linux and Mac version check the blacklist too.