diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2010-03-28 20:07:08 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2010-03-28 20:07:08 +0000 |
| commit | 9e5d4aec14a32124871622adde2e889fee2375a2 (patch) | |
| tree | a549742dfcff6d59495105b11d948fee294e1f95 /sys/dev/usb/input | |
| parent | 79491ae83769479fe3cb51e321d2622a8f958254 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/input')
| -rw-r--r-- | sys/dev/usb/input/ukbd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index 399cd591b6a4..8584f8d505d0 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -896,8 +896,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; |
