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: iqs7222: Use central 'linux,code' definition

Channel events adopt the newly centralized 'linux,code' property;
slider events should too.

Fixes: 8ac14d2c2d81 ("dt-bindings: input: Centralize 'linux,code' definition")
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220710024713.17275-1-jeff@labundy.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jeff LaBundy and committed by
Dmitry Torokhov
39636805 94c8e866

+2 -3
+2 -3
Documentation/devicetree/bindings/input/azoteq,iqs7222.yaml
··· 566 566 patternProperties: 567 567 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 568 568 type: object 569 + $ref: input.yaml# 569 570 description: 570 571 Represents a press or gesture (IQS7222A only) event reported by 571 572 the slider. 572 573 573 574 properties: 574 - linux,code: 575 - $ref: /schemas/types.yaml#/definitions/uint32 576 - description: Numeric key code associated with the event. 575 + linux,code: true 577 576 578 577 azoteq,gesture-max-ms: 579 578 multipleOf: 4