From owner-p4-projects@FreeBSD.ORG Sat Mar 27 22:18:25 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EBFB21065670; Sat, 27 Mar 2010 22:18:24 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B03FC106564A for ; Sat, 27 Mar 2010 22:18:24 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iw0-f183.google.com (mail-iw0-f183.google.com [209.85.223.183]) by mx1.freebsd.org (Postfix) with ESMTP id 7199D8FC12 for ; Sat, 27 Mar 2010 22:18:24 +0000 (UTC) Received: by iwn13 with SMTP id 13so7597987iwn.14 for ; Sat, 27 Mar 2010 15:18:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=jehNFBlMi9cxfuxI3jBJTOmrLO76XTIbz/ANbNbUQns=; b=NaffhZ6+IR7JLHypIOjliVrsRD9r5GV0QirGp8F1iGANFlyUi8MG0wrkrerZKaU8WI hkgbka8ZtHB842Mf4FUpMAWfo7GupAO6HFifWfELalayUfVqR5jdjYmMmzjFirHLuj56 9lozpdYu9c1lfRNAV/l49HrMdacfg5scJ5lTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=O1C0UxvsQhHjLKV0dgORG4HlMEhTymNL2s9ZCmkqFNaEoXLnQV41yBoSNdz7SmXo4o EhaMvjLT2d4iwbhwpJY6DnrlxcIdalX+t6BZTbzwUPohR7Nr05p3Xb5caU2jYI9kz/Ij awp/3Xh1bfiQ9Sg0lKz/B5livOI/Ib5oHnDL0= Received: by 10.231.154.77 with SMTP id n13mr1467358ibw.11.1269728303487; Sat, 27 Mar 2010 15:18:23 -0700 (PDT) Received: from [192.168.0.204] (deviant.freebsdgirl.com [173.8.183.73]) by mx.google.com with ESMTPS id co35sm2148012ibb.20.2010.03.27.15.18.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 27 Mar 2010 15:18:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <201003272109.o2RL9oCK000388@repoman.freebsd.org> Date: Sat, 27 Mar 2010 15:18:20 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201003272109.o2RL9oCK000388@repoman.freebsd.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1077) Cc: Perforce Change Reviews Subject: Re: PERFORCE change 176177 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 22:18:25 -0000 On Mar 27, 2010, at 2:09 PM, Hans Petter Selasky wrote: > http://p4web.freebsd.org/chv.cgi?CH=3D176177 >=20 > Change 176177 by hselasky@hselasky_laptop001 on 2010/03/27 21:09:02 >=20 > USB input: > - fix wrongly swapping of keys on Apple keyboards. > - reported by: Steven Noonan >=20 > Affected files ... >=20 > .. //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#48 edit >=20 > Differences ... >=20 > =3D=3D=3D=3D //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#48 = (text+ko) =3D=3D=3D=3D >=20 > @@ -896,8 +896,7 @@ > hid_input, 0, &sc->sc_loc_apple_fn, &flags, > &temp_id)) { > if (flags & HIO_VARIABLE) > - sc->sc_flags |=3D UKBD_FLAG_APPLE_FN | > - UKBD_FLAG_APPLE_SWAP; > + sc->sc_flags |=3D UKBD_FLAG_APPLE_FN; > DPRINTFN(1, "Found Apple FN-key\n"); > apple_keys =3D 1; > sc->sc_kbd_id =3D temp_id; My apple keyboards work fine on FreeBSD (just not linux... = hehe). What was the full description of the problem here? Thanks, -Garrett=