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: Increase maximum keycode value to 0x2ff

The maximum keycode value for Linux is 0x2ff, not 0xff. There's already
users and examples with values greater than 0xff, but the schema is not
yet applied in those cases.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220608211207.2058487-2-robh@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Rob Herring and committed by
Dmitry Torokhov
7d321ab2 31789f35

+1 -1
+1 -1
Documentation/devicetree/bindings/input/input.yaml
··· 21 21 $ref: /schemas/types.yaml#/definitions/uint32-array 22 22 items: 23 23 minimum: 0 24 - maximum: 0xff 24 + maximum: 0x2ff 25 25 26 26 poll-interval: 27 27 description: Poll interval time in milliseconds.