summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
AgeCommit message (Expand)Author
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2022-11-01ControllerInterface: evdev InputBackend implementation.Jordan Woyak
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-09-08ControllerInterface: Combine evdev devices with the same physical location in...Techjar
2020-01-13ControllerInterface: Combine evdev devices with the same unique ID.Jordan Woyak
2019-11-09InputCommon: Detect when evdev exposes acceleration/gyroscope data.Jordan Woyak
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-03-17ControllerInterface: SDL: Replace unclear bool parameter with enum class.Jordan Woyak
2019-01-17ControllerInterface: evdev: Replace unclear bool parameter with enum class.Jordan Woyak
2019-01-17ControllerInterface: evdev: Cleanup rumble effect processing so effects aren'...Jordan Woyak
2018-04-12Reformat all the things!spycrab
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-07-29evdev: Add hotplugging supportLéo Lam
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-06-25ControllerInterface: Don't pass m_devices to the backendsLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-07-13Merge branch 'stable' into 'master'Scott Mansell
2015-07-07evdev: Delete rumble effects on the correct file descriptor.Scott Mansell
2015-07-04evdev: fix -Wunused-private-field warningTillmann Karras
2015-07-01evdev: Support axis with ranges which extend below zero.Scott Mansell
2015-07-01Linux: Add an evdev based controller backend, to replace SDL.Scott Mansell