Skip to content

Commit 7d321ab

Browse files
robherringdtor
authored andcommitted
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 <[email protected]> Reviewed-by: Jeff LaBundy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 31789f3 commit 7d321ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/input/input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ properties:
2121
$ref: /schemas/types.yaml#/definitions/uint32-array
2222
items:
2323
minimum: 0
24-
maximum: 0xff
24+
maximum: 0x2ff
2525

2626
poll-interval:
2727
description: Poll interval time in milliseconds.

0 commit comments

Comments
 (0)