Skip site navigation (1)Skip section navigation (2)
Date:      21 Feb 2003 05:54:58 -0000
From:      Mark Diekhans <markd@kermodei.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/48516: add support of Dell PS/2 mouse port
Message-ID:  <20030221055458.27062.qmail@osprey.kermodei.com>

next in thread | raw e-mail | index | archive | help

>Number:         48516
>Category:       i386
>Synopsis:       add support of Dell PS/2 mouse port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 22:00:24 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Diekhans <markd@kermodei.com>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
UCSC
>Environment:
System: FreeBSD harrier.kermodei.com 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Wed Feb 19 20:55:13 PST 2003 markd@harrier.kermodei.com:/usr/src/sys/i386/compile/X200 i386
        Dell Latitude X200
>Description:
	psm does not recognize the PS/2 mouse port
>How-To-Repeat:
        
>Fix:
  Apply the enclosed path to sys/isa/psm.c.  Patch was obtained from 
http://www.running-dog.net/bsd/x200/.

--- sys/isa/psm.c.ORG	Tue Feb 11 00:35:59 2003
+++ sys/isa/psm.c	Tue Feb 11 00:37:45 2003
@@ -2874,6 +2874,7 @@
 	{ 0x0290d94d, "SONY VAIO PS/2 mouse port"},	/* SNY9002, Vaio */
 	{ 0x0390d94d, "SONY VAIO PS/2 mouse port"},	/* SNY9003, Vaio */
 	{ 0x0490d94d, "SONY VAIO PS/2 mouse port"},     /* SNY9004, Vaio */
+ 	{ 0x02002e4f, "Dell PS/2 mouse port"},          /* ???, Dell */
 	{ 0 }
 };
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030221055458.27062.qmail>