MFC r205804
Do not swap Apple keys when detecting Apple-FN keyboards. Reported by: Steven Noonan Submitted by: Hans Petter Selasky
This commit is contained in:
parent
b98a28f662
commit
5c446ec532
@ -903,8 +903,7 @@ ukbd_attach(device_t dev)
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user