Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267137AbTGGRSC (ORCPT ); Mon, 7 Jul 2003 13:18:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267139AbTGGRSC (ORCPT ); Mon, 7 Jul 2003 13:18:02 -0400 Received: from smtp805.mail.sc5.yahoo.com ([66.163.168.184]:6930 "HELO smtp805.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S267137AbTGGRSA (ORCPT ); Mon, 7 Jul 2003 13:18:00 -0400 From: Dmitry Torokhov To: Peter Berg Larsen Subject: Re: [PATCH] Synaptics: support for pass-through port (stick) Date: Mon, 7 Jul 2003 12:34:02 -0500 User-Agent: KMail/1.5.1 Cc: linux-kernel@vger.kernel.org, Vojtech Pavlik References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307071234.02595.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 894 Lines: 31 On Monday 07 July 2003 06:44 am, Peter Berg Larsen wrote: > On Sun, 6 Jul 2003, Dmitry Torokhov wrote: > > + /* adjust the touchpad to child's choice of protocol */ > > + child = port->private; > > + if (child && child->type >= PSMOUSE_GENPS) { > > Not type > PSMOUSE_GENPS ? > We have this code in psmouse-base.c ... if (psmouse->pktcnt == 3 + (psmouse->type >= PSMOUSE_GENPS)) { psmouse_process_packet(psmouse, regs); psmouse->pktcnt = 0; goto out; } ..or am I misreading it? I will check what can be done with 0xAA 0x00 before we decide to rescan later this evening. 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/