Re: [PATCH v2 1/2] Input: rotary-encoder: Add 'stepped' irq handler

2013-10-12 Thread Ezequiel GarcĂ­a
Dmitry, On 4 October 2013 10:18, Daniel Mack wrote: > On 04.10.2013 14:53, Ezequiel Garcia wrote: >> Some rotary-encoder devices (such as those with detents) are capable >> of producing a stable event on each step. This commit adds support >> for this case, by implementing a new interruption hand

Re: [PATCH v2 1/2] Input: rotary-encoder: Add 'stepped' irq handler

2013-10-04 Thread Daniel Mack
On 04.10.2013 14:53, Ezequiel Garcia wrote: > Some rotary-encoder devices (such as those with detents) are capable > of producing a stable event on each step. This commit adds support > for this case, by implementing a new interruption handler. > > The handler needs only detect the direction of th

[PATCH v2 1/2] Input: rotary-encoder: Add 'stepped' irq handler

2013-10-04 Thread Ezequiel Garcia
Some rotary-encoder devices (such as those with detents) are capable of producing a stable event on each step. This commit adds support for this case, by implementing a new interruption handler. The handler needs only detect the direction of the turn and generate an event according to this detecti