Re: [PATCH 6/6] Input: ALPS - mix trackstick and external PS/2 mouse data

2015-01-18 Thread Pali Rohár
On Wednesday 14 January 2015 23:55:54 Dmitry Torokhov wrote: + dev3 = input_allocate_device(); + if (!dev3) { + psmouse_err(psmouse, failed to alolocate secondary device\n); allocate + error =

Re: [PATCH 6/6] Input: ALPS - mix trackstick and external PS/2 mouse data

2015-01-15 Thread Pali Rohár
On Wednesday 14 January 2015 23:55:54 Dmitry Torokhov wrote: From: Pali Rohár pali.ro...@gmail.com Previously dev2 device was used for both external PS/2 mouse and internal trackstick device (if available). This change introduces dev3 device which is used for external PS/2 mouse data and

Re: [PATCH 6/6] Input: ALPS - mix trackstick and external PS/2 mouse data

2015-01-15 Thread Dmitry Torokhov
On Thu, Jan 15, 2015 at 09:34:51PM +0100, Pali Rohár wrote: On Wednesday 14 January 2015 23:55:54 Dmitry Torokhov wrote: From: Pali Rohár pali.ro...@gmail.com Previously dev2 device was used for both external PS/2 mouse and internal trackstick device (if available). This change

[PATCH 6/6] Input: ALPS - mix trackstick and external PS/2 mouse data

2015-01-14 Thread Dmitry Torokhov
From: Pali Rohár pali.ro...@gmail.com Previously dev2 device was used for both external PS/2 mouse and internal trackstick device (if available). This change introduces dev3 device which is used for external PS/2 mouse data and dev2 is now used only for trackstick. In case that trackstick is not