From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: rotary encoder Date: Thu, 17 Jun 2010 12:10:21 +0200 Message-ID: <20100617101021.GB17833@buzzloop.caiaq.de> References: <7A46ED6446BE4CF7AAC51205F1B5A88B@tech> <20100602132031.GB2695@buzzloop.caiaq.de> <20100602135251.GC2695@buzzloop.caiaq.de> <888FDE7800AB4E278ED6DF185FEDC869@tech> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from buzzloop.caiaq.de ([212.112.241.133]:38502 "EHLO buzzloop.caiaq.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754131Ab0FQKKZ (ORCPT ); Thu, 17 Jun 2010 06:10:25 -0400 Content-Disposition: inline In-Reply-To: <888FDE7800AB4E278ED6DF185FEDC869@tech> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitriy Vasil'ev Cc: linux-input@vger.kernel.org On Thu, Jun 17, 2010 at 01:47:16PM +0400, Dmitriy Vasil'ev wrote: > I have written advanced version of your rotary encoder driver. > I added support for press and release encoder button. > I think, this is will more usable. > > See attach for details. > p.s. > I tested this code only with parameters described in rotary-encoder.txt Thanks for sharing this. But please send such contributions as patch against the current mainline source code. The best - however not necessarily only possible - way is to use git for that. Thanks, Daniel