~xdavidwu/motion-control

sensors-dump+joycon: pretty output
joycon: identify by ids and accel

nso controllers patch in 6.8 removed the fixed imu names and use names
from devices + (IMU) instead, breaking the old code.

move to ids to be more reliable.
evdev: add more device prop bindings
Makefile: make joycon default sensor

this is the only one i have around now to test with
tree-wide: updates for hare 0.24.2

(compiles, untested)
Makefile: move 'all' target to the first

thus the default
Makefile: add event-codes to binary list

to make it in .PHONY
motion-control: code dedup
use net::dial
motion-control: add joycon support
remove build tag on pointerc

it does not use sensors
sensors: joycon: use directions of joycon-r
implement sensors reading for joycon
evdev: generate code defs from c header
evdev::next_event: return status
sensors: wrap errno into errors::error
i2c: wrap errors to errors::error
fix build tag usage
evdev: wrap errors to errors::error
evdev-dump-events: show events by name
Next