Re: rotary encoder linux driver

2014-10-14 Thread Ben Gamari
Johan Hovold writes: > On Sun, Oct 12, 2014 at 06:29:03PM -0700, tecfacet wrote: >> Hello. >> >> I am interested in the rotary encoder kernel driver. I am very new to >> this linux kernel driver thing. >> >> How do I pass the gpio and interrupt stuff to the kernel module.. I >> think it is t

Re: rotary encoder linux driver

2014-10-14 Thread Johan Hovold
On Sun, Oct 12, 2014 at 06:29:03PM -0700, tecfacet wrote: > Hello. > > I am interested in the rotary encoder kernel driver. I am very new to > this linux kernel driver thing. > > How do I pass the gpio and interrupt stuff to the kernel module.. I > think it is thru the rotary_encoder.h file..