From owner-freebsd-usb@FreeBSD.ORG Wed Mar 3 03:28:32 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D626106566C; Wed, 3 Mar 2010 03:28:32 +0000 (UTC) (envelope-from steven@uplinklabs.net) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 29C918FC08; Wed, 3 Mar 2010 03:28:31 +0000 (UTC) Received: by pwj1 with SMTP id 1so653340pwj.13 for ; Tue, 02 Mar 2010 19:28:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.196.18 with SMTP id t18mr3253271wff.240.1267585120627; Tue, 02 Mar 2010 18:58:40 -0800 (PST) In-Reply-To: <201003022327.36420.hselasky@c2i.net> References: <201003020759.o227xItm073609@www.freebsd.org> <201003022327.36420.hselasky@c2i.net> Date: Tue, 2 Mar 2010 18:58:40 -0800 Message-ID: From: Steven Noonan To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/144414: Apple "Fn" key doesn't work properly X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2010 03:28:32 -0000 On Tue, Mar 2, 2010 at 2:27 PM, Hans Petter Selasky wrote: > On Tuesday 02 March 2010 08:59:18 Steven Noonan wrote: >> usb/144414 >> > > Please try the following patch: > > http://perforce.freebsd.org/chv.cgi?CH=175283 > > Thanks for dumping the HID descriptors. > > --HPS > I tried the patch (and included rev 175284's bugfix). No luck, it still doesn't behave as expected. Here's the dmesg output for Fn+Backspace: ukbd_intr_callback:547: actlen=8 bytes ukbd_intr_callback:590: apple_eject=0 apple_fn=0 ukbd_intr_callback:597: [5] = 1 ukbd_put_key:312: 0x01 (1) pressed ukbd_intr_callback:547: actlen=8 bytes ukbd_intr_callback:590: apple_eject=0 apple_fn=0 ukbd_intr_callback:597: [0] = 42 ukbd_intr_callback:597: [5] = 1 ukbd_put_key:312: 0x2a (42) pressed ukbd_intr_callback:547: actlen=8 bytes ukbd_intr_callback:590: apple_eject=0 apple_fn=0 ukbd_intr_callback:597: [5] = 1 ukbd_put_key:312: 0x42a (1066) released ukbd_intr_callback:547: actlen=8 bytes ukbd_intr_callback:590: apple_eject=0 apple_fn=0 ukbd_put_key:312: 0x401 (1025) released - Steven