[PATCH FIX for 4.0 0/2] alps: Report alps v2 Dualpoint Stick events via the right event node

2015-04-01 Thread Hans de Goede
Hi Dmitry Pali, While working on some libinput code to deal with trackpoints of different model laptops having quite different speed / sensitivity ootb, I noticed that with the current 4.0-rc# kernels the trackpoint events on laptops with a PROTO_V2 alps touchpad are no longer being send by the

[PATCH 2/2] alps: Report alps v2 Dualpoint Stick events via the right evdev node

2015-04-01 Thread Hans de Goede
On V2 devices the DualPoint Stick reports bare packets, these should be reported via the AlpsPS/2 ALPS DualPoint Stick dev2 evdev node, which also has the INPUT_PROP_POINTING_STICK propbit set. Note that since there is no way to distuingish these packets from an external ps/2 mouse (in sofar as

Re: [PATCH FIX for 4.0 0/2] alps: Report alps v2 Dualpoint Stick events via the right event node

2015-04-01 Thread Pali Rohár
On Wednesday 01 April 2015 17:44:04 Hans de Goede wrote: Hi Dmitry Pali, While working on some libinput code to deal with trackpoints of different model laptops having quite different speed / sensitivity ootb, I noticed that with the current 4.0-rc# kernels the trackpoint events on laptops

[PATCH 1/2] alps: Report bare packets coming from alps_handle_interleaved_ps2 via dev3

2015-04-01 Thread Hans de Goede
Bare packets should be reported via the same evdev device independent on whether they are detected on the beginning of a packet or in the middle of a packet. This has been tested on a Dell Latitude E6400, where the DualPoint Stick reports bare packets, which when the touchpad is idle get reported

Re: Using gpio_keys with regmapped gpio?

2015-04-01 Thread Dmitry Torokhov
On Wed, Apr 1, 2015 at 8:59 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Tue, Mar 31, 2015 at 2:06 PM, Thor Thayer ttha...@opensource.altera.com wrote: On 03/31/2015 03:17 PM, Dmitry Torokhov wrote: On Tue, Mar 31, 2015 at 02:57:35PM -0500, Thor Thayer wrote: Hi, I have a SPI

Re: [PATCH FIX for 4.0 0/2] alps: Report alps v2 Dualpoint Stick events via the right event node

2015-04-01 Thread Hans de Goede
Hi, On 01-04-15 18:11, Pali Rohár wrote: On Wednesday 01 April 2015 17:44:04 Hans de Goede wrote: Hi Dmitry Pali, While working on some libinput code to deal with trackpoints of different model laptops having quite different speed / sensitivity ootb, I noticed that with the current 4.0-rc#

Re: [PATCH FIX for 4.0 0/2] alps: Report alps v2 Dualpoint Stick events via the right event node

2015-04-01 Thread Pali Rohár
On Wednesday 01 April 2015 18:14:43 Hans de Goede wrote: Hi, On 01-04-15 18:11, Pali Rohár wrote: On Wednesday 01 April 2015 17:44:04 Hans de Goede wrote: Hi Dmitry Pali, While working on some libinput code to deal with trackpoints of different model laptops having quite

Re: [PATCH 1/3] HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT

2015-04-01 Thread Jason Gerecke
On 3/20/2015 2:57 PM, Ping Cheng wrote: The quirk was added for devices that support both pen and touch. It decides if a device supports multiple inputs by hardcoded feature type. However, for some devices, we do not know if they support both before accessing their HID descriptors. This patch