From owner-freebsd-current@FreeBSD.ORG Sun May 21 21:38:38 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FA416A448 for ; Sun, 21 May 2006 21:38:38 +0000 (UTC) (envelope-from psionic@csh.rit.edu) Received: from whitefox.csh.rit.edu (whitefox.csh.rit.edu [129.21.60.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6307D43D46 for ; Sun, 21 May 2006 21:38:36 +0000 (GMT) (envelope-from psionic@csh.rit.edu) Received: from localhost (localhost [127.0.0.1]) by whitefox.csh.rit.edu (Postfix) with ESMTP id F2FF1114A2; Sun, 21 May 2006 17:38:42 -0400 (EDT) Received: from whitefox.csh.rit.edu ([127.0.0.1]) by localhost (whitefox.csh.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24821-07; Sun, 21 May 2006 17:38:42 -0400 (EDT) Received: from fury.csh.rit.edu (fury.csh.rit.edu [129.21.60.5]) by whitefox.csh.rit.edu (Postfix) with ESMTP id 88D6C11492; Sun, 21 May 2006 17:38:42 -0400 (EDT) Received: from fury.csh.rit.edu (localhost [127.0.0.1]) by fury.csh.rit.edu (Postfix) with ESMTP id A36321525; Sun, 21 May 2006 17:38:34 -0400 (EDT) To: Peter Carah In-reply-to: <44708FA0.9060204@altadena.net> References: <20060507080835.A58C615BD@fury.csh.rit.edu> <44708FA0.9060204@altadena.net> Comments: In-reply-to Peter Carah message dated "Sun, 21 May 2006 12:04:48 -0400." Date: Sun, 21 May 2006 17:38:34 -0400 From: Jordan Sissel Message-Id: <20060521213834.A36321525@fury.csh.rit.edu> X-Virus-Scanned: amavisd-new at csh.rit.edu Cc: psionic@csh.rit.edu, current@freebsd.org Subject: Re: [patch] new moused and psm patchset X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 21:38:42 -0000 On 21 May 2006 at 12:04, Peter Carah wrote: > Jordan Sissel wrote: > > I need some folks to test and criticize my work thus far for a > > replacement mouse input system. > > > > I fixed this to apply to 6-stable with only a little trouble (I have a laptop > with synaptics pad that is unpleasant to use with the current driver...) > Once I figured out that I needed TWO modules (synaptics and sysmouse) in > moused, and modified /etc/rc.d/moused to not use incompatible args - the other > guy's reply about ignoring -p and such DO matter :-) things worked pretty well. > Thunderbird will not extend a selection and PAN has trouble with scroll bars > in very full newsgroups. > > I can try to get a 6.x version of the patchset; AFAIK the main work that > remains all goes into moused... > > style(9), Giant aren't my department (yet). > My kernel-fu is weak too :-( (though I have to do some kernel tweaks for linux > at work in the next week or so; it may get better.) > > I can use the uhid driver too (laptop doesn't have an external ps2 connector). > > The alps pad is very common. Fortunately most pads should at least work with > generic. > Cool! I actually use this on my laptop that runs 6.x. It was developed against 6.x (started with 5.3 though), so having it work in 6.xland should be simple. ALPS is on my list of drivers to port up from the old mouse stuff. I don't have any hardware that uses it though, so I'll table it until I have something. I'm hoping to have a new patchset with more features available for testing in a few weeks. I'm in the middle of moving and finishing school so I don't have time to write much code. Patches are welcome, if you want to write any. If you have perforce access, you can pull the latest versions of my code from the freebsd perforce depot: //depot/user/jls Thanks for helping to test this! -Jordan