Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261318AbVBMXud (ORCPT ); Sun, 13 Feb 2005 18:50:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261320AbVBMXud (ORCPT ); Sun, 13 Feb 2005 18:50:33 -0500 Received: from smtp812.mail.sc5.yahoo.com ([66.163.170.82]:27736 "HELO smtp812.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S261318AbVBMXu3 (ORCPT ); Sun, 13 Feb 2005 18:50:29 -0500 From: Dmitry Torokhov To: Stephen Evanchik Subject: Re: [PATCH 2.6.11-rc3] IBM Trackpoint support Date: Sun, 13 Feb 2005 18:50:26 -0500 User-Agent: KMail/1.7.2 Cc: Vojtech Pavlik , linux-kernel@vger.kernel.org References: <200502032252.45309.dtor_core@ameritech.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502131850.27329.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 27 On Sunday 13 February 2005 14:13, Stephen Evanchik wrote: > On Thu, 3 Feb 2005 22:52:44 -0500, Dmitry Torokhov > wrote: > > OK, I have read the code once again, and saw that you have special > > handling within PS/2 protocol based on model constant. Please set > > psmouse type to PSMOUSE_TRACKPOINT instead of model and provide full > > protocol handler, like ALPS, Synaptics and Logitech do. Trackpoint > > is different and complex enough to warrant it. > > I'm not sure that I think a protocol handler is necessary unless I am > misunderstanding what you mean. The TrackPoint is nothing more than a > PS/2 mouse with 2 or 3 buttons that responds to an additional set of > commands. The extra handling has to do with middle-to-scroll which > could be done in userspace. > If middle-to-scroll is movd to userspace and there is no trackpoint- specific handling added to the "normal" psmouse handler then we don't need a new handler of course. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/