Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Hans de Goede
Hi Chandler, On 29-07-15 22:45, cp...@redhat.com wrote: From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons on the touchpad are held down or not are in the fourth packet we receive from the mouse, not the first. Signed-off-by: Stephen Chandler Paul cp...@redhat.com

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Pali Rohár
On Thursday 30 July 2015 15:51:25 Hans de Goede wrote: Hi Chandler, On 29-07-15 22:45, cp...@redhat.com wrote: From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons on the touchpad are held down or not are in the fourth packet we receive from the mouse, not the

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Pali Rohár
On Thursday 30 July 2015 16:38:47 Hans de Goede wrote: Hi, On 30-07-15 16:32, Pali Rohár wrote: On Thursday 30 July 2015 16:28:39 Pali Rohár wrote: On Thursday 30 July 2015 16:18:47 Hans de Goede wrote: Hi, On 30-07-15 16:11, Pali Rohár wrote: On Thursday 30 July 2015 15:51:25 Hans de

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Hans de Goede
Hi, On 30-07-15 16:11, Pali Rohár wrote: On Thursday 30 July 2015 15:51:25 Hans de Goede wrote: Hi Chandler, On 29-07-15 22:45, cp...@redhat.com wrote: From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons on the touchpad are held down or not are in the fourth

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Pali Rohár
On Thursday 30 July 2015 16:28:39 Pali Rohár wrote: On Thursday 30 July 2015 16:18:47 Hans de Goede wrote: Hi, On 30-07-15 16:11, Pali Rohár wrote: On Thursday 30 July 2015 15:51:25 Hans de Goede wrote: Hi Chandler, On 29-07-15 22:45, cp...@redhat.com wrote: From: Stephen

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Pali Rohár
On Thursday 30 July 2015 16:18:47 Hans de Goede wrote: Hi, On 30-07-15 16:11, Pali Rohár wrote: On Thursday 30 July 2015 15:51:25 Hans de Goede wrote: Hi Chandler, On 29-07-15 22:45, cp...@redhat.com wrote: From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Hans de Goede
Hi, On 30-07-15 16:32, Pali Rohár wrote: On Thursday 30 July 2015 16:28:39 Pali Rohár wrote: On Thursday 30 July 2015 16:18:47 Hans de Goede wrote: Hi, On 30-07-15 16:11, Pali Rohár wrote: On Thursday 30 July 2015 15:51:25 Hans de Goede wrote: Hi Chandler, On 29-07-15 22:45,

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-30 Thread Pali Rohár
On Wednesday 29 July 2015 16:45:26 cp...@redhat.com wrote: From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons on the touchpad are held down or not are in the fourth packet we receive from the mouse, not the first. Signed-off-by: Stephen Chandler Paul

Re: [PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-29 Thread Dmitry Torokhov
On Wed, Jul 29, 2015 at 04:45:26PM -0400, cp...@redhat.com wrote: From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons on the touchpad are held down or not are in the fourth packet we receive from the mouse, not the first. Signed-off-by: Stephen Chandler Paul

[PATCH 1/1] Input - alps: Fix button reporting on the V2 Alps protocol

2015-07-29 Thread cpaul
From: Stephen Chandler Paul cp...@redhat.com The data concerning which buttons on the touchpad are held down or not are in the fourth packet we receive from the mouse, not the first. Signed-off-by: Stephen Chandler Paul cp...@redhat.com --- drivers/input/mouse/alps.c | 6 +++--- 1 file changed,