Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2015-01-08 Thread Pali Rohár
On Wednesday 24 December 2014 08:48:42 Pali Rohár wrote: > On Saturday 20 December 2014 09:53:38 Pali Rohár wrote: > > On Tuesday 16 December 2014 12:58:20 Pali Rohár wrote: > > > On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: > > > > Hi Pali, > > > > > > > > On Fri, Nov 14, 2014 at

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2015-01-08 Thread Pali Rohár
On Wednesday 24 December 2014 08:48:42 Pali Rohár wrote: On Saturday 20 December 2014 09:53:38 Pali Rohár wrote: On Tuesday 16 December 2014 12:58:20 Pali Rohár wrote: On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: Hi Pali, On Fri, Nov 14, 2014 at 08:38:20PM +0100,

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-23 Thread Pali Rohár
On Saturday 20 December 2014 09:53:38 Pali Rohár wrote: > On Tuesday 16 December 2014 12:58:20 Pali Rohár wrote: > > On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: > > > Hi Pali, > > > > > > On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: > > > > On some laptops after

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-23 Thread Pali Rohár
On Saturday 20 December 2014 09:53:38 Pali Rohár wrote: On Tuesday 16 December 2014 12:58:20 Pali Rohár wrote: On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: Hi Pali, On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: On some laptops after starting them from

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-20 Thread Pali Rohár
On Tuesday 16 December 2014 12:58:20 Pali Rohár wrote: > On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: > > Hi Pali, > > > > On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: > > > On some laptops after starting them from off state (not > > > after reboot), function

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-20 Thread Pali Rohár
On Tuesday 16 December 2014 12:58:20 Pali Rohár wrote: On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: Hi Pali, On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: On some laptops after starting them from off state (not after reboot), function

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-16 Thread Pali Rohár
On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: > Hi Pali, > > On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: > > On some laptops after starting them from off state (not > > after reboot), function alps_probe_trackstick_v3() (called > > from function alps_identify()) does

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-16 Thread Pali Rohár
On Tuesday 16 December 2014 06:02:34 Dmitry Torokhov wrote: Hi Pali, On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: On some laptops after starting them from off state (not after reboot), function alps_probe_trackstick_v3() (called from function alps_identify()) does not

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-15 Thread Dmitry Torokhov
Hi Pali, On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: > On some laptops after starting them from off state (not after reboot), > function > alps_probe_trackstick_v3() (called from function alps_identify()) does not > detect trackstick. To fix this problem we need to reset device.

Re: [PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-12-15 Thread Dmitry Torokhov
Hi Pali, On Fri, Nov 14, 2014 at 08:38:20PM +0100, Pali Rohár wrote: On some laptops after starting them from off state (not after reboot), function alps_probe_trackstick_v3() (called from function alps_identify()) does not detect trackstick. To fix this problem we need to reset device. But

[PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-11-14 Thread Pali Rohár
On some laptops after starting them from off state (not after reboot), function alps_probe_trackstick_v3() (called from function alps_identify()) does not detect trackstick. To fix this problem we need to reset device. But function alps_identify() is called also from alps_detect() and we do not

[PATCH 1/7] input: alps: Set correct name of psmouse device in alps_init()

2014-11-14 Thread Pali Rohár
On some laptops after starting them from off state (not after reboot), function alps_probe_trackstick_v3() (called from function alps_identify()) does not detect trackstick. To fix this problem we need to reset device. But function alps_identify() is called also from alps_detect() and we do not