From owner-freebsd-ppc@FreeBSD.ORG Fri Mar 29 23:01:05 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C514F27 for ; Fri, 29 Mar 2013 23:01:05 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2B937EF2 for ; Fri, 29 Mar 2013 23:01:04 +0000 (UTC) Received: from kruse-124.4.ixsystems.com (drawbridge.ixsystems.com [206.40.55.65]) by elvis.mu.org (Postfix) with ESMTPSA id 194961A3C39; Fri, 29 Mar 2013 15:51:09 -0700 (PDT) Message-ID: <51561ACC.3010600@mu.org> Date: Fri, 29 Mar 2013 15:50:52 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org, Justin Hibbits Subject: Re: questions about adb_mouse on 9-stable. References: <513E142D.50404@ixsystems.com> <513E1DCE.4090002@ixsystems.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 23:01:05 -0000 On 3/29/13 2:54 PM, Justin Hibbits wrote: > Hey Alfred, > > On Mon, Mar 11, 2013 at 11:09 AM, Alfred Perlstein wrote: > >> On 3/11/13 10:34 AM, Justin Hibbits wrote: >> >>> Hey Alfred, >>> >>> >>> On Mon, Mar 11, 2013 at 10:28 AM, Alfred Perlstein >>> wrote: >>> Hello freebsd-ppc & Nathan! >>>> I have FreeBSD ppc working on a g4 macbookpro 12in. >>>> >>>> It works pretty awesome. >>>> >>>> The only nit I have is the mouse has a funny bug where after I hit a >>>> mouse >>>> button, then the keyboard is unresponsive until I touch the trackpad to >>>> move the mouse. I'm wondering if there's a fix in place for this? >>>> >>>> Yup, I filed a PR for this. The keyboard is unresponsive because it >>> thinks >>> the mouse button is still down. My experience was only in X, but it may >>> also be on the console (PR powerpc/161045). >>> >> Thanks Justin. I am seeing the same behavior, even on the console. >> > You may be able to test this before I get some time. Can you try booting > NetBSD and see if you observe the same behavior? I'm going to diff the driver as well, I'll let you know. -Alfred