From 04306837f79906328028b24eb17a5b9f6f9eaeef Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Mar 2005 19:19:58 +0000 Subject: fix optical mice detection (#15082) --- perl-install/harddrake/data.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index c03550acb..1368e5dba 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -362,15 +362,6 @@ our @tree = checked_on_boot => 0, }, - { - class => "UPS", - string => N("UPS"), - icon => "ups.png", - configurator => "$sbindir/drakups", - detector => sub { f(detect_devices::getUPS()) }, - checked_on_boot => 0, - }, - { class => "KEYBOARD", string => N("Keyboard"), @@ -398,6 +389,15 @@ our @tree = automatic => 1, }, + { + class => "UPS", + string => N("UPS"), + icon => "ups.png", + configurator => "$sbindir/drakups", + detector => sub { f(detect_devices::getUPS()) }, + checked_on_boot => 0, + }, + { class => "SCANNER", string => N("Scanner"), -- cgit v1.2.1