mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 00:45:21 -04:00
901fbe9e39
Using locations makes the path the same for each run of a HIDAPI based program. This is useful for opening devices which don't have a serial number, and where multiple devices of the same type are attached to the system at once. This references pull request #78.