summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehardwaredevices.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add cryptography devices to tdehwlibTimothy Pearson2012-05-141-0/+14
|
* Handle tape drives properlyTimothy Pearson2012-04-261-1/+9
| | | | Classify parallel SCSI platform devices
* Detect tape devicesTimothy Pearson2012-04-261-1/+2
|
* Fix disk device media insert remove detectionTimothy Pearson2012-04-261-4/+18
|
* Fix power and sleep button input classificationTimothy Pearson2012-04-181-2/+2
|
* Fix sleep buttonTimothy Pearson2012-04-181-1/+1
|
* Fix detection of PS/2 and AC97 devicesTimothy Pearson2012-04-181-3/+12
|
* Add key device monitoring supportTimothy Pearson2012-04-151-4/+39
|
* Additional fixups to provide methods needed by kpowersaveTimothy Pearson2012-04-151-5/+59
|
* Add ability to read switch statesTimothy Pearson2012-04-141-20/+297
|
* Repair quite a few bugs in the TDE hw libraryTimothy Pearson2012-04-141-41/+409
| | | | Add methods needed for kpowersave
* Add CPU governor detection and setting capabilityTimothy Pearson2012-04-131-0/+40
|
* Add monitor class to TDE hardware libraryTimothy Pearson2012-04-121-163/+599
|
* Add network, battery, and AC power device classes and parsers to the TDE ↵Timothy Pearson2012-04-111-71/+703
| | | | hardware library
* Fix USB device lookupTimothy Pearson2012-04-081-11/+166
| | | | | Add proper Event and Input device handlers Add Sensor support
* Add detailed CPU information gathering to the TDE hardware libraryTimothy Pearson2012-04-081-8/+269
|
* Classify power and backlight devicesTimothy Pearson2012-04-071-17/+222
| | | | Parse ACPI device types
* Update disk device labelingTimothy Pearson2012-04-061-15/+85
|
* Fix generic multimedia device listingTimothy Pearson2012-04-061-1/+16
|
* Add a couple of convenience functions to the TDE hw libTimothy Pearson2012-04-061-0/+11
|
* Classify devices based on PCI class if possibleTimothy Pearson2012-04-051-46/+196
| | | | Lots of bugfixes
* Reliably detect device driverTimothy Pearson2012-04-051-0/+15
|
* Update TDE hardware library to classify most devices halfway correctlyTimothy Pearson2012-04-051-11/+402
|
* Add device friendly name generation to TDE hardware libraryTimothy Pearson2012-04-051-35/+377
|
* Build device structure in TDE hardware libraryTimothy Pearson2012-04-031-5/+120
| | | | Repair potential segfault in same due to ptrlist copying
* Add external textfile device class rule support to TDE hardware libraryTimothy Pearson2012-04-021-77/+501
| | | | Move floppy detection to the new system as an example
* Add preliminary floppy drive support to hardware libraryTimothy Pearson2012-04-011-4/+57
|
* Fix a number of bugs in the TDE hardware library and stabilize device mapper ↵Timothy Pearson2012-04-011-23/+89
| | | | device detection
* Fix a potential crashTimothy Pearson2012-03-311-2/+2
|
* Add proper mount monitoring to TDE hardware libraryTimothy Pearson2012-03-311-151/+323
| | | | The media kioslave backend based on this library can now mount/unmount simple flash drives
* Conver TDE hardware library to fully event driven operationTimothy Pearson2012-03-311-36/+47
|
* Add disk device size method to TDE hardware library, along with a number of ↵Timothy Pearson2012-03-301-0/+100
| | | | bug fixes
* Add mount and unmount functionality to TDE disk hardware classTimothy Pearson2012-03-301-1/+112
|
* Add device mapper functions to TDE hardware libraryTimothy Pearson2012-03-301-6/+89
|
* Greatly enhance udev disk scanning and mount detection functions of TDE ↵Timothy Pearson2012-03-301-60/+468
| | | | hardware library
* Add initial tdehardwaredevices skeleton to tdecoreTimothy Pearson2012-03-291-0/+171
Do not use the added classes yet, as the API and ABI are still under heavy construction!