From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aristeu Rozanski Subject: Re: [RFC] psmouse: add support for 4th button using the 4th bit Date: Tue, 3 Apr 2007 11:23:36 -0400 Message-ID: <20070403152336.GF14838@redhat.com> References: <20070402204810.GC14838@redhat.com> <20070403144243.GE14838@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: Dmitry Torokhov Cc: linux-input@atrey.karlin.mff.cuni.cz List-Id: linux-input@vger.kernel.org > That's unfortunate. BTW, is this your observation or did you ask > Cortron and this was their response? The customer got in touch with Cortron about this and Cortron told it's not possible to detect it. I can try talking with them to make sure it's the case. > You'd need to add something like this to psmouse_protocols[]: > > { > .type = PSMOUSE_CORTRON, > .name = "CortronPS/2", > .alias = "cortps", > .detect = cortron_detect, > }, > > and then model cortron_detect after ps2bare_detect (where you don't > actually detect anything, just force protocol). ok! Thanks, -- Aristeu