Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2016-01-06 Thread Hans de Goede
Hi, On 05-01-16 17:44, Pali Rohár wrote: On Sunday 22 March 2015 14:46:11 Pali Rohár wrote: This patch adds detection of trackstick for v7 protocol devices. Code in this patch is used in official Dell touchpad linux drivers for Dell models: Dell Latitude E5250/5250, E5450/5450, E5550/5550

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2016-01-05 Thread Pali Rohár
On Sunday 22 March 2015 14:46:11 Pali Rohár wrote: > This patch adds detection of trackstick for v7 protocol devices. Code in this > patch is used in official Dell touchpad linux drivers for Dell models: > Dell Latitude E5250/5250, E5450/5450, E5550/5550 > > Detection code and base reg for alps

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-05-28 Thread Pali Rohár
On Saturday 28 March 2015 20:59:35 Dmitry Torokhov wrote: On Tue, Mar 24, 2015 at 08:27:29AM +0100, Hans de Goede wrote: Hi, On 23-03-15 18:02, Pali Rohár wrote: On Monday 23 March 2015 12:39:48 Hans de Goede wrote: Hi, On 22-03-15 14:46, Pali Rohár wrote: This patch adds

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-28 Thread Dmitry Torokhov
On Tue, Mar 24, 2015 at 08:27:29AM +0100, Hans de Goede wrote: Hi, On 23-03-15 18:02, Pali Rohár wrote: On Monday 23 March 2015 12:39:48 Hans de Goede wrote: Hi, On 22-03-15 14:46, Pali Rohár wrote: This patch adds detection of trackstick for v7 protocol devices. Code in this patch is

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-28 Thread Pali Rohár
On Saturday 28 March 2015 04:43:35 Dmitry Torokhov wrote: On Sat, Mar 28, 2015 at 01:30:58AM +, Santiago Gala wrote: The behaviour is the same with 3.19.1 as with 4.0.0-rc5 + the patched psmouse you give me. The difference in lsinput is just name and current position: $ diff -u

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-27 Thread Pali Rohár
Hello, there should no functional changes (e.g. acceleration speed, etc.). And if yes, there is probably some side effect which should be investigated. Please can you provide output from dmesg (grep for psmouse or input) and also output from lsinput? That changed acceleration/speed sounds

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-27 Thread Pali Rohár
On Friday 27 March 2015 21:32:12 Santiago Gala wrote: I guess the difference is more due to new limits reported. Now I get only one device: /dev/input/event11 bustype : BUS_I8042 vendor : 0x2 product : 0x8 version : 1792 name: AlpsPS/2 ALPS GlidePoint phys:

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-27 Thread Dmitry Torokhov
On Sat, Mar 28, 2015 at 01:30:58AM +, Santiago Gala wrote: The behaviour is the same with 3.19.1 as with 4.0.0-rc5 + the patched psmouse you give me. The difference in lsinput is just name and current position: $ diff -u alps06.txt alps11-new.txt --- alps06.txt 2015-03-18

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-24 Thread Pali Rohár
Hello, I can compile psmouse.ko module for you. Just let me know which ubuntu kernel (and from) are you using. On Tuesday 24 March 2015 11:25:13 Santiago Gala wrote: I can't compile the kernel in this laptop, sorry, I tried but couln't complete: it requires too much free disk (more than 9GB)

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-24 Thread Dmitry Torokhov
On Tue, Mar 24, 2015 at 10:25:13AM +, Santiago Gala wrote: I can't compile the kernel in this laptop, sorry, I tried but couln't complete: it requires too much free disk (more than 9GB) and the SSD is very small. If there is a way (I have not found it even though I know that dkms

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-24 Thread Hans de Goede
Hi, On 23-03-15 18:02, Pali Rohár wrote: On Monday 23 March 2015 12:39:48 Hans de Goede wrote: Hi, On 22-03-15 14:46, Pali Rohár wrote: This patch adds detection of trackstick for v7 protocol devices. Code in this patch is used in official Dell touchpad linux drivers for Dell models: Dell

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-23 Thread Hans de Goede
Hi, On 22-03-15 14:46, Pali Rohár wrote: This patch adds detection of trackstick for v7 protocol devices. Code in this patch is used in official Dell touchpad linux drivers for Dell models: Dell Latitude E5250/5250, E5450/5450, E5550/5550 Detection code and base reg for alps v3 rushmore and v7

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-23 Thread Pali Rohár
On Monday 23 March 2015 12:39:48 Hans de Goede wrote: Hi, On 22-03-15 14:46, Pali Rohár wrote: This patch adds detection of trackstick for v7 protocol devices. Code in this patch is used in official Dell touchpad linux drivers for Dell models: Dell Latitude E5250/5250, E5450/5450,

[PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-22 Thread Pali Rohár
This patch adds detection of trackstick for v7 protocol devices. Code in this patch is used in official Dell touchpad linux drivers for Dell models: Dell Latitude E5250/5250, E5450/5450, E5550/5550 Detection code and base reg for alps v3 rushmore and v7 devices is exacly same. Also user in bug