| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
touch_from_button_maps.
|
|
id is an int value, not a u32.
|
|
|
|
Avoids the redundancy of needing to explictly specify the common
namespace and the type.
|
|
|
|
|
|
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.
|
|
|
|
|
|
Found by static analysis with PVS-Studio
|
|
service/hid: Improve console motion accuracy
|
|
CallbackStatus instances aren't the cheapest things to copy around
(relative to everything else), given that they're currently 520 bytes in
size and are currently copied numerous times when callbacks are invoked.
Instead, we can pass the status by const reference to avoid all the
copying.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
start lion review
|
|
|
|
review fixes
|
|
|
|
|
|
|