summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-02-23 23:59:44 +0000
committerJeremy Katz <katzj@redhat.com>2004-02-23 23:59:44 +0000
commit937db6ffe6ba962c4db444d22c2fd79ddec55daf (patch)
tree145fa4be8375406cbc62c466fe284fd1c364103f
parentd60cb4617de852f8afc359a86c27331454079d2b (diff)
downloadanaconda-937db6ffe6ba962c4db444d22c2fd79ddec55daf.tar.gz
anaconda-937db6ffe6ba962c4db444d22c2fd79ddec55daf.tar.xz
anaconda-937db6ffe6ba962c4db444d22c2fd79ddec55daf.zip
more device nodes because they were temporarily useful to me...
-rw-r--r--isys/devnodes.c4
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 },