summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
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);