Re: [PATCH] Input: evdev: Fall back to vmalloc for client event buffer

2013-10-31 Thread Dmitry Torokhov
On Mon, Oct 07, 2013 at 02:06:53PM +0100, Daniel Stone wrote: > evdev always tries to allocate the event buffer for clients using > kzalloc rather than vmalloc, presumably to avoid mapping overhead where > possible. However, drivers like bcm5974, which claims support for > reporting 16 fingers sim

[PATCH 1/1] Input: remove a redundant max() call.

2013-10-31 Thread Kang Hu
dev->hint_events_per_packet is guaranteed to be >= packet_size. so an extra max() call is not needed. Signed-off-by: Kang Hu --- drivers/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index c044699..fb513da 100644 -

Re: [PATCH] input: i8042 - add PNP modaliases

2013-10-31 Thread Dmitry Torokhov
On Wed, Sep 04, 2013 at 11:27:36AM +0200, Tom Gundersen wrote: > This allows the module to be autoloaded in the common case. > > In order to work on non-PnP systems the module should be compiled in or loaded > unconditionally at boot (c.f. modules-load.d(5)), as before. > > Cc: Matthew Garrett >

Re: [PATCH 1/1] Input: remove a redundant max() call.

2013-10-31 Thread Dmitry Torokhov
On Thu, Oct 31, 2013 at 03:26:34PM +0800, Kang Hu wrote: > dev->hint_events_per_packet is guaranteed to be >= packet_size. > so an extra max() call is not needed. Applied, thank you. > > Signed-off-by: Kang Hu > --- > drivers/input/input.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH v2 04/19] input: sh_keysc: Enable the driver on all ARM platforms

2013-10-31 Thread Dmitry Torokhov
On Tue, Oct 29, 2013 at 11:37:39PM +0100, Laurent Pinchart wrote: > Renesas ARM platforms are transitioning from single-platform to > multi-platform kernels using the new ARCH_SHMOBILE_MULTI. Make the > driver available on all ARM platforms to enable it on both ARCH_SHMOBILE > and ARCH_SHMOBILE_MUL

Re: [PATCH] Input: Adding support for touchpad on Dell XT2 model

2013-10-31 Thread Dmitry Torokhov
On Fri, Oct 25, 2013 at 11:39:41PM +0800, Yunkang Tang wrote: > Hi all, > > This patch adding the support for touchpad on Dell XT2 model. > It's a dual device with device ID: 73, 00, 14, that comply with > "ALPS_PROTO_V2". > > > Signed-off-by: Yunkang Tang Applied, thank you. > --- > driver

Re: [PATCHv8][ 4/4] ARM: imx_v6_v7_defconfig: Enable tsc2007 support.

2013-10-31 Thread Shawn Guo
On Wed, Oct 30, 2013 at 06:58:43PM +0100, Denis Carikli wrote: > The eukrea cpuimx35 and cpuimx51 have a tsc2007 touchscreen controller, > so we turn it on. > > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Stephen Warren > Cc: Ian Campbell > Cc: devicet...@vger.kernel.org > Cc:

[git pull] Input updates for 3.12-rc7

2013-10-31 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. A bit late than I would want, but the changes are very minor - a

Re: [PATCH RESEND v2] Input: add driver for Neonode zForce based touchscreens

2013-10-31 Thread Dmitry Torokhov
On Wed, Oct 30, 2013 at 05:18:47PM +0100, Heiko Stübner wrote: > This adds a driver for touchscreens using the zforce infrared > technology from Neonode connected via i2c to the host system. > > It supports multitouch with up to two fingers and tracking of the > contacts in hardware. Applied, th

changes to ati_remote to support ATI Remote Wonder Plus RF Remote Control

2013-10-31 Thread Stephen Oberski
Below is a description of proposed changes to the ati_remote kernel module to support the ATI Remote Wonder Plus RF Remote Control. I've forwarded these proposed changes to the listed authors of the module for review (Anssi Hannula and Torrey Hoffman ) and have not heard back from Anssi Hannul

Re: [PATCH 4/5] input: tc3589x-keypad: support probing from device tree

2013-10-31 Thread Mark Rutland
On Tue, Oct 15, 2013 at 10:21:11PM +0100, Linus Walleij wrote: > Implement device tree probing for the tc3589x keypad driver. > This is modeled on the STMPE keypad driver and tested on the > Ux500 TVK1281618 UIB. > > Signed-off-by: Linus Walleij > --- > drivers/input/keyboard/tc3589x-keypad.c |

Re: [PATCH v4 1/1] Input: Improve the performance of alps v5-protocol's touchpad

2013-10-31 Thread Tommy Will
Hi Dmitry, Could you please share me your opinion of below patch. Thanks 2013/10/21 Yunkang Tang : > Hi all, > > Here is the 4th version of supporting ALPS v5 protocol's device. > > Change since v3: > - Fix the bug that Finger1's coordinate data will always be (0,0) when finger > number is mor