From victor@alf.dyndns.ws  Mon Jul  7 09:41:53 2003
Return-Path: <victor@alf.dyndns.ws>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6609C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jul 2003 09:41:53 -0700 (PDT)
Received: from alf.dyndns.ws (244.Red-217-126-240.pooles.rima-tde.net [217.126.240.244])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE2843F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jul 2003 09:41:51 -0700 (PDT)
	(envelope-from victor@alf.dyndns.ws)
Received: from alf.euesrg02.net (localhost [127.0.0.1])
	by alf.euesrg02.net (8.12.6p2/8.12.8) with ESMTP id h67FZZR2087951
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 7 Jul 2003 17:35:35 +0200 (CEST)
	(envelope-from victor@alf.euesrg02.net)
Received: (from victor@localhost)
	by alf.euesrg02.net (8.12.6p2/8.12.8/Submit) id h67FZYZH087950;
	Mon, 7 Jul 2003 17:35:34 +0200 (CEST)
Message-Id: <200307071535.h67FZYZH087950@alf.euesrg02.net>
Date: Mon, 7 Jul 2003 17:35:34 +0200 (CEST)
From: Victor Balada Diaz <victor@alf.dyndns.ws>
Reply-To: Victor Balada Diaz <victor@alf.dyndns.ws>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] touchpad doesn't work on some Acer and Toshiba latops
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54188
>Category:       kern
>Synopsis:       [PATCH] touchpad doesn't work on some Acer and Toshiba latops
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 09:50:11 PDT 2003
>Closed-Date:    Fri Jul 16 22:05:25 GMT 2004
>Last-Modified:  Fri Jul 16 22:05:25 GMT 2004
>Originator:     Victor Balada Diaz <victor@alf.dyndns.ws>
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD amnesiac.euesrg02.net 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Mon Jun 23 16:05:39 CEST 2003     victor@amnesiac.euesrg02.net:/usr/src/sys/i386/compile/MYKERNEL  i386

Machine: Acer Aspire 1403LC, Pentium 4 2000mhz, 512MB ram, 30GB HD, standar two buttons touchpad

	
>Description:
The touchpad is not detected.
	
>How-To-Repeat:
Try booting the system in some Acer Aspire notebook. 
	
>Fix:

	
Apply this patch to src/sys/isa/psm.c,v 1.55:

--- patch begins here ---
--- /usr/src/sys/isa/psm.c	Wed Apr 30 14:57:39 2003
+++ psm.c	Mon Jul  7 15:39:16 2003
@@ -626,6 +626,7 @@
 
     switch((i = test_aux_port(kbdc))) {
     case 1:	/* ignore this error */
+    case 2:	/* ignore this error */
     case PSM_ACK:
 	if (verbose)
 	    log(LOG_DEBUG, "psm%d: strange result for test aux port (%d).\n",
@@ -1009,9 +1010,11 @@
      * error code. Even if the controller HAS error with the aux port,
      * it will be detected later...
      * XXX: another incompatible controller returns PSM_ACK (0xfa)...
+     * XXX: Some Acer and Toshiba notebooks returns 2...
      */
     switch ((i = test_aux_port(sc->kbdc))) {
     case 1:	   /* ignore this error */
+    case 2:	   /* ignore this error */
     case PSM_ACK:
         if (verbose)
 	    printf("psm%d: strange result for test aux port (%d).\n",
--- patch ends here ---


>Release-Note:
>Audit-Trail:

From: v.oostveen@hccnet.nl
To: freebsd-gnats-submit@FreeBSD.org
Cc: victor@alf.dyndns.ws
Subject: Re: kern/54188:[PATCH] touchpad doesn't work on some Acer and Toshiba latops
Date: Fri, 19 Sep 2003 16:35:24 UT

 This is a multi-part message in MIME format.
 
 --_----------=_1063989324204133
 Content-Disposition: inline
 Content-Length: 398
 Content-Transfer-Encoding: binary
 Content-Type: text/plain
 
 i like to follow up on this bugreport.
 
 the touchpad on my compal (a)cl-10 notebook has the same
 problem and the same patch fixes the problem.
 
 i also never had problems with the patch on my other freebsd
 system. (i apply the patch to a central cvs)
 
 if the patch is problem-free for other people as well, so
 it could be included in the current and/or stable.
 
 regards,
 Bas van Oostveen
 --_----------=_1063989324204133--
 
State-Changed-From-To: open->closed 
State-Changed-By: mux 
State-Changed-When: Fri Jul 16 22:02:04 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54188 
>Unformatted:
