Re: [PATCH v2 1/2] Separate set parameter function for MT device

2015-03-26 Thread Hans de Goede
Hi, On 26-03-15 23:46, Masaki Ota wrote: From: Masaki Ota masaki@jp.alps.com - Separate set parameter function for MT device. Signed-off-by: Masaki Ota masaki@jp.alps.com Thanks, looks good: Acked-by: Hans de Goede hdego...@redhat.com I somehow did not receive patch 2/2 can you

proposal for deletion of drivers/hid/hid-ids.h

2015-03-26 Thread Oliver Neukum
Hi, I would like to kill drivers/hid/hid-ids.h and replace it with numerical IDs in the files using it. There are two reasons for that. 1. It is a layering violation. There should not be a private data base for USB IDs in HID. 2. It serves no purpose and adds work. Anyone who adds a quirk or a

Re: [PATCH v7 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-03-26 Thread Beomho Seo
On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon, 2015-03-09 at 20:46 +0900, Beomho Seo wrote: On 03/09/2015 08:02 PM, Krzysztof

[PATCH] HID: logitech-hidpp: add a module parameter to keep firmware gestures

2015-03-26 Thread Benjamin Tissoires
The Logitech T650 used to report 3 fingers swipes to the up as a press on the Super key. When we switched the touchpad to the raw mode, we also disable such firmware gesture and some users may rely on it. Unfortunately, 3 finger swipes are still not supported in most of the Linux environments,

Re: [PATCH v1 1/1] Input: elantech - fix absolute mode setting on some Asus touchpads

2015-03-26 Thread ulrik . debie-os
On Wed, Mar 25, 2015 at 03:52:22PM -0700, Dmitry Torokhov wrote: Hi Ulrik, On Wed, Mar 25, 2015 at 10:27:55PM +0100, Ulrik De Bie wrote: On Asus TP500LN and X750JN, the touchpad absolute mode is reset each time set_rate is done. In order to fix this, we will verify the firmware

[PATCH v2 2/2] Support-Alps-Touchpad-SS4-device

2015-03-26 Thread Masaki Ota
From: Masaki Ota masaki@jp.alps.com -Support SS4 device -SS4 device supports 4Finger and real multi-touch. Signed-off-by: Masaki Ota masaki@jp.alps.com --- drivers/input/mouse/alps.c | 322 - drivers/input/mouse/alps.h | 76 ++- 2

[PATCH] Documentation: input - define INPUT_PROP_ACCELEROMETER behavior

2015-03-26 Thread Peter Hutterer
Spell out what this property means to userspace. If the property is set, all directional axes must be accelerometer axes, any other axes are left as-is. This allows an accelerometer device to e.g. have an ABS_WHEEL. It is not permitted to mix normal directional axes and accelerometer axes on the

Re: [PATCH] Documentation: input - define INPUT_PROP_ACCELEROMETER behavior

2015-03-26 Thread Jiri Kosina
On Fri, 27 Mar 2015, Peter Hutterer wrote: Spell out what this property means to userspace. If the property is set, all directional axes must be accelerometer axes, any other axes are left as-is. This allows an accelerometer device to e.g. have an ABS_WHEEL. It is not permitted to mix

Re: [PATCH] Documentation: input - define INPUT_PROP_ACCELEROMETER behavior

2015-03-26 Thread Bastien Nocera
On Fri, 2015-03-27 at 10:11 +1000, Peter Hutterer wrote: Spell out what this property means to userspace. If the property is set, all directional axes must be accelerometer axes, any other axes are left as-is. This allows an accelerometer device to e.g. have an ABS_WHEEL. It is not

Re: [PATCH v7 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-03-26 Thread Lee Jones
On Thu, 26 Mar 2015, Beomho Seo wrote: On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon, 2015-03-09 at 20:46 +0900, Beomho Seo

Re: proposal for deletion of drivers/hid/hid-ids.h

2015-03-26 Thread Benjamin Tissoires
On Thu, Mar 26, 2015 at 7:44 AM, Oliver Neukum oneu...@suse.de wrote: Hi, I would like to kill drivers/hid/hid-ids.h and replace it with numerical IDs in the files using it. There are two reasons for that. 1. It is a layering violation. There should not be a private data base for USB IDs

Re: input_polldev interval (was Re: [sur40] Debugging a race condition)?

2015-03-26 Thread Antonio Ospite
On Wed, 25 Mar 2015 15:10:44 +0100 Florian Echtler f...@butterbrot.org wrote: Hello Dmitry, On 25.03.2015 14:23, Dmitry Torokhov wrote: On March 24, 2015 11:52:54 PM PDT, Florian Echtler f...@butterbrot.org wrote: Currently, I'm setting the interval for input_polldev to 10 ms.

Re: [PATCH 3/3] Add support for Cintiq 27QHD and 27QHD touch

2015-03-26 Thread Ping Cheng
On Wed, Mar 25, 2015 at 10:57 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Jan 27, 2015 at 01:30:03PM -0800, Ping Cheng wrote: These devices have accelerometers. To report accelerometer coordinates, a new property, INPUT_PROP_ACCELEROMETER, is added. Signed-off-by: Ping Cheng

Re: [PATCH v7 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-03-26 Thread Beomho Seo
On 03/26/2015 10:54 PM, Lee Jones wrote: On Thu, 26 Mar 2015, Beomho Seo wrote: On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon,

Re: [PATCH v5] add support for Freescale's MMA8653FC 10 bit accelerometer

2015-03-26 Thread Greg KH
On Sat, Mar 21, 2015 at 12:26:04PM +0100, Martin Kepplinger wrote: From: Martin Kepplinger martin.kepplin...@theobroma-systems.com The MMA8653FC is a low-power, three-axis, capacitive micromachined accelerometer with 10 bits of resolution with flexible user-programmable options. Embedded

Re: [PATCH v7 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-03-26 Thread Krzysztof Kozlowski
2015-03-25 1:39 GMT+01:00 Beomho Seo beomho@samsung.com: Then, Can I request merge this patch ? Yes, but it is not up to me :). -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at