| Commit message (Expand) | Author | Age | Files | Lines |
| * | hid: disable clang-format around tables | Lioncash | 2018-08-12 | 1 | -4/+5 |
| * | hid: Stub DisconnectNpad() | Lioncash | 2018-08-12 | 1 | -1/+7 |
| * | hid: fix IsSixAxisSensorAtRest() response | mailwl | 2018-08-08 | 1 | -1/+1 |
| * | services/hid: Add ActivateNpadWithRevision() to the hid function info array | Lioncash | 2018-08-07 | 1 | -0/+1 |
| * | Add some HID commands (#843) | Hexagon12 | 2018-07-30 | 1 | -2/+16 |
| * | service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services | Lioncash | 2018-07-26 | 1 | -0/+220 |
| * | service/hid: Add the xcd:sys service | Lioncash | 2018-07-26 | 3 | -0/+55 |
| * | service/hid: Add irs services | Lioncash | 2018-07-26 | 3 | -0/+73 |
| * | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 1 | -0/+1 |
| * | hid: Use a ranged-for loops in UpdatePadCallback | Lioncash | 2018-07-19 | 1 | -7/+3 |
| * | hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array | Lioncash | 2018-07-19 | 1 | -1/+1 |
| * | Fill in more fields in TouchScreenEntryTouch | Zach Hilman | 2018-07-18 | 1 | -4/+9 |
| * | Single touch support | Zach Hilman | 2018-07-18 | 1 | -4/+19 |
| * | HID: Update controllers less often | James Rowe | 2018-07-15 | 1 | -3/+3 |
| * | hid: Fix timestamps and controller type. | bunnei | 2018-07-10 | 1 | -7/+5 |
| * | Rename logging macro back to LOG_* | James Rowe | 2018-07-02 | 1 | -25/+25 |
| * | Narrow down filter of layout configs | Zach Hilman | 2018-06-13 | 2 | -10/+5 |
| * | Move loop condition to free function | Zach Hilman | 2018-06-13 | 1 | -4/+9 |
| * | Avoid initializing single-joycon layouts with handheld controller | Zach Hilman | 2018-06-13 | 2 | -1/+5 |
| * | hid: Update all layouts and only show handheld as connected, fixes libnx inpu... | shinyquagsire23 | 2018-06-11 | 2 | -2/+3 |
| * | add IPC CommandType & Some HID FunctionInfo (#487) | greggameplayer | 2018-05-30 | 1 | -0/+30 |
| * | Fix deadlocks caused from HID having too many layouts | David Marcec | 2018-05-23 | 1 | -1/+1 |
| * | hid: Tweaks, Analog Sticks (#435) | Max Thomas | 2018-05-07 | 2 | -68/+220 |
| * | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 1 | -3/+3 |
| * | hid: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -25/+25 |
| * | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-19 | 2 | -8/+4 |
| * | Stubbed out GetPlayerLedPattern | Hexagon12 | 2018-04-13 | 1 | -1/+7 |
| * | Updated hid with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+50 |
| * | Merge pull request #297 from bunnei/hid-touch-state | bunnei | 2018-04-02 | 1 | -5/+21 |
| |\ |
|
| | * | hid: Write empty touch screen state. | bunnei | 2018-04-01 | 1 | -5/+21 |
| * | | hid: Stub out GetSupportedNpadStyleSet. | bunnei | 2018-03-31 | 1 | -0/+8 |
| |/ |
|
| * | hid: Stub out SetNpadJoyAssignmentModeDual. | bunnei | 2018-03-25 | 1 | -1/+7 |
| * | CoreTiming: Unschedule the pending events when an Interface is destroyed. | Subv | 2018-03-04 | 1 | -0/+4 |
| * | Service/hid: stub some functions | mailwl | 2018-02-16 | 1 | -0/+43 |
| * | hid: Stub GetVibrationDeviceInfo and SendVibrationValues. | bunnei | 2018-02-14 | 1 | -0/+15 |
| * | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 1 | -0/+22 |
| * | Service/hid: stub SetNpadHandheldActivationMode | mailwl | 2018-02-06 | 1 | -0/+7 |
| * | hid: Stub ActivateTouchScreen and SetNpadJoyHoldType. | bunnei | 2018-02-05 | 1 | -2/+14 |
| * | hid: Stub out several functions. | bunnei | 2018-02-04 | 1 | -1/+39 |
| * | hid: Implement CreateActiveVibrationDeviceList. | bunnei | 2018-02-04 | 1 | -0/+25 |
| * | logger: Use Service_HID category where applicable. | bunnei | 2018-02-04 | 1 | -2/+2 |
| * | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-24 | 1 | -2/+2 |
| * | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-24 | 1 | -11/+2 |
| * | Services: Added a todo about returning interfaces as domain objects in lm, hi... | Subv | 2018-01-22 | 1 | -0/+3 |
| * | HID: Don't create an unnecessary port in CreateAppletResource. | Subv | 2018-01-22 | 1 | -13/+13 |
| * | Stub OpenAudioOut and fix a issue with HID IAppletResource being created more... | gdkchan | 2018-01-22 | 1 | -1/+6 |
| * | hid: Adjust timing based on actual hardware | shinyquagsire23 | 2018-01-17 | 1 | -3/+3 |
| * | hid: clang-format | shinyquagsire23 | 2018-01-16 | 1 | -3/+3 |
| * | hid: Adjust for style guide | shinyquagsire23 | 2018-01-16 | 2 | -63/+68 |
| * | hid: Write to all layouts, implement circular buffers, set up controller meta... | shinyquagsire23 | 2018-01-16 | 2 | -39/+71 |