PERFORCE change 176177 for review

Hans Petter Selasky hselasky at freebsd.org
Sat Mar 27 23:22:16 UTC 2010


On Saturday 27 March 2010 23:18:20 Garrett Cooper wrote:
> On Mar 27, 2010, at 2:09 PM, Hans Petter Selasky wrote:
> > http://p4web.freebsd.org/chv.cgi?CH=176177
> >
> > Change 176177 by hselasky at hselasky_laptop001 on 2010/03/27 21:09:02
> >
> > 	USB input:
> > 		- fix wrongly swapping of keys on Apple keyboards.
> > 		- reported by: Steven Noonan
> >
> > Affected files ...
> >
> > .. //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#48 edit
> >
> > Differences ...
> >
> > ==== //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#48 (text+ko) ====
> >
> > @@ -896,8 +896,7 @@
> > 		    hid_input, 0, &sc->sc_loc_apple_fn, &flags,
> > 		    &temp_id)) {
> > 			if (flags & HIO_VARIABLE)
> > -				sc->sc_flags |= UKBD_FLAG_APPLE_FN |
> > -				    UKBD_FLAG_APPLE_SWAP;
> > +				sc->sc_flags |= UKBD_FLAG_APPLE_FN;
> > 			DPRINTFN(1, "Found Apple FN-key\n");
> > 			apple_keys = 1;
> > 			sc->sc_kbd_id = temp_id;
> 
> 	My apple keyboards work fine on FreeBSD (just not linux... hehe). What was
>  the full description of the problem here? Thanks,
> -Garrett
> 

See "usb/144414".

--HPS


More information about the p4-projects mailing list