-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix/added proper support for multihandler devices like ps4 dualshock controller (gyro/accelerometer subhandler) - **due to above fix, small change to device configuration format was introduced, user-defined configurations may require manual intervention, change is subtle and may be hard to spot so I suggest to create new configuration by copying factory one** - removed custom gyro related code - add configurable velocity value in device configuration - add device blacklist capability - add -listdevices parameter
- Loading branch information
Showing
32 changed files
with
1,456 additions
and
1,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# list of devices to be ignored by HIDI | ||
# hashtag defines a comment and will be ignored | ||
# the simplest way to obtain a device identifier: ./HIDI -listdevices | ||
# | ||
# example entry: | ||
# Bus: 0x0003, Vendor: 0x054c, Product: 0x09cc, Version: 0x8111 # [Sony Interactive Entertainment Wireless Controller] (Joystick) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.