Re: [PATCH v7 0/6] mfd: AXP20x: Add support for AXP202 and AXP209

2014-10-21 Thread Bruno Prémont
On Sun, 29 Jun 2014 20:23:51 +0200 Carlo Caione wrote: > During the merging of v6 several patches were left out. This v7 comprises > all the patches that are still pending. Any progress on this or reason why these are stuck? > //-- > > AXP209 and AXP202 are the PMUs (Power Management Unit) used

Re: Problems with Wacom Intuos PT M (CTH680) on FreeBSD

2014-10-21 Thread Dmitry Torokhov
Hi Denis, On Sat, Oct 18, 2014 at 05:56:48PM +0700, Denis Akiyakov wrote: > Hello, > > I'm using FreeBSD 10.1 and FreeBSD use webcamd witch contain linux > wacom driver to provide wacom tablets support. More info here: > http://www.selasky.org/hans_petter/video4bsd/ or > http://www.freshports.org

Re: [PATCH v2] hid-input: Map unknown consumer page codes to KEY_UNKNOWN

2014-10-21 Thread Dmitry Torokhov
On Tue, Oct 21, 2014 at 11:11:00PM +0200, Hans de Goede wrote: > Currently unknown consumer page codes are ignored, which means that they > cannot later be mapped from userspace using udev / hwdb. Map them to > KEY_UNKNOWN, so that userspace can remap them for keyboards which > make up their own co

[PATCH v2] hid-input: Map unknown consumer page codes to KEY_UNKNOWN

2014-10-21 Thread Hans de Goede
Currently unknown consumer page codes are ignored, which means that they cannot later be mapped from userspace using udev / hwdb. Map them to KEY_UNKNOWN, so that userspace can remap them for keyboards which make up their own consumer page codes. Signed-off-by: Hans de Goede -- Changes in v2: Us

Re: [PATCH] hid-input: Map unknown consumer page codes to KEY_UNKNOWN

2014-10-21 Thread Hans de Goede
Hoi, On 10/21/2014 11:00 PM, Hans de Goede wrote: Currently unknown consumer page codes are ignored, which means that they cannot later be mapped from userspace using udev / hwdb. Map them to KEY_UNKNOWN, so that userspace can remap them for keyboards which make up their own consumer page codes.

[PATCH] hid-input: Map unknown consumer page codes to KEY_UNKNOWN

2014-10-21 Thread Hans de Goede
Currently unknown consumer page codes are ignored, which means that they cannot later be mapped from userspace using udev / hwdb. Map them to KEY_UNKNOWN, so that userspace can remap them for keyboards which make up their own consumer page codes. Signed-off-by: Hans de Goede --- drivers/hid/hid-

Re: [PATCH] hid: Add mapping for special keys on compaq ku 0133 keyboard

2014-10-21 Thread Hans de Goede
Hi, On 08/13/2014 01:35 AM, Dmitry Torokhov wrote: On Wed, Aug 13, 2014 at 01:14:50AM +0200, Hans de Goede wrote: The compaq ku 0133 keyboard has 8 special keys at the top: http://lackof.org/taggart/hacking/keyboard/cpqwireless.jpg 3 of these use standard HID usage codes from the consumer page

Re: [PATCH v2 3/4] ARM: dts: sun5i: Add lradc node

2014-10-21 Thread Hans de Goede
Hi, On 10/21/2014 06:21 PM, Dmitry Torokhov wrote: Hi Hans, On Tue, Oct 21, 2014 at 10:24:49AM +0200, Hans de Goede wrote: + button@98 { + label = "Home"; + linux,code = ; I do not think you really want KEY_HOM

Plantronics Telephony Device HID Driver

2014-10-21 Thread Cole, JD
Plantronics telephony devices equipped with HID-enabled controls have been reported to cause odd mouse behaviors when buttons are clicked. This is due to how the hid-input driver handles "unmapped" usages and the fact that Plantronics devices send Vendor Unique usages in addition to standards, e

Re: [PATCH v2 1/4] input: Add new sun4i-lradc-keys driver

2014-10-21 Thread Maxime Ripard
Hi Hans, Thanks, a lot for respinning this. On Tue, Oct 21, 2014 at 10:24:47AM +0200, Hans de Goede wrote: > Allwinnner sunxi SoCs have a low resolution adc (called lradc) which is > specifically designed to have various (tablet) keys (ie home, back, search, > etc). attached to it using a resisto

Re: Touch processing on host CPU

2014-10-21 Thread Nick Dyer
On 21/10/14 13:22, One Thousand Gnomes wrote: >> If you will have touch processing in a binary blob, you'll also be going >> to ages "Works with Ubuntu 12.04 on x86_32!" (and nothing else), or >> "Android 5.1.2 on Tegra Blah (build 78912KT)" (and nothing else). > > As well as not going upstream be

Re: [PATCH v2 3/4] ARM: dts: sun5i: Add lradc node

2014-10-21 Thread Dmitry Torokhov
Hi Hans, On Tue, Oct 21, 2014 at 10:24:49AM +0200, Hans de Goede wrote: > + button@98 { > + label = "Home"; > + linux,code = ; I do not think you really want KEY_HOME (go to the beginning of the line) here, KEY_HOMEPAGE o

Re: Touch processing on host CPU

2014-10-21 Thread One Thousand Gnomes
> If you will have touch processing in a binary blob, you'll also be going > to ages "Works with Ubuntu 12.04 on x86_32!" (and nothing else), or > "Android 5.1.2 on Tegra Blah (build 78912KT)" (and nothing else). As well as not going upstream because there is no way anyone else can test changes to

Re: Touch processing on host CPU

2014-10-21 Thread Pavel Machek
Hi! > I'm trying to find out which subsystem maintainer I should be talking to - > apologies if I'm addressing the wrong people. > > There is a model for doing touch processing where the touch controller > becomes a much simpler device which sends out raw acquisitions (over SPI > at up to 1Mbps

[PATCH v2 4/4] ARM: dts: sun7i: Add lradc node

2014-10-21 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 48 + arch/arm/boot/dts/sun7i-a20.dtsi| 7 2 files changed, 55 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a2

[PATCH v2 2/4] ARM: dts: sun4i: Add lradc node

2014-10-21 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 380f914..49f2200 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.d

[PATCH v2 0/4] input: Add new sun4i-lradc-keys driver

2014-10-21 Thread Hans de Goede
Hi All, After a bit of a pause due to -ENOTIME, here is my 2nd attempt at getting support for the lradc attached tablet keys found one some Allwinner boards upstream. I've dubbed this v2 even though there has been more then one version before because I've lost count, and as said this represents t

[PATCH v2 1/4] input: Add new sun4i-lradc-keys driver

2014-10-21 Thread Hans de Goede
Allwinnner sunxi SoCs have a low resolution adc (called lradc) which is specifically designed to have various (tablet) keys (ie home, back, search, etc). attached to it using a resistor network. This adds a driver for this. There are 2 channels, currently this driver only supports chan0 since ther

[PATCH v2 3/4] ARM: dts: sun5i: Add lradc node

2014-10-21 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 36 arch/arm/boot/dts/sun5i-a10s.dtsi| 7 + arch/arm/boot/dts/sun5i-a13-olinuxino.dts| 36 arch/arm/boot/dts/sun5i-a13.dtsi