Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: input: atmel,maxtouch: add linux,keycodes

In some configurations the touch controller can support the touch keys.
Document the linux,keycodes property that enables those keys and
specifies the keycodes that should be used to report the key events.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Link: https://lore.kernel.org/r/20230407-atmel_keys-v2-1-92446a4343cb@apitzsch.eu
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

André Apitzsch and committed by
Dmitry Torokhov
272a2618 7b9c13dd

+7
+7
Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
··· 14 14 Atmel maXTouch touchscreen or touchpads such as the mXT244 15 15 and similar devices. 16 16 17 + allOf: 18 + - $ref: input.yaml# 19 + 17 20 properties: 18 21 compatible: 19 22 const: atmel,maxtouch ··· 62 59 between maXTouch devices. You must either refer to the documentation, 63 60 or experiment to determine which bit corresponds to which input. Use 64 61 KEY_RESERVED for unused padding values. 62 + 63 + linux,keycodes: 64 + minItems: 1 65 + maxItems: 8 65 66 66 67 atmel,wakeup-method: 67 68 $ref: /schemas/types.yaml#/definitions/uint32