From 584e8892fc5b030b9ee9077fe3a4f5e39bd98034 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 20 Jun 2004 23:24:55 +0000 Subject: smoother mouse data: sort fields --- perl-install/standalone/harddrake2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/standalone/harddrake2') 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); -- cgit v1.2.1