From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] - add PNP IDs for FPI based touchscreens Date: Sun, 01 Oct 2006 21:47:39 +0100 Message-ID: <1159735659.13029.182.camel@localhost.localdomain> References: <20061001182738.GA17124@srcf.ucam.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:53148 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S932307AbWJAUWz (ORCPT ); Sun, 1 Oct 2006 16:22:55 -0400 In-Reply-To: <20061001182738.GA17124@srcf.ucam.org> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Matthew Garrett Cc: linux-serial@vger.kernel.org, rmk+serial@arm.linux.org.uk, linux-kernel@vger.kernel.org Ar Sul, 2006-10-01 am 19:27 +0100, ysgrifennodd Matthew Garrett: > The Compaq TC1000 and Fujitsu Stylistic range of tablet machines use > touchscreens from FPI. These are implemented as serial interfaces, > generally exposed in the ACPIPNP information on the system. This patch > adds them to the 8250_pnp driver tables, avoiding the need to mess > around with setserial to set them up. > > I haven't been able to confirm what FUJ02B5, FUJ02BA and FUJ02BB are. > FUJ02B1 refers to the controller for the system hotkeys. FUJ02BC appears > to be the last in the range - after this, they moved to Wacom-based > systems. > > Signed-off-by: Matthew Garrett Acked-by: Alan Cox This makes a lot of sense and will mean that people don't have to read the fpit driver docs to get X working. Alan