Date: Sat, 27 Mar 2010 15:18:20 -0700 From: Garrett Cooper <yanegomi@gmail.com> To: Hans Petter Selasky <hselasky@FreeBSD.org> Cc: Perforce Change Reviews <perforce@FreeBSD.org> Subject: Re: PERFORCE change 176177 for review Message-ID: <D853088A-3817-4EBE-9B94-F61276A71F2A@gmail.com> In-Reply-To: <201003272109.o2RL9oCK000388@repoman.freebsd.org> References: <201003272109.o2RL9oCK000388@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D853088A-3817-4EBE-9B94-F61276A71F2A>