lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Feb 2008 18:10:19 +0300
From:	Dmitry <dbaryshkov@...il.com>
To:	"Mark Brown" <broonie@...nsource.wolfsonmicro.com>
Cc:	"Dmitry Torokhov" <dtor@...l.ru>, linux-input@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	"Liam Girdwood" <liam.girdwood@...fsonmicro.com>,
	"Graeme Gregory" <gg@...nsource.wolfsonmicro.com>,
	"Mike Arthur" <mike.arthur@...fsonmicro.com>,
	"Stanley Cai" <stanley.cai@...el.com>,
	"Rodolfo Giometti" <giometti@...eenne.com>,
	"Russell King" <rmk@....linux.org.uk>,
	"Pete MacKay" <linux01@...hitechnical.net>,
	"Marc Kleine-Budde" <mkl@...gutronix.de>,
	"Ian Molton" <spyro@....com>,
	"Vincent Sanders" <vince@...likki.org>,
	"Andrew Zabolotny" <zap@...elink.ru>
Subject: Re: [PATCH 1/6] Core driver for WM97xx touchscreens

Hi,

2008/2/13, Mark Brown <broonie@...nsource.wolfsonmicro.com>:
>  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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ