From owner-freebsd-current Fri Jan 31 8:40:56 2003 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 8F62237B405 for ; Fri, 31 Jan 2003 08:40:54 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id E427E43FA3 for ; Fri, 31 Jan 2003 08:40:52 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 22894 invoked by uid 0); 31 Jan 2003 16:40:51 -0000 Received: from p508E5D18.dip.t-dialin.net (HELO galatea.local) (80.142.93.24) by mail.gmx.net (mp010-rz3) with SMTP; 31 Jan 2003 16:40:51 -0000 Received: from tmm by galatea.local with local (Exim 4.12 #1) id 18eeFy-0000ev-00; Fri, 31 Jan 2003 17:43:10 +0100 Date: Fri, 31 Jan 2003 17:43:09 +0100 From: Thomas Moestl To: Jason Cc: freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: psm not working on Toshiba 1905-s301 and 5.0 Release Message-ID: <20030131164309.GA80488@crow.dom2ip.de> Mail-Followup-To: Jason , freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG References: <44755.208.59.233.179.1044025228.squirrel@webmail.tcpipbitch.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44755.208.59.233.179.1044025228.squirrel@webmail.tcpipbitch.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2003/01/31 at 10:00:28 -0500, Jason wrote: > I searched the archives, found a few similair problems, and possible > resolutions, but none have worked for me. > > In windows, it is shown as an Alps Glidepoint on irq12, however fbsd > refuses to find it. > > The device.hints file shows the correct info. I ran acpidump, but was not > quite sure what to look for. (In one of the posts involving a sony with > similair problems, someone said to check for MOUE meant MOUSE> to get the ID to modify psm.c, but neither exist in acpidump > results) > > Any ideas? I have a Satellite 1110, ignoring port errors gets the glidepoint detection to work. To do this, add hint.psm.0.flags="0x1000" (or-ed with any other flags you might want) to your device.hints. On my notebook, that is not the only quirk this glidepoint has: it completely stops sending interrupts as soon as you stop to move the cursor for a bit. I have found no other solution to this problem but to poll the glidepoint - this as the obvious disadvantage of using up some CPU time (< 0.5%), making the mouse movement feel a bit jittery and occasionally missing some very fast klicks. Since I do not use the glidepoint overly much, I can live with that. If your notebook has that problem too, I can supply a patch. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message