From owner-freebsd-usb@FreeBSD.ORG Wed Mar 3 08:48:19 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 47D9C1065678; Wed, 3 Mar 2010 08:48:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe15.swipnet.se [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id 799278FC5A; Wed, 3 Mar 2010 08:48:15 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=8-LOXV1aLNAA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=r_kkXxauAAAA:8 a=8kQB0OdkAAAA:8 a=6I5d2MoRAAAA:8 a=BMPnuv4I2n9DKo1YTb4A:9 a=iv6fcL0KN8zGfK_kLXAA:7 a=C6WonWq2_RjgCOqw7QN_5NaKbc0A:4 a=1C6itdonJusA:10 a=9aOQ2cSd83gA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 635736271; Wed, 03 Mar 2010 09:48:14 +0100 From: Hans Petter Selasky To: Steven Noonan Date: Wed, 3 Mar 2010 09:46:41 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201003020759.o227xItm073609@www.freebsd.org> In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003030946.41209.hselasky@c2i.net> 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 08:48:19 -0000 On Wednesday 03 March 2010 05:39:43 Steven Noonan wrote: > On Tue, Mar 2, 2010 at 7:35 PM, Steven Noonan wrote: > > On Tue, Mar 2, 2010 at 6:58 PM, Steven Noonan wrote: > >> 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: > >> Hi, Could you add a debug print to print out the 8 bytes of data in ukbd_intr_callback() (sys/dev/usb/input/ukbd.c) and figure out which bit corresponds to the fn key? --HPS