Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scope_exit: Make constexpr | FearlessTobi | 2024-02-19 | 1 | -17/+33 |
| | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
* | core: hid: Remove driver errors from log | german77 | 2024-02-18 | 1 | -1/+5 |
| | |||||
* | android: Input mapping | t895 | 2024-02-17 | 1 | -3/+1 |
| | |||||
* | hid_core: Prevent crash if we try to iterate through empty color devices list | t895 | 2024-02-17 | 1 | -0/+3 |
| | |||||
* | hid_core: Use dedicated "port" for android's input overlay | t895 | 2024-02-17 | 2 | -1/+11 |
| | |||||
* | core: hid: Skip duplicated vibrations | Narr the Reg | 2024-01-23 | 2 | -3/+12 |
| | |||||
* | core: hid: Only set polling mode if needed | Narr the Reg | 2024-01-23 | 1 | -1/+5 |
| | |||||
* | core: hid: Allow to disable vibration | Narr the Reg | 2024-01-21 | 1 | -2/+7 |
| | |||||
* | Merge pull request #12660 from german77/better-vibration | liamwhite | 2024-01-20 | 2 | -8/+52 |
|\ | | | | | service: hid: Fully implement abstract vibration | ||||
| * | service: hid: Fully implement abstract vibration | Narr the Reg | 2024-01-16 | 2 | -8/+52 |
| | | |||||
* | | core: hid: Disable special features before disconnecting the controllers | Narr the Reg | 2024-01-16 | 1 | -0/+1 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | 2024-01-16 | 1 | -11/+11 |
|\ | |||||
| * | service: hid: Create abstracted pad structure | german77 | 2024-01-12 | 1 | -11/+11 |
| | | |||||
* | | Fix more typos | Viktor Szépe | 2024-01-16 | 3 | -19/+19 |
|/ | |||||
* | hid_core: Move hid to it's own subproject | Narr the Reg | 2024-01-05 | 12 | -0/+5008 |