diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-12 01:43:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-12 01:43:32 +0000 |
commit | 54f697660279504e5941bea60659be9d38ff66c0 (patch) | |
tree | da0719a908e2284823cba58d18a37ce7d9274ed5 /sys/dev/hil/files.hil | |
parent | de674f3b4b6760f9776f2e61276ef6527e4e1c61 (diff) |
A simple driver for HIL mice and tablets. Most of the work being already
done by the loop, this is mostly an HIL packet decoding routine.
Diffstat (limited to 'sys/dev/hil/files.hil')
-rw-r--r-- | sys/dev/hil/files.hil | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/hil/files.hil b/sys/dev/hil/files.hil index 82dba23b5c7..c78f9155f77 100644 --- a/sys/dev/hil/files.hil +++ b/sys/dev/hil/files.hil @@ -1,4 +1,4 @@ -# $OpenBSD: files.hil,v 1.1 2003/02/11 19:39:30 miod Exp $ +# $OpenBSD: files.hil,v 1.2 2003/02/12 01:43:31 miod Exp $ # # Configuration file for machine-independent HIL code. # @@ -11,6 +11,6 @@ attach hilkbd at hil file dev/hil/hilkbd.c hilkbd needs-flag file dev/hil/hilkbdmap.c hilkbd -#device hilms: wsmousedev -#attach hilms at hil -#file dev/hil/hilms.c hilms needs-flag +device hilms: wsmousedev +attach hilms at hil +file dev/hil/hilms.c hilms needs-flag |