From 2603aad450d4f0e703b248a973b7d7874825f45d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 16 Aug 2010 10:17:54 +0000 Subject: [PATCH] 80 colz! SVN revision: 51192 --- legacy/eeze/README | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/legacy/eeze/README b/legacy/eeze/README index d5ae9a3638..9b8d555f49 100644 --- a/legacy/eeze/README +++ b/legacy/eeze/README @@ -16,18 +16,19 @@ Must: ecore (at least 1.0.0) libudev -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. +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. ------------------------------------------------------------------------------ COMPILING AND INSTALLING: