ShuttlePROv2 jog dial reports EV_REL events with absolute position event values; pos 0 events get dropped

2014-02-06 Thread Harald Albrecht
I have a ShuttlePRO v2 (Contour Design Inc) that identifies itself as a USB HID. The kernel properly detects its and I can receive events from the device. The ShuttlePRO v2 is a media controller for use with video editing software, as well as for many other applications. The controller itself h

Fwd: FW: Dell Latitude E7440 - ALPS touchpad keeps having state reset

2014-02-06 Thread Tommy Will
Hi Allan, This is Tommy from ALPS. Thanks for your contact and so sorry for my overlooking your last week's mail. > I've reported the problem I'm having in more detail here: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837 > > In summary - I keep suffering from the mouse pointer jum

Re: [PATCH 05/15] Input: synaptics-rmi4 - remove gpio handling and polling

2014-02-06 Thread Courtney Cavin
On Thu, Feb 06, 2014 at 09:05:05PM +0100, Christopher Heiny wrote: > On 02/04/2014 06:31 PM, Courtney Cavin wrote: > > On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote: > >> On 01/23/2014 04:00 PM, Courtney Cavin wrote: > >>> Since all the configuration needed for an irq can be pro

Re: [PATCH 05/15] Input: synaptics-rmi4 - remove gpio handling and polling

2014-02-06 Thread Courtney Cavin
On Thu, Feb 06, 2014 at 09:05:09PM +0100, Christopher Heiny wrote: > On 02/06/2014 01:28 AM, Linus Walleij wrote: > > On Wed, Feb 5, 2014 at 3:31 AM, Courtney Cavin > > wrote: > >> >On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote: > >>> >>On 01/23/2014 04:00 PM, Courtney Cavin w

[PATCH v2 3/3] input: appletouch: fix jumps when additional fingers are detected

2014-02-06 Thread Clinton Sprain
Discard cursor movements if they directly coincide with a change in the number of fingers detected. This helps with two issues - a sudden jump of the cursor when a second finger enters or leaves the touchpad, and an unexpected jump in page scrolling under the same scenario. The fix doesn't compl

[PATCH v2 2/3] input: appletouch: use better cursor movement smoothing algorithm

2014-02-06 Thread Clinton Sprain
Use smoothed version of sensor array data to calculate movement and add weight to prior values when calculating average. This gives more granular and more predictable movement. Signed-off-by: Clinton Sprain --- drivers/input/mouse/appletouch.c | 60 ++ 1 f

[PATCH v2 1/3] input: appletouch: parametrize and set saner defaults for fuzz and threshold

2014-02-06 Thread Clinton Sprain
Dials back the default fuzz and threshold settings for most devices using this driver, based on user input from forums and bug reports, increasing sensitivity. These two settings can also now both be overridden as module parameters in the event that users have hardware that does not respond well

[PATCH v2 0/3] input: appletouch: fixes for jagged/uneven cursor movement

2014-02-06 Thread Clinton Sprain
These patches address some usability issues by dialing back the fuzz and threshold parameters, by implementing some smoothing for the sensor data and by discarding movements that directly coincide with a change in the number of fingers detected on the touchpad. Changes since last time: 1/3: Re

Re: [PATCH v2] Input: add i2c/smbus driver for elan touchpad

2014-02-06 Thread Benson Leung
On Fri, Jan 10, 2014 at 12:30 PM, Benson Leung wrote: > On Mon, Jan 6, 2014 at 7:08 PM, Duson Lin wrote: >> This driver adds support for elan i2c/smbus touchpad found on some laptops PC >> >> Signed-off-by: Duson Lin > > Reviewed-by: Benson Leung > Hi Dmitry, This should be the most up to date

Re: [PATCH v2] Input: add i2c/smbus driver for elan touchpad

2014-02-06 Thread Benson Leung
On Tue, Dec 17, 2013 at 7:46 PM, Duson Lin wrote: > This driver adds support for elan i2c/smbus touchpad found on some laptops PC > > Signed-off-by: Duson Lin Reviewed-by: Benson Leung Hi Dmitry, This driver has been posted for a little while now. I've reviewed it, and it is consistent with th

Re: [PATCH 05/15] Input: synaptics-rmi4 - remove gpio handling and polling

2014-02-06 Thread Christopher Heiny
On 02/04/2014 06:31 PM, Courtney Cavin wrote: On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote: On 01/23/2014 04:00 PM, Courtney Cavin wrote: Since all the configuration needed for an irq can be provided in other ways, remove all gpio->irq functionality. This cleans up the code

Re: [PATCH 05/15] Input: synaptics-rmi4 - remove gpio handling and polling

2014-02-06 Thread Christopher Heiny
On 02/06/2014 01:28 AM, Linus Walleij wrote: On Wed, Feb 5, 2014 at 3:31 AM, Courtney Cavin wrote: >On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote: >>On 01/23/2014 04:00 PM, Courtney Cavin wrote: >> >Since all the configuration needed for an irq can be provided in other >>

PROBLEM: [Dell LATITUDE E7440] ALPS touchpad events are not routed into /dev/input/mice and /dev/input/mouseX

2014-02-06 Thread Vasily Titskiy
The issues occurs on every kernel after 1302bac33d9e88cd43e482191a806998f3ed43cc commit. Before the commit, this touchpad device was detected as PS/2 mouse and "cat /dev/input/mice" shows data when the touchpad is used. After the commit, there are no events from the touchpad in /dev/input/mice or /

Re: [PATCH] HID: Add Apple wireless keyboard 2011 JIS model support.

2014-02-06 Thread Jiri Kosina
On Thu, 6 Feb 2014, Huei-Horng Yo wrote: > Add Apple wireless keyboard 2011 JIS model (05ac:0257). > > Signed-off-by: Huei-Horng Yo Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.ke

[PATCH] HID: Add Apple wireless keyboard 2011 JIS model support.

2014-02-06 Thread Huei-Horng Yo
Add Apple wireless keyboard 2011 JIS model (05ac:0257). Signed-off-by: Huei-Horng Yo --- drivers/hid/hid-apple.c | 3 +++ drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + 3 files changed, 5 insertions(+) diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 4975581..

Re: [PATCH 05/15] Input: synaptics-rmi4 - remove gpio handling and polling

2014-02-06 Thread Linus Walleij
On Wed, Feb 5, 2014 at 3:31 AM, Courtney Cavin wrote: > On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote: >> On 01/23/2014 04:00 PM, Courtney Cavin wrote: >> > Since all the configuration needed for an irq can be provided in other >> > ways, remove all gpio->irq functionality. Thi

Re: [PATCH] HID: Add Apple wireless keyboard 2011 JIS model support.

2014-02-06 Thread Jiri Kosina
On Thu, 6 Feb 2014, Huei-Horng Yo wrote: > --- > drivers/hid/hid-apple.c | 3 +++ > drivers/hid/hid-core.c | 1 + > drivers/hid/hid-ids.h | 1 + > 3 files changed, 5 insertions(+) > Thanks for the patch. Please resend with: - at least one line of changelog - your Signed-off-by: line as desc

[PATCH] HID: Add Apple wireless keyboard 2011 JIS model support.

2014-02-06 Thread Huei-Horng Yo
--- drivers/hid/hid-apple.c | 3 +++ drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + 3 files changed, 5 insertions(+) diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 4975581..f822fd2 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c @@ -469,6 +4

keyboard problems on Dell Latitude E6230

2014-02-06 Thread Mikael Pettersson
I'm having problems with the built-in keyboard on Dell Latitude E6230 laptops and Linux 3.12/3.13 kernels: - sometimes the keyboard just keeps sending the same key code, as if the key was held down permanently; sometimes that can be cured by pressing ^C or something, but often only a reboot fi

Re: [PATCH] HID: hid-sony Report actual brightness value when reading LED

2014-02-06 Thread Jiri Kosina
On Wed, 5 Feb 2014, Simon Wood wrote: > The Dualshock4 controller contains a RGB LED, which is enabled via > the '/sys/class/leds' interface. At present the driver only returns > whether each of the RGB LEDs is lit (ie not off), but no indication > of it's brightness. > > This patch fixes the rea