Re: [lm-sensors] [PATCH 2/5] input: sun4i-ts: Add support for temperature sensor

2013-12-25 Thread Guenter Roeck
On Tue, Dec 24, 2013 at 11:24:04PM +0100, Hans de Goede wrote: > The sun4i resisitive touchscreen controller also comes with a built-in > temperature sensor. This commit adds support for it. > > This commit also introduces a new "ts-attached" device-tree attribute, > when this is not set, the inpu

Re: [lm-sensors] [PATCH 1/5] input: Add new sun4i-ts driver for Allwinner sunxi SoC's rtp controller

2013-12-25 Thread Guenter Roeck
On Tue, Dec 24, 2013 at 11:24:03PM +0100, Hans de Goede wrote: > Note the sun4i-ts controller is capable of detecting a second touch, but when > a second touch is present then the accuracy becomes so bad the reported touch > location is not useable. > > The original android driver contains some co

Re: [linux-sunxi] Re: [lm-sensors] [PATCH 2/5] input: sun4i-ts: Add support for temperature sensor

2013-12-25 Thread Hans de Goede
On 12/25/2013 11:37 AM, Guenter Roeck wrote: On Tue, Dec 24, 2013 at 11:24:04PM +0100, Hans de Goede wrote: The sun4i resisitive touchscreen controller also comes with a built-in temperature sensor. This commit adds support for it. This commit also introduces a new "ts-attached" device-tree att

Re: [PATCH] Input: gamepad - use independent axes for analog D-Pad buttons

2013-12-25 Thread David Herrmann
Hi On Mon, Dec 23, 2013 at 5:17 PM, Antonio Ospite wrote: > Model this part of the API after the Sony PlayStation 3 Controller which > exposes independent analog values for each one of the D-Pad buttons. > > The PS3 programming API psl1ght also maps the analog D-Pad buttons > individually. > > Cc