From 3ff8983830576a2e93edc9b1c64c7da38b563c7f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 30 Aug 2010 08:20:09 +0000 Subject: [PATCH] update doc header to match readme SVN revision: 51743 --- legacy/eeze/doc/eeze.dox.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/legacy/eeze/doc/eeze.dox.in b/legacy/eeze/doc/eeze.dox.in index 1f39bb68bd..100ec51041 100644 --- a/legacy/eeze/doc/eeze.dox.in +++ b/legacy/eeze/doc/eeze.dox.in @@ -12,7 +12,19 @@ @section intro What is Eeze? -Eeze is a library for easily manipulating devices. +Eeze is a library for manipulating devices through udev with a simple and fast +api. It interfaces directly with libudev, avoiding such middleman daemons as +udisks/upower or hal, to immediately gather device information the instant it +becomes known to the system. This can be used to determine such things as: + * If a cdrom has a disk inserted + * The temperature of a cpu core + * The remaining power left in a battery + * The current power consumption of various parts + * Monitor in realtime the status of peripheral devices + +Each of the above examples can be performed by using only a single eeze +function, as one of the primary focuses of the library is to reduce the +complexity of managing devices. @verbatim Pants