From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/4] TSC2102 Touchscreen Date: Thu, 19 Oct 2006 16:44:36 +0300 Message-ID: <20061019134434.GF9983@atomide.com> References: <20060818130937.72819.qmail@web37915.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: balrogg@gmail.com Cc: Linux-OMAP List-Id: linux-omap@vger.kernel.org * andrzej zaborowski [060913 22:16]: > On 18/08/06, Komal Shah wrote: > >Few comments here too: > > > >+#include > >+#include > > > >Why you need kbd_kern.h ? > > It was my attempt to tell the kernel to not blank the console when I'm > typing something using an on-screen keyboard in a tty, like when > typing with a keyboard. I can see that it's not the right place for > this code -- it should probably either be done in userspace, the gpm > way, or be generic for all touchscreen devices like it is for > keyboards. > > Attached is a cleaner version of the patch. Pushing today. Tony