Re: [PATCH v8 3/7] input: serio: Add driver for ASUS Transformer dock keyboard and touchpad
From: Svyatoslav Ryhel
Date: Mon Jun 15 2026 - 02:22:48 EST
чт, 28 трав. 2026 р. о 08:32 Svyatoslav Ryhel <clamor95@xxxxxxxxx> пише:
>
> From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
>
> Add input driver for ASUS Transformer dock keyboard and touchpad.
>
> Some keys in ASUS Dock report keycodes that don't make sense according to
> their position, this patch modifies the incoming data that is sent to
> serio to send proper scancodes.
>
> Co-developed-by: Ion Agorria <ion@xxxxxxxxxxx>
> Signed-off-by: Ion Agorria <ion@xxxxxxxxxxx>
> Signed-off-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
> Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
> ---
> drivers/input/serio/Kconfig | 15 ++
> drivers/input/serio/Makefile | 1 +
> drivers/input/serio/asus-transformer-ec-kbc.c | 158 ++++++++++++++++++
> 3 files changed, 174 insertions(+)
> create mode 100644 drivers/input/serio/asus-transformer-ec-kbc.c
Hello Dmitry! May you please take a look and Ack it if you are fine
this this driver or tell what I should adjust? That would be very
helpful. Thank you.