Re: pms: synaptics touchpad resume fix

2013-09-03 Thread Martin Pieuchot
On 02/09/13(Mon) 18:51, Stefan Sperling wrote: On Mon, Sep 02, 2013 at 02:32:50PM +0200, Martin Pieuchot wrote: You might also rely on the fact that if you have a sc-synaptics already allocated to try harder. Because in this case you know that you have a synaptic touchpad. That works.

pms: synaptics touchpad resume fix

2013-09-02 Thread Stefan Sperling
I've got a synaptics touchpad which is taking a relatively large amount of time to respond to the synaptics magic query during resume. pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics clickpad, firmware 8.0 The pms(4) driver gives up on it quickly, and then

Re: pms: synaptics touchpad resume fix

2013-09-02 Thread Martin Pieuchot
On 02/09/13(Mon) 11:44, Stefan Sperling wrote: I've got a synaptics touchpad which is taking a relatively large amount of time to respond to the synaptics magic query during resume. pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics clickpad, firmware

Re: pms: synaptics touchpad resume fix

2013-09-02 Thread Stefan Sperling
On Mon, Sep 02, 2013 at 02:32:50PM +0200, Martin Pieuchot wrote: You might also rely on the fact that if you have a sc-synaptics already allocated to try harder. Because in this case you know that you have a synaptic touchpad. That works. Here's a simpler diff that fixes my issue, too.

Re: pms: synaptics touchpad resume fix

2013-09-02 Thread Alexandr Shadchin
On Mon, Sep 02, 2013 at 06:51:36PM +0200, Stefan Sperling wrote: On Mon, Sep 02, 2013 at 02:32:50PM +0200, Martin Pieuchot wrote: You might also rely on the fact that if you have a sc-synaptics already allocated to try harder. Because in this case you know that you have a synaptic

Re: pms: synaptics touchpad resume fix

2013-09-02 Thread Stefan Sperling
On Tue, Sep 03, 2013 at 12:22:32AM +0600, Alexandr Shadchin wrote: Maybe it makes sense to try to increase the response time Changing these timeouts doesn't seem to make any difference. It's still retrying 3 or 4 times after resume, then works.