summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS due to missing KSSL_HAVE_SSL definitionSlávek Banko2015-10-133-0/+3
| | | | | | This relates to Bug 2530 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix hardware class file matching algorithmTimothy Pearson2015-09-303-15/+51
| | | | | Fix overly broad floppy device matching rules This resolves Bug 2534
* Add new timekeeping class to tdehwlibTimothy Pearson2015-09-212-0/+32
| | | | Classify a number of new devices
* Add mount indicator to tdehwlib storage device iconsTimothy Pearson2015-09-211-19/+24
|
* Add fingerprint reader and test/measurement devices classes to tdehwlibTimothy Pearson2015-09-212-8/+36
|
* Fix FTBFS when cryptsetup / pkcs options are disabledTimothy Pearson2015-09-192-3/+17
| | | | This resolves Bug 2530
* Implement autoPIN certificate parsingTimothy Pearson2015-09-192-4/+62
|
* Add autoPIN method to cryptographic card module in tdehwlibTimothy Pearson2015-09-182-0/+19
|
* Add PKCS provider library accessorTimothy Pearson2015-09-182-0/+9
|
* Fix yet another FTBFS due to libcryptsetup version problemsTimothy Pearson2015-09-181-1/+1
|
* When reactivating card watching, if a card is inserted re-emit valid ↵Timothy Pearson2015-09-181-1/+7
| | | | certificates to client application
* Fix prior commitTimothy Pearson2015-09-181-1/+1
|
* Add certificate list availability signal to tdehwlib cryptographic card moduleTimothy Pearson2015-09-162-0/+7
|
* Update cryptographic card API to send card device with insert/remove signalsTimothy Pearson2015-09-152-5/+5
|
* Add ability to decrypt multiple data objects in the same session using a ↵Timothy Pearson2015-09-145-33/+197
| | | | | | cryptographic card Add LUKS key verification routine
* Add cryptographic card decryption method to tdehwlibTimothy Pearson2015-09-143-15/+259
|
* Add additional cryptographic card functions to tdehwlibTimothy Pearson2015-09-143-23/+91
| | | | Fix FTBFS on old distributions
* Fix FTBFS when ancient versions of cryptsetup are usedTimothy Pearson2015-09-131-5/+17
|
* Fix FTBFS when PKCS option disabledTimothy Pearson2015-09-083-4/+9
|
* Fix FTBFS when cryptsetup support disabledTimothy Pearson2015-09-071-0/+2
|
* Fix issues with X509 certificate list usageTimothy Pearson2015-09-062-6/+16
|
* Add initial LUKS key management supportTimothy Pearson2015-09-063-122/+440
|
* Add preliminary X509 certificate read from cryptographic cardsTimothy Pearson2015-09-064-4/+183
|
* Fix FTBFS when pcsc not availableTimothy Pearson2015-08-311-0/+6
|
* Fix FTBFS from prior commit due to missing filesTimothy Pearson2015-08-292-1/+7
|
* Add preliminary cryptographic card support to TDEHWLibTimothy Pearson2015-08-256-3/+448
|
* Add cryptographic card device typeTimothy Pearson2015-08-242-3/+31
| | | | | Add hub device type Fix incorrect USB subclass read
* Fix hang in TDENetMask::fromCIDRMask() due to point-to-point connectionsSlávek Banko2015-05-241-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Classify memstick_host devicesTimothy Pearson2015-04-071-1/+2
|
* Bring keyboard icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-022-17/+17
|
* Fix detection of laptop AC adaptersTimothy Pearson2014-12-052-3/+4
|
* Do not flag disk devices/partitions as mountable if a partition table is ↵Timothy Pearson2014-12-051-38/+42
| | | | | | present under the given device/partition This relates to Bug 2232
* Add Hidden storage device attributeTimothy Pearson2014-11-272-0/+5
| | | | This relates to Bug 2211
* Fix hardware control center crashes on device hot removeTimothy Pearson2014-11-262-5/+26
| | | | Fix incorrect decoding of hex escaped device names
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-9/+9
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Bring camera icons into XDG complianceTimothy Pearson2014-10-111-1/+1
|
* Allow suspend/hibernate/freeze/etc. when $HOME is an NFS shareTimothy Pearson2014-10-061-34/+0
| | | | This resolves Bug 1623
* Fix potential crash if CPU #0 is not availableTimothy Pearson2014-10-021-3/+3
|
* Add mimeTypePtrFast method to KFileItemTimothy Pearson2014-10-021-0/+1
| | | | | | This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices
* Classify regulator devicesTimothy Pearson2014-09-231-0/+3
|
* Update hardware device classification mapTimothy Pearson2014-09-201-0/+15
| | | | Fix potential infinite loop in TDEStyle
* Fix incorrect sizes being reported on raid devicesTimothy Pearson2014-07-101-12/+3
|
* Add a few unclassified devices to the TDE HW manager databaseTimothy Pearson2014-07-091-2/+8
|
* Optimize watching switches on input event devicesSlávek Banko2014-05-163-194/+271
| | | | This relates to Bugs 1992 and 2052
* Small bug fixFrancois Andriot2014-05-071-9/+9
| | | | This relates to Bug 1992
* Greatly improve tdehwlib polling performanceFrancois Andriot2014-05-072-167/+356
| | | | This relates to Bug 1992
* Add detailedFriendlyName methods to the TDE hardware managerTimothy Pearson2014-04-184-0/+23
| | | | This breaks the ABI and relates to Bug 1666