Forgot description is mandatory for all options. Added description to synaptics fine-tune settings.

svn path=/nixos/trunk/; revision=11857
This commit is contained in:
Michael Raskin 2008-05-20 14:59:27 +00:00
parent 3ed80192c0
commit 27fced519e

View File

@ -1232,11 +1232,11 @@
};
minSpeed = mkOption {
default = "0.06";
description = "TODO";
description = "Cursor speed factor for precision finger motion";
};
maxSpeed = mkOption {
default = "0.12";
description = "TODO";
description = "Cursor speed factor for highest-speed finger motion";
};
};