From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ping Cheng Subject: Re: [PATCH] input: mt: Add hovering distance axis Date: Wed, 8 Dec 2010 16:08:45 -0800 Message-ID: References: <1291710468-2022-1-git-send-email-rydberg@euromail.se> <4CFFC45C.2040107@canonical.com> <20101208180521.GA31522@core.coreip.homeip.net> <4CFFD11D.4070107@euromail.se> <20101208235438.GD15294@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:35855 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733Ab0LIAIq (ORCPT ); Wed, 8 Dec 2010 19:08:46 -0500 In-Reply-To: <20101208235438.GD15294@core.coreip.homeip.net> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Henrik Rydberg , Chase Douglas , Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Ping Cheng On Wed, Dec 8, 2010 at 3:54 PM, Dmitry Torokhov wrote: > On Wed, Dec 08, 2010 at 03:31:12PM -0800, Ping Cheng wrote: >> On Wed, Dec 8, 2010 at 10:40 AM, Henrik Rydberg wrote: >> > On 12/08/2010 07:20 PM, Ping Cheng wrote: >> >> >> >> ABS_DISTANCE is used in wacom driver as the distance between the tool >> >> tip and the tablet. >> > >> > >> > Thanks for the confirmation. While at it, what are the units for the distance, >> > for instance for the Cintiq? >> >> mm? I am not so sure. It is a rough count of how far the tool is away >> from the tablet. > > Count in what units? Millimeters, light years, pumpkins? ;) I said mm (millimeters ;). Ping