From owner-freebsd-hackers Sat Aug 16 08:19:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA27087 for hackers-outgoing; Sat, 16 Aug 1997 08:19:01 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27081 for ; Sat, 16 Aug 1997 08:18:57 -0700 (PDT) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id AAA02499 for ; Sun, 17 Aug 1997 00:11:46 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (tJvsTXrrA6MvGevZk+PpDAWS4zEBPw4w@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id AAA05318 for ; Sun, 17 Aug 1997 00:11:42 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id AAA25850; Sun, 17 Aug 1997 00:17:35 +0900 (JST) Message-Id: <199708161517.AAA25850@zodiac.mech.utsunomiya-u.ac.jp> To: hackers@freebsd.org cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: extending mouse support Date: Sun, 17 Aug 1997 00:17:34 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been thinking about extending mouse support in FreeBSD, and have managed to write a set of patch files for 3.0-CURRENT to modify device drivers (psm, mse), `moused' and `sysmouse (syscons)' to take advantage of new features (such as a wheel) of recent mouse products. I have placed the patch files and documentation in ftp://ftp.freebsd.org/pub/FreeBSD/incoming, I also included the patch for XFree86 3.3. Details of modifications are described in NOTES in the tar file. I would be grateful if you could kindly try it and send me some comments. Kazu