--------------------------README.apm_bios------------------------------ APM BIOS Driver for Linux by Stephen Rothwell Stephen.Rothwell@pd.necisa.oz.au This driver interfaces to an Advanced Power Management (APM) BIOS on a system (usually a laptop) to allow the control of power management and the reporting of PM events under Linux. Currently the driver works with Linux versions 1.1.78, but there should be no problems with using them with newer patch levels of the kernel. INSTALLATION: There are a set of kernel patches to be applied called kernel.patch. Use patch -p0 0 to create the device. This device may be read to get notification of APM events. Each event is returned as an unsigned short (currently in Intel order - least significant byte first). Select and O_NONBLOCK also both work. There are currently only two ioctls. These allow a user process to put the machine into suspend or standby mode. Only one process can have the device open, and only root can open the device.