summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:24:55 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:24:55 +0000
commit584e8892fc5b030b9ee9077fe3a4f5e39bd98034 (patch)
tree3e5ffe9e8e45d256422d8f12537303dc25fe1f2c /perl-install/standalone/harddrake2
parent2c092993254f440f2e04b2261fc89ae3015dc0ea (diff)
downloaddrakx-584e8892fc5b030b9ee9077fe3a4f5e39bd98034.tar
drakx-584e8892fc5b030b9ee9077fe3a4f5e39bd98034.tar.gz
drakx-584e8892fc5b030b9ee9077fe3a4f5e39bd98034.tar.bz2
drakx-584e8892fc5b030b9ee9077fe3a4f5e39bd98034.tar.xz
drakx-584e8892fc5b030b9ee9077fe3a4f5e39bd98034.zip
smoother mouse data: sort fields
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake25
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 7aa972cbc..d16e053ac 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -127,6 +127,11 @@ my %groups = (
N("Device") => [ qw(device devfs_device) ],
N("Partitions") => [ qw(primary_partitions extended_partitions) ],
},
+ MOUSE =>
+ {
+ N("Identification") => [ qw(name type MOUSETYPE XMOUSETYPE) ],
+ N("Features") => [ qw(EMULATEWHEEL nbuttons) ],
+ },
);
$groups{$_} = $groups{HARDDISK} foreach qw(BURNER CDROM DVDROM);