Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-11-01 Thread Pali Rohár
On Thursday 23 October 2014 17:44:04 Dmitry Torokhov wrote: > On Sun, Oct 19, 2014 at 01:07:41PM +0200, Pali Rohár wrote: > > On Wednesday 15 October 2014 20:22:56 Dmitry Torokhov wrote: > > > On Wed, Oct 15, 2014 at 08:10:39PM +0200, Pali Rohár wrote: > > > > On Wednesday 15 October 2014 20:00:11

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-23 Thread Dmitry Torokhov
On Sun, Oct 19, 2014 at 01:07:41PM +0200, Pali Rohár wrote: > On Wednesday 15 October 2014 20:22:56 Dmitry Torokhov wrote: > > On Wed, Oct 15, 2014 at 08:10:39PM +0200, Pali Rohár wrote: > > > On Wednesday 15 October 2014 20:00:11 Dmitry Torokhov wrote: > > > > On Wed, Oct 15, 2014 at 07:57:37PM +0

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-19 Thread Pali Rohár
On Wednesday 15 October 2014 20:22:56 Dmitry Torokhov wrote: > On Wed, Oct 15, 2014 at 08:10:39PM +0200, Pali Rohár wrote: > > On Wednesday 15 October 2014 20:00:11 Dmitry Torokhov wrote: > > > On Wed, Oct 15, 2014 at 07:57:37PM +0200, Pali Rohár wrote: > > > > On Wednesday 15 October 2014 19:43:15

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-15 Thread Dmitry Torokhov
On Wed, Oct 15, 2014 at 08:10:39PM +0200, Pali Rohár wrote: > On Wednesday 15 October 2014 20:00:11 Dmitry Torokhov wrote: > > On Wed, Oct 15, 2014 at 07:57:37PM +0200, Pali Rohár wrote: > > > On Wednesday 15 October 2014 19:43:15 Dmitry Torokhov wrote: > > > > On Wed, Oct 15, 2014 at 02:53:11PM +0

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-15 Thread Pali Rohár
On Wednesday 15 October 2014 20:00:11 Dmitry Torokhov wrote: > On Wed, Oct 15, 2014 at 07:57:37PM +0200, Pali Rohár wrote: > > On Wednesday 15 October 2014 19:43:15 Dmitry Torokhov wrote: > > > On Wed, Oct 15, 2014 at 02:53:11PM +0200, Pali Rohár wrote: > > > > On Tuesday 14 October 2014 08:08:34 D

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-15 Thread Dmitry Torokhov
On Wed, Oct 15, 2014 at 07:57:37PM +0200, Pali Rohár wrote: > On Wednesday 15 October 2014 19:43:15 Dmitry Torokhov wrote: > > On Wed, Oct 15, 2014 at 02:53:11PM +0200, Pali Rohár wrote: > > > On Tuesday 14 October 2014 08:08:34 Dmitry Torokhov wrote: > > > > On Fri, Oct 03, 2014 at 11:47:59AM +020

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-15 Thread Pali Rohár
On Wednesday 15 October 2014 19:43:15 Dmitry Torokhov wrote: > On Wed, Oct 15, 2014 at 02:53:11PM +0200, Pali Rohár wrote: > > On Tuesday 14 October 2014 08:08:34 Dmitry Torokhov wrote: > > > On Fri, Oct 03, 2014 at 11:47:59AM +0200, Hans de Goede wrote: > > > > Hi, > > > > > > > > Thanks for wor

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-15 Thread Dmitry Torokhov
On Wed, Oct 15, 2014 at 02:53:11PM +0200, Pali Rohár wrote: > On Tuesday 14 October 2014 08:08:34 Dmitry Torokhov wrote: > > On Fri, Oct 03, 2014 at 11:47:59AM +0200, Hans de Goede wrote: > > > Hi, > > > > > > Thanks for working on this! > > > > > > On 10/03/2014 11:43 AM, Pali Rohár wrote: > > >

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-15 Thread Pali Rohár
On Tuesday 14 October 2014 08:08:34 Dmitry Torokhov wrote: > On Fri, Oct 03, 2014 at 11:47:59AM +0200, Hans de Goede wrote: > > Hi, > > > > Thanks for working on this! > > > > On 10/03/2014 11:43 AM, Pali Rohár wrote: > > > On some systems after starting computer function > > > alps_identify() do

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-13 Thread Dmitry Torokhov
On Fri, Oct 03, 2014 at 11:47:59AM +0200, Hans de Goede wrote: > Hi, > > Thanks for working on this! > > On 10/03/2014 11:43 AM, Pali Rohár wrote: > > On some systems after starting computer function alps_identify() does not > > detect > > dual ALPS touchpad+trackstick device correctly and detec

Re: [PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-03 Thread Hans de Goede
Hi, Thanks for working on this! On 10/03/2014 11:43 AM, Pali Rohár wrote: > On some systems after starting computer function alps_identify() does not > detect > dual ALPS touchpad+trackstick device correctly and detect only touchpad. > > Resetting ALPS device before identifiying it fixing this

[PATCH 1/3] input: alps: Reset mouse before identifying it

2014-10-03 Thread Pali Rohár
On some systems after starting computer function alps_identify() does not detect dual ALPS touchpad+trackstick device correctly and detect only touchpad. Resetting ALPS device before identifiying it fixing this problem and both parts touchpad and trackstick are detected. Signed-off-by: Pali Rohár