Re: [PATCH] Input: Added hovering capability

2013-06-19 Thread Dmitry Torokhov
On Fri, Jun 14, 2013 at 05:56:39PM +0900, Tatsunosuke Tobita wrote: From: Tatsunosuke Tobita tobita.tatsunos...@wacom.co.jp Although BTN_TOOL_PEN and BTN_TOOL_RUBBER function properly, the driver didn't have hover functionality, so it's been added. Also, I noticed that WACOM_RETRY_CNT was

Re: [PATCH 3/3] Input: tps6507x-ts - convert to polled input device infrastructure

2013-06-19 Thread Dmitry Torokhov
On Wed, Jun 12, 2013 at 07:12:31AM +, Vishwanathrao Badarkhe, Manish wrote: Hi Dmitry, On Mon, Jun 10, 2013 at 11:23:47, Dmitry Torokhov wrote: There is no need to roll our own polling scheme when we already have one implemented by the core. Please let me know, on which branch this

Posiflex 0d3a:a000 touchscreen press not recognized in kernel 3.9.4

2013-06-19 Thread Jan Kandziora
Hello, I have a Posiflex 7215 POS system which has a USB touchscreen controller onboard. I've done a kernel update from 2.6.35.4 to 3.9.4 and the touch stopped working correctly. I tried with the generic usb hid driver, the usbtouchscreen driver doesn't support this usb id. Evtest says: #

Re: Posiflex 0d3a:a000 touchscreen press not recognized in kernel 3.9.4

2013-06-19 Thread Jan Kandziora
Am 19.06.2013 17:56, schrieb Benjamin Tissoires: Thanks for the logs. The problem comes from a commit introduced in 3.3 which discards the BTN_LEFT information. If possible, can you apply and test the following patch? It works. Many thanks for making a patch that quick. Kind regards

Re: [PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs

2013-06-19 Thread Mark Brown
On Tue, Jun 11, 2013 at 01:16:31PM +0100, Nick Dyer wrote: Without being able to name all of the registers (which would require a large amount of architecture to keep up-to-date and would probably turn into an unmaintainable mess), you can only split up the register map into separate parts.

Re: Posiflex 0d3a:a000 touchscreen press not recognized in kernel 3.9.4

2013-06-19 Thread Jiri Kosina
On Wed, 19 Jun 2013, Benjamin Tissoires wrote: From: Benjamin Tissoires benjamin.tissoi...@redhat.com Date: Wed, 19 Jun 2013 17:49:05 +0200 Subject: [PATCH] HID: input: fix false positive out of range values Commit 6da7066906e977d42104a859c490f5f9a300488c introduced in 3.3 HID: ignore

Re: [PATCH V3 5/5] input: pxa27x-keypad: add device tree support

2013-06-19 Thread Chao Xie
On Wed, Jun 19, 2013 at 7:13 PM, Gerhard Sittig g...@denx.de wrote: On Wed, Jun 19, 2013 at 16:38 +0800, Chao Xie wrote: On Wed, Jun 19, 2013 at 4:22 PM, Marek Vasut ma...@denx.de wrote: Signed-off-by: Chao Xie chao@marvell.com [ ... ] +++