Re: PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-15 Thread Dmitry Torokhov
Hi, sorry, couple of more things (and I promise I will shut up ;)) > /* > + * Try to initialize the IBM TrackPoint > + */ > + if (max_proto > PSMOUSE_PS2 && trackpoint_init(psmouse) == 0) { > + psmouse->vendor = "IBM"; > + psmouse->name = "TrackPoint"; > + > +

Re: PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-15 Thread Stephen Evanchik
On Tue, 15 Feb 2005 15:16:18 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > Stephen, if you fix the above, and send me the patch, I'll merge it, > there isn't any other problem with it. Ok, more descriptive names, I noticed that psmouse->disconnect wasn't being called when my laptop suspende

Re: PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-15 Thread Vojtech Pavlik
On Sun, Feb 13, 2005 at 08:31:01PM -0500, Dmitry Torokhov wrote: > On Sunday 13 February 2005 19:32, Stephen Evanchik wrote: > > Here is the latest IBM TrackPoint patch. I believe I made all of the > > necessary changes in this release including the removal of the > > middle-to-scroll functionality

Re: PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-13 Thread Dmitry Torokhov
On Sunday 13 February 2005 19:32, Stephen Evanchik wrote: > Here is the latest IBM TrackPoint patch. I believe I made all of the > necessary changes in this release including the removal of the > middle-to-scroll functionality. One item I didn't address was a > comment about checking the return cod

PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-13 Thread Stephen Evanchik
Here is the latest IBM TrackPoint patch. I believe I made all of the necessary changes in this release including the removal of the middle-to-scroll functionality. One item I didn't address was a comment about checking the return code of ps2_command .. I looked at other usages and it wasn't clear