diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-31 22:23:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-31 22:23:14 +0000 |
commit | d9ca1e4740c71597b0d59723725882c1b2faf547 (patch) | |
tree | 0f1c86b54e0ac35ebabafa894ea504cd51e42f35 /sys/dev/pckbc | |
parent | d602ed0e446009c66375a9bec37f600202796fdd (diff) |
switch wskbd hotkeys over to workq. this eliminates quite a bit of code,
so remove the option too. if you have audio and wskbd, you have hotkeys.
ok dlg
Diffstat (limited to 'sys/dev/pckbc')
-rw-r--r-- | sys/dev/pckbc/files.pckbc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pckbc/files.pckbc b/sys/dev/pckbc/files.pckbc index 4c60d9b9b42..7fba8a4e831 100644 --- a/sys/dev/pckbc/files.pckbc +++ b/sys/dev/pckbc/files.pckbc @@ -1,8 +1,8 @@ -# $OpenBSD: files.pckbc,v 1.5 2006/08/14 15:55:59 miod Exp $ +# $OpenBSD: files.pckbc,v 1.6 2007/05/31 22:23:13 tedu Exp $ # $NetBSD: files.pckbc,v 1.6 1999/01/23 16:05:56 drochner Exp $ # devices attached at pckbc, for use with wscons -device pckbd: wskbddev, wskbd_hotkey +device pckbd: wskbddev attach pckbd at pckbc file dev/pckbc/pckbd.c pckbd needs-flag file dev/pckbc/wskbdmap_mfii.c pckbd |