From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Miao Subject: Re: [PATCH 2/3] input: workaround pen {down,up} events not reliable after stopping TSI Date: Mon, 13 Apr 2009 13:34:49 +0800 Message-ID: References: <20090413052627.GA17034@dtor-d630.eng.vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gx0-f160.google.com ([209.85.217.160]:48978 "EHLO mail-gx0-f160.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754264AbZDMFev (ORCPT ); Mon, 13 Apr 2009 01:34:51 -0400 Received: by gxk4 with SMTP id 4so4292714gxk.13 for ; Sun, 12 Apr 2009 22:34:50 -0700 (PDT) In-Reply-To: <20090413052627.GA17034@dtor-d630.eng.vmware.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: "linux-input@vger.kernel.org" , Bin Yang On Mon, Apr 13, 2009 at 1:26 PM, Dmitry Torokhov wrote: > On Mon, Apr 13, 2009 at 12:09:10PM +0800, Eric Miao wrote: >> From 424ea166ef37e3f69883ef5aeaf14f1489e9f085 Mon Sep 17 00:00:00 2001 >> From: Eric Miao >> Date: Mon, 13 Apr 2009 11:04:51 +0800 >> Subject: [PATCH 2/3] input: workaround pen {down,up} events not >> reliable after stopping TSI >> >> PEN_{UP/DOWN} events are expected to be available soon after stopping TSI >> auto measurement, but this is found not always true. Workaround this by >> delay and simulate such an event (according to pen down status bit). >> > > Applied (but please find a mailer that does not wrap around long > lines). > OK. Thanks. > -- > Dmitry >