Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-28 Thread Thomas Renninger
On Mon, 2007-02-26 at 09:34 -0500, Dmitry Torokhov wrote: Hi Thomas, On 2/26/07, Thomas Renninger [EMAIL PROTECTED] wrote: On Thu, 2007-02-22 at 10:02 -0500, Dmitry Torokhov wrote: Hope this makes sense (I must admit it makes little sense to me ;) ). Same for me at the beginning.

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-26 Thread Thomas Renninger
On Thu, 2007-02-22 at 10:02 -0500, Dmitry Torokhov wrote: On 2/22/07, Thomas Renninger [EMAIL PROTECTED] wrote: When adding the .shutdown workaround I went down and realized it must be this: psmouse_set_state(psmouse, PSMOUSE_CMD_MODE); or this:

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-26 Thread Dmitry Torokhov
Hi Thomas, On 2/26/07, Thomas Renninger [EMAIL PROTECTED] wrote: On Thu, 2007-02-22 at 10:02 -0500, Dmitry Torokhov wrote: Hope this makes sense (I must admit it makes little sense to me ;) ). Same for me at the beginning. I tracked two of the HP problems (wrong temperature, wrong _PPC

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-22 Thread Thomas Renninger
On Wed, 2007-02-21 at 12:26 -0500, Dmitry Torokhov wrote: On 2/21/07, Thomas Renninger [EMAIL PROTECTED] wrote: Hi, I like to ask for inclusion into stable series for these. The original patch from Dmitry can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=7689 comment

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-22 Thread Dmitry Torokhov
On 2/22/07, Thomas Renninger [EMAIL PROTECTED] wrote: When adding the .shutdown workaround I went down and realized it must be this: psmouse_set_state(psmouse, PSMOUSE_CMD_MODE); or this: psmouse_set_state(psmouse, PSMOUSE_IGNORE); as I added the stuff in serio.c, I didn't