Re: [PATCH v2] cap11xx: add LED support

2015-06-12 Thread Dmitry Torokhov
Hi Matt, On Wed, Jun 10, 2015 at 12:08:03AM -0700, Matt Ranostay wrote: Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com --- drivers/input/keyboard/cap11xx.c | 90

[PATCH 7/7] input: cyapa: add CYAP0002 Gen6 device for ACPI configuration

2015-06-12 Thread Dudley Du
Add CYTP0002 name for Gen6 device for ACPI configuration TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com --- drivers/input/mouse/cyapa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/cyapa.c b/drivers/input/mouse/cyapa.c index 7e7613f..24302d6 100644

[PATCH 1/7] input: cyapa: change strings of gen5 to pip in the name when they are shared

2015-06-12 Thread Dudley Du
Change strings 'gen5' to 'pip' for all macros, varibales and functions when they are shared to be used in for gen5 and gen6 modules. The change of these strings is aimed to keep name definition much more clear and readable. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com ---

[PATCH 4/7] input: cyapa: fully support runtime suspend power management

2015-06-12 Thread Dudley Du
Fix the the runtime suspend power management not working issue when system starts up and before user touches the trackpad device. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com --- drivers/input/mouse/cyapa.c | 79 +++-

[PATCH 2/7] input: cyapa: add gen6 device module support in driver

2015-06-12 Thread Dudley Du
Based on the cyapa core, add the gen6 trackpad device's basic functions supported, so gen6 trackpad device can work with kernel input system. And also based on the state parse interface, the cyapa driver can automatically determine the attached is gen3, gen5 or gen6 protocol trackpad device, then

[PATCH 0/7] instruction of cyapa gen6 and proximity patches

2015-06-12 Thread Dudley Du
V0 patches mainly have following updates: 1) Add Gen6 trackpad device support; 2) Add report proximity data function support for Gen5 and Gen6 devices; 3) Fully support runtime suspend/resume power management; 4) Add of_match_table mechanism support. This patch series is mainly amied to add new

[PATCH 5/7] input: cyapa: add proximity and interrupt sysfs interfaces support

2015-06-12 Thread Dudley Du
Add proximity and interrupt control interfaces in sysfs device node. The proximity interface is used to disable/enable proximity function in device. The interrupt interface is used to disbale/enable interrupt from device. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com ---

[PATCH 6/7] input: cyapa: add of match device support and description document

2015-06-12 Thread Dudley Du
Add of_match_device machanism support for Cypress trackpad device, and add the sample description document of adding the trackpad device node in DT. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com --- .../devicetree/bindings/input/cypress,cyapa.txt| 44

Re: [PATCH v3 4/5] input: synaptics - make image sensors and cr48 sensors report widths

2015-06-12 Thread Dmitry Torokhov
HI Gabriele, On Sun, Mar 22, 2015 at 03:43:55PM +0100, Gabriele Mazzotta wrote: The driver was not reporting widths for image sensors and cr48 sensors despite it was calculating them. Link: https://bugzilla.kernel.org/show_bug.cgi?id=77161 Signed-off-by: Gabriele Mazzotta

Re: [PATCH v2] Input: Add generic driver for Zeitec touchscreens

2015-06-12 Thread Dmitry Torokhov
Hi Bogdan, On Tue, Jun 02, 2015 at 10:43:01AM +0300, Bogdan George Stefan wrote: Dimitry, I know 0xB2 should provide that information according to the datasheet, however here is what Zeitec guys had to say when I asked them why it does not work: 0xB2 is deprecated. It only supports in

Re: [PATCH v3 5/5] input: MT - add ABS_TOOL_WIDTH to the legacy pointer emulation

2015-06-12 Thread Dmitry Torokhov
Hi Gabriele, On Sun, Mar 22, 2015 at 03:43:56PM +0100, Gabriele Mazzotta wrote: Userspace might still rely on ABS_TOOL_WIDTH to determine the width of contacts, so add it to the legacy pointer emulation. I do not think we can do that, at least not in such straightforward manner, because while

Re: [PATCH v5] Fix the resolution issue in ChromeOS

2015-06-12 Thread Dmitry Torokhov
Hi Hn, On Wed, Jun 10, 2015 at 10:41:26PM +0800, Hn Chen wrote: Hi, Dmitry, Thanks for your suggestion ! Thank you for making changes, I have some more comments. By the way, have you tried running scripts/checkpatch.pl over your patch? It often picks up some common issues. I did

[PATCH 3/7] input: cyapa: add proximity function support for gen5 and gen6 modules

2015-06-12 Thread Dudley Du
Gen5 and Gen6 trackpad devices are able to detect and report object proximity data/events, add this function support in the cyapa driver through the MTB protocl ABS_MT_DISTANCE event. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com --- drivers/input/mouse/cyapa.c | 19

Re: [PATCH 1/4] HID: hid-sony: Add quirk for MOTION_CONTROLLER_BT

2015-06-12 Thread Jiri Kosina
On Tue, 9 Jun 2015, Simon Wood wrote: Split quirk for PS Move Controller as it has to be treated differently when connected via BT. I have applied the series. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to

Re: [RESEND PATCH v2 1/2] HID: hid-plantronics: Update to map volume up/down controls

2015-06-12 Thread Jiri Kosina
On Mon, 8 Jun 2015, Terry Junge wrote: Resend with mail server adjustments to stop whitespace damage to patch. Update Kconfig with enhanced help text for hid-plantronics driver. Update hid-plantronics.c to identify device type and correctly map either the vendor unique or consumer control

Re: [PATCH v5] Fix the resolution issue in ChromeOS

2015-06-12 Thread Frans Klaver
On Wed, Jun 10, 2015 at 4:51 PM, Hn Chen hn.c...@weidahitech.com wrote: Hi, Frans, Alright, I was just wondering. Seems like a waste to be waiting for something that's already finished ;-). There's of course a risk that times may fluctuate between firmware versions. Did you take that into

Re: [PATCH 5/7] input: cyapa: add proximity and interrupt sysfs interfaces support

2015-06-12 Thread Dmitry Torokhov
Hi Dudley, On Fri, Jun 12, 2015 at 02:56:36PM +0800, Dudley Du wrote: Add proximity and interrupt control interfaces in sysfs device node. The proximity interface is used to disable/enable proximity function in device. The interrupt interface is used to disbale/enable interrupt from device.

Re: [PATCH 6/7] input: cyapa: add of match device support and description document

2015-06-12 Thread Jeremiah Mahler
Dudley, On Fri, Jun 12, 2015 at 02:56:37PM +0800, Dudley Du wrote: Add of_match_device machanism support for Cypress trackpad device, and add the sample description document of adding the trackpad device node in DT. TEST=test on Chromebook. Signed-off-by: Dudley Du d...@cypress.com ---

[PATCH v3 2/2] cap11xx: add LED support

2015-06-12 Thread Matt Ranostay
Several cap11xx variants have LEDs that be can be controlled, this patchset implements this functionality. Signed-off-by: Matt Ranostay mranos...@gmail.com --- drivers/input/keyboard/cap11xx.c | 121 ++- 1 file changed, 118 insertions(+), 3 deletions(-) diff

[PATCH v3 0/2] cap11xx: Add LED support to driver

2015-06-12 Thread Matt Ranostay
Changes from v2: * Use LED subsystem correctly, and dynamically allot used LEDs * Add LED trigger support (e.g. heartbeat, mmc trigger, etc) * Add DT properties for configuring LED usage, labels, and brightness Matt Ranostay (2): dt: add cap11xx LED documentation cap11xx: add LED support

[PATCH v3 1/2] dt: add cap11xx LED documentation

2015-06-12 Thread Matt Ranostay
Some cap11xx devices have LEDs that can be controlled from userpace and via triggers. Document their use and functionality here. Signed-off-by: Matt Ranostay mranos...@gmail.com --- .../devicetree/bindings/input/cap11xx.txt | 23 ++ 1 file changed, 23 insertions(+)

lånetilbud

2015-06-12 Thread SUN EAST FEDERAL CREDIT UNION
Hallo Hilsen fra SUN EAST Federal Credit Union, er vi godt etablert og godkjent britiske lån selskaper, i løpet av årene har vi utviklet en god forståelse av dine behov og individuelle behov. vi forpliktet oss til å behandle våre kunder rettferdig og tilbyr en tjeneste som er profesjonell

[PATCH 10/17] input/joystick/analog: Switch from rdtscl() to native_read_tsc()

2015-06-12 Thread Andy Lutomirski
This timing code is hideous, and this doesn't help. It gets rid of one of the last users of rdtscl, though. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: linux-input@vger.kernel.org Signed-off-by: Andy Lutomirski l...@kernel.org --- drivers/input/joystick/analog.c | 4 ++-- 1 file changed,

[PATCH v2 10/17] input/joystick/analog: Switch from rdtscl() to native_read_tsc()

2015-06-12 Thread Andy Lutomirski
This timing code is hideous, and this doesn't help. It gets rid of one of the last users of rdtscl, though. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: linux-input@vger.kernel.org Signed-off-by: Andy Lutomirski l...@kernel.org --- drivers/input/joystick/analog.c | 4 ++-- 1 file changed,

[PATCH v2 11/17] drivers/input/gameport: Replace rdtscl() with native_read_tsc()

2015-06-12 Thread Andy Lutomirski
It's unclear to me why this code exists in the first place. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: linux-input@vger.kernel.org Signed-off-by: Andy Lutomirski l...@kernel.org --- drivers/input/gameport/gameport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 11/17] drivers/input/gameport: Replace rdtscl() with native_read_tsc()

2015-06-12 Thread Andy Lutomirski
It's unclear to me why this code exists in the first place. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: linux-input@vger.kernel.org Signed-off-by: Andy Lutomirski l...@kernel.org --- drivers/input/gameport/gameport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v3 4/5] input: synaptics - make image sensors and cr48 sensors report widths

2015-06-12 Thread Gabriele Mazzotta
On Thursday 11 June 2015 17:40:14 Dmitry Torokhov wrote: HI Gabriele, On Sun, Mar 22, 2015 at 03:43:55PM +0100, Gabriele Mazzotta wrote: The driver was not reporting widths for image sensors and cr48 sensors despite it was calculating them. Link: