diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2010-04-06 23:30:57 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2010-04-06 23:30:57 +0000 |
| commit | 6b6aaa9fcd90ae5ff1006a1add9d2dd8b17fddbd (patch) | |
| tree | 9f264b171ea97c70c207439f5dc13db1503f67c7 /sys/dev/usb/input | |
| parent | 3224ea55bbc4f619bbb69576a3d5a209a8252c95 (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 22539047b16e..47c6f889fe6e 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -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; |
