summaryrefslogtreecommitdiffstats
path: root/perl-install/devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-04 03:16:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-04 03:16:07 +0000
commit9a458d72ade15d36550c31d06484f0c400200dba (patch)
tree179e5578faa39cc6db3da419f590853c86a68313 /perl-install/devices.pm
parentded2e3634359abc227f6bf9c378729dfb2ca09f1 (diff)
downloaddrakx-9a458d72ade15d36550c31d06484f0c400200dba.tar
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.gz
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.bz2
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.xz
drakx-9a458d72ade15d36550c31d06484f0c400200dba.zip
no_comment
Diffstat (limited to 'perl-install/devices.pm')
-rw-r--r--perl-install/devices.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm
index 1a84d84ae..b0be9577f 100644
--- a/perl-install/devices.pm
+++ b/perl-install/devices.pm
@@ -110,7 +110,8 @@ sub entry {
"sbpcd" => [ c::S_IFBLK(), 25, 0 ],
"sjcd" => [ c::S_IFBLK(), 18, 0 ],
"tty" => [ c::S_IFCHR(), 5, 0 ],
- "usbmouse"=> [ c::S_IFCHR(), 10, 32], #- aka hidbp-mse-0
+# "usbmouse"=> [ c::S_IFCHR(), 10, 32], #- aka hidbp-mse-0
+ "usbmouse"=> [ c::S_IFCHR(), 13, 32], #- aka /dev/usb/usbmouse0
"zero" => [ c::S_IFCHR(), 1, 5 ],
}}{$_} or die "unknown device $_" };
}