Re: Representing a rotary encoder input device

2021-09-21 Thread Michael van Elst
thor...@me.com (Jason Thorpe) writes: >Trying to think about the best way to represent such a device, I guess = >within wscons (they almost seem sort of like a 1-axis mouse, but I could = >be convinced otherwise). You can make it a HID, because that's what it is. Currently we only expose USB

Re: Representing a rotary encoder input device

2021-09-21 Thread Michael Cheponis
Are you planning on including rotary Quadrature Encoders? Often, such encoders when used for volume-control type applications have an extra contact set, actuated by pushing the knob in. They have the A and B quadrature and this (optional) pushbutton. On Tue, Sep 21, 2021 at 5:53 PM Jason Thorpe

Re: Representing a rotary encoder input device

2021-09-21 Thread bch
On Tue, Sep 21, 2021 at 17:53 Jason Thorpe wrote: > Hey folks... > > As part of a long-running hardware project I have been playing with, I'm > experimenting with using a rotary encoder for input. For reference, here > is the Devicetree binding for rotary encoders: > > >

Representing a rotary encoder input device

2021-09-21 Thread Jason Thorpe
Hey folks... As part of a long-running hardware project I have been playing with, I'm experimenting with using a rotary encoder for input. For reference, here is the Devicetree binding for rotary encoders: