Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261494AbVCNNnE (ORCPT ); Mon, 14 Mar 2005 08:43:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261495AbVCNNnD (ORCPT ); Mon, 14 Mar 2005 08:43:03 -0500 Received: from wproxy.gmail.com ([64.233.184.207]:49626 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S261494AbVCNNkY (ORCPT ); Mon, 14 Mar 2005 08:40:24 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dy8lE7rVh7m5pDGWVm0ynoZrDIqyfK30PZ18Yoq1MlC8qsHFVxHaeALlPkwJmr0+8Cz8K7aF4zCTuWqBtwsmYRL35qBD6JjArtDsmR6kmKYLetknIzWlup6jLqwPia7rXfr21qW9Jv72W0sowWuuRK+FAlpLYTOUnc5+w/XDbaQ= Message-ID: Date: Mon, 14 Mar 2005 08:40:22 -0500 From: Stephen Evanchik Reply-To: Stephen Evanchik To: linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.11] IBM TrackPoint support Cc: Dmitry Torokhov In-Reply-To: <20050314081949.GA2309@ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050314081949.GA2309@ucw.cz> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 21 On Mon, 14 Mar 2005 13:19:56 +0100, Vojtech Pavlik wrote: > How much does it interpret the stream in non-transparent mode? Are > commands also passed through in soft transparent mode? > > I'm asking because we might want to implement a passthrough port > similarly to what the Synaptics driver does and allow extended protocol > mice to be connected to the external mouse port. I originally thought that I could implement something similar to the Synaptics driver. Unfortunately, while in transparent mode bytes are relayed unmodified with the TrackPoint controller disabled. In other words, no simultaneous usage. That doesn't mean extended protocol mice couldn't be supported in transparent mode however. I didn't find it particularly useful given the TrackPoint itself would be disabled. - 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/