Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933924AbYBNPKn (ORCPT ); Thu, 14 Feb 2008 10:10:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933785AbYBNPK0 (ORCPT ); Thu, 14 Feb 2008 10:10:26 -0500 Received: from py-out-1112.google.com ([64.233.166.181]:14367 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933727AbYBNPKW (ORCPT ); Thu, 14 Feb 2008 10:10:22 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O8o18ZrUqFSzQ5DBwbDXX4vmeP4hymCWA13jjFsfmGIPf/s/NLeSP5w8G3AwAV0Wd/aHJKWM3tg3va4kmhyqrJoBcywMqWk/0sTszjcsu5ns7H6B3GFDO76Zr92v2yQfSjHejhIx3Tazd5vxrfuiLur7bwCOo8eFb1oPAp/d85k= Message-ID: Date: Thu, 14 Feb 2008 18:10:19 +0300 From: Dmitry To: "Mark Brown" Subject: Re: [PATCH 1/6] Core driver for WM97xx touchscreens Cc: "Dmitry Torokhov" , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, "Liam Girdwood" , "Graeme Gregory" , "Mike Arthur" , "Stanley Cai" , "Rodolfo Giometti" , "Russell King" , "Pete MacKay" , "Marc Kleine-Budde" , "Ian Molton" , "Vincent Sanders" , "Andrew Zabolotny" In-Reply-To: <1202912042-2631-1-git-send-email-broonie@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080213140648.GD31617@rakim.wolfsonmicro.main> <1202912042-2631-1-git-send-email-broonie@opensource.wolfsonmicro.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1049 Lines: 31 Hi, 2008/2/13, Mark Brown : > diff --git a/include/linux/wm97xx.h b/include/linux/wm97xx.h > new file mode 100644 > index 0000000..f0d9fc0 > --- /dev/null > +++ b/include/linux/wm97xx.h > @@ -0,0 +1,308 @@ ... > +#define WM97XX_POLL 0x8000 /* initiate a polling measurement */ > +#define WM97XX_ADCSEL_X 0x1000 /* x coord measurement */ > +#define WM97XX_ADCSEL_Y 0x2000 /* y coord measurement */ > +#define WM97XX_ADCSEL_PRES 0x3000 /* pressure measurement */ shouldn't this be 0x4000 ? > +#define WM97XX_ADCSEL_MASK 0x7000 > +#define WM97XX_COO 0x0800 /* enable coordinate mode */ > +#define WM97XX_CTC 0x0400 /* enable continuous mode */ -- With best wishes Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/