summaryrefslogtreecommitdiff
path: root/src/input_common/drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772022-06-282-1/+10
|
* input_common: Replace usage of string guid to common uuidGravatar Narr the Reg2022-06-062-33/+38
|
* Merge pull request #8374 from german77/asnycvibrationsGravatar bunnei2022-05-282-2/+33
|\ | | | | input_common: Make vibration request async
| * input_common: Make vibration request asyncGravatar Narr the Reg2022-05-232-2/+33
| |
* | input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-232-31/+110
|/
* Revert "gc_adapter: fix libusb import on GCC11.2"Gravatar Morph2022-05-021-4/+0
| | | | This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
* gc_adapter: fix libusb import on GCC11.2Gravatar Levi Behunin2022-05-021-0/+4
| | | | Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build.
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-282-6/+4
| | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-238-24/+16
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* Merge pull request #7978 from german77/sidewayGravatar bunnei2022-04-216-0/+71
|\ | | | | input_common: Map sticks correctly when mapped sideways
| * input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg2022-03-216-0/+71
| |
* | input_common: Replace lock_guard with scoped_lockGravatar Merry2022-04-071-6/+6
|/
* input_common: Reduce unused includesGravatar ameerj2022-03-201-1/+0
|
* Merge pull request #7859 from german77/battery_againGravatar bunnei2022-02-243-15/+18
|\ | | | | input_common: Remove battery duplicated struct and update every button press
| * input_common: Remove battery duplicated struct and update every button pressGravatar german772022-02-063-15/+18
| |
* | Merge pull request #7852 from Morph1984/new-uuidGravatar bunnei2022-02-107-11/+11
|\ \ | | | | | | common: Revise and fix the UUID implementation
| * | general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-058-13/+13
| | | | | | | | | | | | This completes the removal of the old UUID implementation.
| * | input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-058-17/+17
| |/
* / yuzu: Add auto center on right clickGravatar german772022-02-061-3/+3
|/
* Merge pull request #7839 from german77/batteryGravatar bunnei2022-02-041-3/+2
|\ | | | | yuzu: ui: Improve battery symbols
| * yuzu: ui: Improve battery symbolsGravatar Narr the Reg2022-02-021-3/+2
| |
* | input_common: Add home and hard touch press buttons to UDP controllersGravatar german772022-01-302-3/+16
|/
* input_common: Add DS5 to HD rumble listGravatar Narr the Reg2022-01-261-2/+3
|
* input_common/udp_client: Replace deprecated from_string()/to_ulong() functionsGravatar Lioncash2022-01-241-2/+2
| | | | These are deprecated and make_address variants and to_uint() should be used instead.
* input_common/udp_client: Prevent unnecessary string copiesGravatar Lioncash2022-01-242-4/+4
| | | | | We can also remove some redundant const on the return values, since these don't do anything
* Merge pull request #7735 from german77/udp_batteryGravatar bunnei2022-01-222-0/+25
|\ | | | | input_common: Report battery for UDP controllers
| * input_common: Report battery for UDP controllersGravatar Narr the Reg2022-01-172-0/+25
| |
* | Merge pull request #7715 from gidoly/patch-4Gravatar bunnei2022-01-181-2/+2
|\ \ | | | | | | Xbox controller default name nit pick
| * | Xbox controller default name nit pickGravatar gidoly2022-01-161-2/+2
| |/ | | | | Discord User moon lacer pointed us that official name is 'Xbox' not 'XBox'
* | Merge pull request #7725 from german77/mouse_in_motionGravatar bunnei2022-01-182-1/+34
|\ \ | | | | | | input_common: Reintroduce motion from mouse and use button names
| * | input_common: Reintroduce motion from mouse and use button namesGravatar german772022-01-162-1/+34
| |/
* / input_common: fix copy-paste errorGravatar Valeri2022-01-171-1/+1
|/ | | Found by static analysis with PVS-Studio.
* Change default name for ps controllersGravatar gidoly2022-01-151-0/+6
| | | | Minor nitpick Code is from narr
* Merge pull request #7633 from german77/hotkeysGravatar bunnei2022-01-113-4/+7
|\ | | | | yuzu: Add controller hotkeys
| * yuzu: Add controller hotkeysGravatar german772022-01-063-4/+7
| |
* | Merge pull request #7687 from german77/tas_handleGravatar Morph2022-01-091-7/+24
|\ \ | | | | | | input_common: Handle errors on TAS scripts
| * | input_common: Handle errors on TAS scriptsGravatar german772022-01-081-7/+24
| |/
* / input_common: Fix udp motion not automapping to both sidesGravatar german772022-01-071-8/+16
|/
* Merge pull request #7302 from VPeruS/check-deadlockGravatar bunnei2021-12-171-35/+39
|\ | | | | [input_common] Fixed thread hang
| * [input_common] Move variable declaration closer to usageGravatar vperus2021-12-171-2/+2
| | | | | | | | | | | | | | | | MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD': local variable is initialized but not referenced" which is treated as an error. Circumvent it by moving constexpr variable directly into body of lambda function.
| * Revert of b01aa72Gravatar vperus2021-11-291-35/+39
| | | | | | | | Caused worker_thread to be stuck in Stage1Completed state until job's destruction.
* | Merge pull request #7577 from v1993/patch-2Gravatar Narr the Reg2021-12-141-3/+4
|\ \ | | | | | | input/SDL: Update SDL hints
| * | input/SDL: Update SDL hintsGravatar Valeri2021-12-141-3/+4
| | | | | | | | | | | | | | | SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED is no longer needed thanks to new default in SDL 2.0.18. SDL_HINT_JOYSTICK_HIDAPI_XBOX is reported to cause conflicts with native driver Xbox driver on Linux, and Xbox controllers don't benefit from hidapi anyways.
* | | Merge pull request #7575 from lioncash/inputGravatar bunnei2021-12-1314-36/+38
|\ \ \ | | | | | | | | input_engine: Minor object churn cleanup
| * | | input_engine: Take BasicMotion by const reference with SetMotion() and ↵Gravatar Lioncash2021-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | TriggerOnMotionChange() Copies the BasicMotion instance once instead of twice.
| * | | input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-134-6/+8
| | | | | | | | | | | | | | | | Avoids creating copies of the struct where not necessary.
| * | | input_engine: std::move engine name where applicableGravatar Lioncash2021-12-1314-28/+28
| |/ / | | | | | | | | | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* | | tas_input: Avoid minor copies in Read/WriteCommandButtons()Gravatar Lioncash2021-12-131-2/+2
| | | | | | | | | | | | We don't need to copy the whole pair
* | | tas_input: Remove unnecessary semicolonGravatar Lioncash2021-12-131-1/+1
| | | | | | | | | | | | Resolves a -Wextra-semi warning
* | | tas_input: Execute clear() even if emptyGravatar Lioncash2021-12-131-3/+2
| | | | | | | | | | | | | | | clear() when empty is simply a no-op, so we can get rid of the check here and let the stdlib do it for us.