Stefan Kerkmann
a7bf8e64a5
[chore]: move and rename mouse/scroll min/max defines ( #25141 )
...
* protocol: move {XY/HV}_REPORT_{MIN,MAX} into report.h
..to allow easier re-use in other code implementations.
* protocol: rename {XY/HV}_REPORT_{MIN/MAX} to MOUSE_REPORT_{XY/HV}_{MIN/MAX}
..to avoid naming collisions.
2025-04-13 18:36:13 +02:00
Dasky
f5b495e06e
Move pointing device driver code ( #24445 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-10-25 18:11:51 +01:00
eynsai
2cb35373c6
Extended wheel reports ( #24422 )
...
extended wheel reports
2024-10-06 11:26:55 +02:00
Ryan
f8596b40a4
Normalise mouse keycodes ( #23975 )
2024-07-03 18:35:54 +10:00
Taro Hayashi
c70ebd4a0e
Fix pointing_device_set_cpi_on_side() ( #23391 )
...
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2024-04-03 20:39:02 -07:00
Ryan
2d1aed78a6
Update GPIO macro usages in core ( #23093 )
2024-02-18 17:08:27 +11:00
JohSchneider
d9b1ab9ae0
pointing_device: motion pin define and c-format weirdness ( #22802 )
...
the mutual exclusive POINTING_DEVICE_MOTION_PIN and SPLIT_POINTING_ENABLE influence if and how the `pointing_device_driver.get_report` is triggered. now the way the define is wrapping around an "unbraced" if leads clang-format to weirdly indent the first line in the 'SPLIT_POINTING_ENABLE' as the first command after the if.
this hints that any code addition in between the two - that possibly should run regardless, would break the if-def enabled code.
this can be solved by adding a pair of curly braces in the POINTING_DEVICE_MOTION_PIN part, to clearly denote which commands are to be skipped if the motion pin shows now activity.
Co-authored-by: Johannes <you@example.com>
2024-01-10 17:38:13 +01:00
Dasky
81e086b387
add missing gpio include for pointing motion pin ( #22246 )
2023-10-11 00:06:28 -07:00
Drashna Jaelre
297779385f
Add last activity functions for pointing device ( #20079 )
2023-03-30 18:27:39 -07:00
Drashna Jaelre
fb400f2ac2
Enabling Pointing Device support in register code functions ( #18363 )
2022-09-26 20:49:32 -07:00
Thomas
94d5fe6f90
Allow Active High for Pointing Device Motion Pin ( #18404 )
...
Needed by the Cirque Trackpad for motion detection
2022-09-24 08:44:14 -07:00
Alabastard-64
7c1797f52f
[Core] Pointing Device Automatic Mouse Layer ( #17962 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2022-09-23 23:43:55 -07:00
Drzony
f2edb73974
Fix mouse report comparison failing on shared EP ( #18060 )
...
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2022-08-28 21:34:42 -07:00
Drashna Jaelre
ac25109312
Always run pointing device init ( #17936 )
2022-08-07 02:18:03 -07:00
Daniel Kao
1de6811ebe
Cirque circular scroll: Support POINTING_DEVICE_COMBINED ( #17654 )
2022-07-25 23:19:33 -07:00
Drashna Jaelre
ee17ffadea
Move Pointing Device code to a subdirectory ( #17684 )
2022-07-20 17:32:00 +01:00