Re: PROBLEM: Touchpad works just like a mouse

2015-04-18 Thread David Zafra Gómez
Hi everybody again I've unplugged USB mouse and now I don't find this USB HID mouse when I run cat /proc/modules. Here is the complete output. I hope it will help. ctr 16384 2 - Live 0x ccm 20480 2 - Live 0x bnep 24576 2 - Live 0x rfcomm 77824 0

Re: [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-18 Thread Paul Bolle
There's still a license mismatch left (it probably got lost in the noise when I finally noticed that the header comment mentioned the LGPL in V1). On Fri, 2015-04-17 at 13:03 +0100, S Twiss wrote: > --- /dev/null > +++ b/drivers/input/misc/da9063-onkey.c > + * This program is free software; you c

Re: [PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver

2015-04-18 Thread Paul Bolle
On Fri, 2015-04-17 at 15:23 +0100, S Twiss wrote: > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > +config MFD_DA9062 > + bool "Dialog Semiconductor DA9062 PMIC Support" > + select MFD_CORE > + select REGMAP_I2C > + select REGMAP_IRQ > + depends on I2C=y > + help >

Re: [PATCH V1 2/6] regulator: da9062: DA9062 regulator driver

2015-04-18 Thread Paul Bolle
I spotted only a license mismatch. On Fri, 2015-04-17 at 15:23 +0100, S Twiss wrote: > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License > + * as published by the Free Software Foundation; either version 2 > + * of t

Re: [PATCH V1 2/6] regulator: da9062: DA9062 regulator driver

2015-04-18 Thread Mark Brown
On Fri, Apr 17, 2015 at 03:23:32PM +0100, S Twiss wrote: > +/* Regulator interrupt handlers */ > +static irqreturn_t da9062_ldo_lim_event(int irq, void *data) > +{ > + struct da9062_regulators *regulators = data; > + struct da9062 *hw = regulators->regulator[0].hw; > + struct da9062_re

[PATCH] psmouse - pass finger width to userspace

2015-04-18 Thread Dmitry Tunin
Focaltech touchpads report finger width in packet[5]. Range for width in raw format is 0x10 - 0x70. Second byte is always 0. 0xff is reported, when a large contact area is detected. This can be handled in userspace. Signed-off-by: Dmitry Tunin --- drivers/input/mouse/focaltech.c | 8 1

[PATCH v2] psmouse - focaltech pass finger width to userspace

2015-04-18 Thread Dmitry Tunin
Focaltech touchpads report finger width in packet[5] of absolute packet. Range for width in raw format is 0x10 - 0x70. Second half-byte is always 0. 0xff is reported, when a large contact area is detected. This can be handled in userspace. Signed-off-by: Dmitry Tunin --- drivers/input/mouse/foca

Re: [PATCH V1 5/6] watchdog: da9062: DA9062 watchdog driver

2015-04-18 Thread Guenter Roeck
On 04/17/2015 07:23 AM, S Twiss wrote: From: S Twiss Add watchdog driver support for DA9062 Signed-off-by: Steve Twiss Hi Steve, Key question here is if the da9062 is really so much different to the da9062 that you can not use the same driver. I am especially concerned about the added da90

Re: [PATCH V1 0/6] COVER LETTER

2015-04-18 Thread Guenter Roeck
On 04/17/2015 07:23 AM, S Twiss wrote: From: S Twiss This patch set adds support for the Dialog DA9062 Power Management IC. In this patch set the following is provided: - [PATCH V1 1/6]: MFD core support - [PATCH V1 2/6]: BUCK and LDO regulator driver - [PATCH V1 3/6]: RTC driver - [PA

Re: [PATCH v2] psmouse - focaltech pass finger width to userspace

2015-04-18 Thread Dmitry Tunin
18.04.2015 16:35, Dmitry Tunin пишет: > Focaltech touchpads report finger width in packet[5] of absolute packet. > Range for width in raw format is 0x10 - 0x70. Second half-byte is always 0. > 0xff is reported, when a large contact area is detected. > This can be handled in userspace. > > Signed-o