[PATCH] psmouse: added absolute touch event support to BYD touchpad driver

2016-02-16 Thread Richard Pospesel
gesture packets and initialization commands. Signed-off-by: Richard Pospesel <pospes...@gmail.com> --- From c42408cd614ed6f0b3e695055f2caa82bddc8893 Mon Sep 17 00:00:00 2001 From: Richard Pospesel <pospes...@gmail.com> Date: Tue, 16 Feb 2016 20:37:42 -0800 Subject: [PATCH] psmouse: ad

[PATCH] psmouse: added absolute touch event support to BYD touchpad driver

2016-02-16 Thread Richard Pospesel
gesture packets and initialization commands. Signed-off-by: Richard Pospesel --- From c42408cd614ed6f0b3e695055f2caa82bddc8893 Mon Sep 17 00:00:00 2001 From: Richard Pospesel Date: Tue, 16 Feb 2016 20:37:42 -0800 Subject: [PATCH] psmouse: added absolute touch event support to BYD touchpad driver

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-10 Thread Richard Pospesel
xorg touchpad drivers. Added documenatation for all known gesture packets and initialization commands. Signed-off-by: Richard Pospesel --- >From c0d0ece9ace3939691831eb20c2a5f01343781f1 Mon Sep 17 00:00:00 2001 From: pospeselr Date: Wed, 10 Feb 2016 18:24:00 -0800 Subject: [PATCH] byd chan

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-10 Thread Richard Pospesel
xorg touchpad drivers. Added documenatation for all known gesture packets and initialization commands. Signed-off-by: Richard Pospesel <pospes...@gmail.com> --- >From c0d0ece9ace3939691831eb20c2a5f01343781f1 Mon Sep 17 00:00:00 2001 From: pospeselr <pospes...@gmail.com> Date: Wed,

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-06 Thread Richard Pospesel
/git/dtor/input. Signed-off-by: Richard Pospesel --- diff --git a/drivers/input/mouse/byd.c b/drivers/input/mouse/byd.c index 9425e0f..2900a3d 100644 --- a/drivers/input/mouse/byd.c +++ b/drivers/input/mouse/byd.c @@ -2,20 +2,32 @@ * BYD TouchPad PS/2 mouse driver * * Copyright (C) 2015 Chris

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-06 Thread Richard Pospesel
PS/2 mouse driver * * Copyright (C) 2015 Chris Diamand + * Copyright (C) 2015 Richard Pospesel + * Copyright (C) 2015 Tai Chi Minh Ralph Eastwood + * Copyright (C) 2015 Martin Wimpress + * Copyright (C) 2015 Jay Kuri * * This program is free software; you can redistribute

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-06 Thread Richard Pospesel
PS/2 mouse driver * * Copyright (C) 2015 Chris Diamand <ch...@diamand.org> + * Copyright (C) 2015 Richard Pospesel + * Copyright (C) 2015 Tai Chi Minh Ralph Eastwood + * Copyright (C) 2015 Martin Wimpress + * Copyright (C) 2015 Jay Kuri * * This program is free software; y

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-06 Thread Richard Pospesel
/git/dtor/input. Signed-off-by: Richard Pospesel <pospes...@gmail.com> --- diff --git a/drivers/input/mouse/byd.c b/drivers/input/mouse/byd.c index 9425e0f..2900a3d 100644 --- a/drivers/input/mouse/byd.c +++ b/drivers/input/mouse/byd.c @@ -2,20 +2,32 @@ * BYD TouchPad PS/2 mouse

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-03 Thread Richard Pospesel
* * Copyright (C) 2015 Chris Diamand + * Copyright (C) 2015 Richard Pospesel + * Copyright (C) 2015 Tai Chi Minh Ralph Eastwood + * Copyright (C) 2015 Martin Wimpress + * Copyright (C) 2015 Jay Kuri * * This program is free software; you can redistribute it and/or modify it * under the terms

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-03 Thread Richard Pospesel
Hi Chris, See inline: On 02/03/2016 12:58 AM, Chris Diamand wrote: Hi Richard, Reporting absolute position allows the synaptics and libinput xorg drivers to treat the BYD touchpad as a touchpad, rather than a mouse. This allows edge scrolling, tap to click, natural scrolling and any other

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-03 Thread Richard Pospesel
Hi Chris, See inline: On 02/03/2016 12:58 AM, Chris Diamand wrote: Hi Richard, Reporting absolute position allows the synaptics and libinput xorg drivers to treat the BYD touchpad as a touchpad, rather than a mouse. This allows edge scrolling, tap to click, natural scrolling and any other

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-03 Thread Richard Pospesel
* * Copyright (C) 2015 Chris Diamand <ch...@diamand.org> + * Copyright (C) 2015 Richard Pospesel + * Copyright (C) 2015 Tai Chi Minh Ralph Eastwood + * Copyright (C) 2015 Martin Wimpress + * Copyright (C) 2015 Jay Kuri * * This program is free software; you can redistribute it and/or modify it *

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-02 Thread Richard Pospesel
New patch vs 98ee377144935857d8ad5d7d70cdab1da4ede32e on git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input follows. Confirmed builds and works as expected with that kernel branch. Signed-off-by: Richard Pospesel --- diff --git a/drivers/input/mouse/byd.c b/drivers/input/mouse/byd.c

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-02 Thread Richard Pospesel
Hi Chris, Reporting absolute position allows the synaptics and libinput xorg drivers to treat the BYD touchpad as a touchpad, rather than a mouse. This allows edge scrolling, tap to click, natural scrolling and any other location based single touch gesture to work. I opted to completely disable

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-02 Thread Richard Pospesel
New patch vs 98ee377144935857d8ad5d7d70cdab1da4ede32e on git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input follows. Confirmed builds and works as expected with that kernel branch. Signed-off-by: Richard Pospesel <pospes...@gmail.com> --- diff --git a/drivers/input/mouse/byd.c b/d

Re: [PATCH] psmouse: added BYD touchpad driver

2016-02-02 Thread Richard Pospesel
Hi Chris, Reporting absolute position allows the synaptics and libinput xorg drivers to treat the BYD touchpad as a touchpad, rather than a mouse. This allows edge scrolling, tap to click, natural scrolling and any other location based single touch gesture to work. I opted to completely disable

[PATCH] psmouse: added BYD touchpad driver

2016-01-30 Thread Richard Pospesel
-by: Richard Pospesel --- Kconfig|9 Makefile |1 byd.c | 586 + byd.h | 33 +++ psmouse-base.c | 17 + psmouse.h |1 6 files changed, 647 insertions(+) diff --git a/drivers/input/mouse

[PATCH] psmouse: added BYD touchpad driver

2016-01-30 Thread Richard Pospesel
-by: Richard Pospesel <pospes...@gmail.com> --- Kconfig|9 Makefile |1 byd.c | 586 + byd.h | 33 +++ psmouse-base.c | 17 + psmouse.h |1 6 files changed, 647 insertions(+) diff