aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.h
AgeCommit message (Expand)Author
2018-07-19hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash
2018-06-11hid: Update all layouts and only show handheld as connected, fixes libnx inpu...shinyquagsire23
2018-05-23Fix deadlocks caused from HID having too many layoutsDavid Marcec
2018-05-07hid: Tweaks, Analog Sticks (#435)Max Thomas
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-01-16hid: Adjust for style guideshinyquagsire23
2018-01-16hid: Write to all layouts, implement circular buffers, set up controller meta...shinyquagsire23
2018-01-15hid: Bare-minimum sharedmem inputshinyquagsire23
2018-01-15hid: Remove redundant HID prefix on structs/enumsshinyquagsire23
2018-01-15hid: Add sharedmem structsshinyquagsire23
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-08-10HID: zero unused PadState bitswwylele
2017-05-04ir: implement new 3ds HID via ir:rstwwylele
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01HID: use ButtonDevicewwylele
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang
2017-01-16HID: manages updating itself using correct tickswwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-15Refactor input subsystemwwylele
2016-03-25implement GyroscopeCalibrateParamwwylele
2016-03-22implement accel and gyro backendwwylele
2015-07-27Move input values into an arrayJames Rowe
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-05-22HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart96
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei
2015-03-10HID: Added static asserts to check register position in shared memory.bunnei
2015-03-10HID: Added functions to emulate the touchpad.bunnei
2015-03-10HID: Moved some docstrings to the header.bunnei
2015-03-10HID: Refactored shared memory decoding for touchpad support.bunnei
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift