Message ID | 1492231636-4385-1-git-send-email-rahulbedarkar89@gmail.com (mailing list archive) |
---|---|
State | Under Review |
Headers | show |
On Sat, Apr 15, 2017 at 10:17:16AM +0530, Rahul Bedarkar wrote: > s/rollove/rollover/ > > Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> > --- > Documentation/devicetree/bindings/input/rotary-encoder.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Apr 20, 2017 at 08:51:42AM -0500, Rob Herring wrote: > On Sat, Apr 15, 2017 at 10:17:16AM +0530, Rahul Bedarkar wrote: > > s/rollove/rollover/ > > > > Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> > > --- > > Documentation/devicetree/bindings/input/rotary-encoder.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Rob Herring <robh@kernel.org> Applied, thank you.
diff --git a/Documentation/devicetree/bindings/input/rotary-encoder.txt b/Documentation/devicetree/bindings/input/rotary-encoder.txt index e85ce3d..f99fe5c 100644 --- a/Documentation/devicetree/bindings/input/rotary-encoder.txt +++ b/Documentation/devicetree/bindings/input/rotary-encoder.txt @@ -12,7 +12,7 @@ Optional properties: - rotary-encoder,relative-axis: register a relative axis rather than an absolute one. Relative axis will only generate +1/-1 events on the input device, hence no steps need to be passed. -- rotary-encoder,rollover: Automatic rollove when the rotary value becomes +- rotary-encoder,rollover: Automatic rollover when the rotary value becomes greater than the specified steps or smaller than 0. For absolute axis only. - rotary-encoder,steps-per-period: Number of steps (stable states) per period. The values have the following meaning:
s/rollove/rollover/ Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> --- Documentation/devicetree/bindings/input/rotary-encoder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)