index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
evdev
/
evdev.h
Age
Commit message (
Expand
)
Author
2023-12-18
Input: Improve Controller Interface devices threading
Filoppi
2022-11-01
ControllerInterface: evdev InputBackend implementation.
Jordan Woyak
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-09-08
ControllerInterface: Combine evdev devices with the same physical location in...
Techjar
2020-01-13
ControllerInterface: Combine evdev devices with the same unique ID.
Jordan Woyak
2019-11-09
InputCommon: Detect when evdev exposes acceleration/gyroscope data.
Jordan Woyak
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-03-17
ControllerInterface: SDL: Replace unclear bool parameter with enum class.
Jordan Woyak
2019-01-17
ControllerInterface: evdev: Replace unclear bool parameter with enum class.
Jordan Woyak
2019-01-17
ControllerInterface: evdev: Cleanup rumble effect processing so effects aren'...
Jordan Woyak
2018-04-12
Reformat all the things!
spycrab
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-07-29
evdev: Add hotplugging support
Léo Lam
2016-07-14
ControllerInterface: Make the ID assigning code common
Léo Lam
2016-06-25
ControllerInterface: Don't pass m_devices to the backends
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-07-13
Merge branch 'stable' into 'master'
Scott Mansell
2015-07-07
evdev: Delete rumble effects on the correct file descriptor.
Scott Mansell
2015-07-04
evdev: fix -Wunused-private-field warning
Tillmann Karras
2015-07-01
evdev: Support axis with ranges which extend below zero.
Scott Mansell
2015-07-01
Linux: Add an evdev based controller backend, to replace SDL.
Scott Mansell