diff options
Diffstat (limited to 'isys')
-rw-r--r-- | isys/devnodes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c index 83d1fab5b..8b98e9c9a 100644 --- a/isys/devnodes.c +++ b/isys/devnodes.c @@ -41,6 +41,10 @@ static struct devnum devices[] = { { "fd0", 2, 0, 0 }, { "fd1", 2, 1, 0 }, { "gscd", 16, 0, 0 }, + { "input/mouse0", 13, 32, 1 }, + { "input/mouse1", 13, 33, 1 }, + { "input/mouse2", 13, 34, 1 }, + { "input/mouse3", 13, 35, 1 }, { "lp0", 6, 0, 1 }, { "lp1", 6, 1, 1 }, { "lp2", 6, 2, 1 }, |