
libhardware 0.7.0
=================

libhardware is a static library used in many utilities that are part
of the AGX's GNU/Linux distribution "Bad Penguin". It provides functions
to access information about the hardware of your system.

* Before to install this you need libbadpenguin from www.badpenguin.org *



Features
--------
- enumerate all the PCI devices
- enumerate all the EIDE disks and cdroms
- enumerate all the SCSI disks and cdroms
- enumerate all the EIDE/SCSI disk partitions
- for each enumerated device it is check if the device is supported by the kernel
- for supported device the module can be automatically loaded


Functions to probe devices
==========================
- query_pci_devices();		// get PCI devices vendor and model codes
- query_eide_devices();		// get EIDE disks and cdroms
- query_scsi_devices();		// get SCSI disks, cdroms and tapes

TODO see the header file and the examples
