rework how SMART is done; express it in properties and export attributes
authorDavid Zeuthen <davidz@redhat.com>
Sat, 3 May 2008 21:16:09 +0000 (17:16 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Sat, 3 May 2008 21:16:09 +0000 (17:16 -0400)
commit4175d45feaf0c8d1e12108cdfb8ba7a13f59da4d
tree4709b95135a61e48b9476a7c2225dad07e63fc6a
parentfe286765c3c52f4b6a70706657a73a2619440df2
rework how SMART is done; express it in properties and export attributes

Also add some test files from the smartmontools project and provide a
new simulate= option. This is very useful for testing clients
consuming this data. See test/smart/README for details.
29 files changed:
src/devkit-disks-device-private.h
src/devkit-disks-device.c
src/devkit-disks-device.h
src/org.freedesktop.DeviceKit.Disks.Device.xml
test/smart/FUJITSU1.txt [new file with mode: 0644]
test/smart/FUJITSU_MHR2020AT.txt [new file with mode: 0644]
test/smart/HITACHI_DK23AA-12B.txt [new file with mode: 0644]
test/smart/HITACHI_DK23BA-20-0.txt [new file with mode: 0644]
test/smart/IC35L120AVV207-0.txt [new file with mode: 0644]
test/smart/IC35L120AVV207-1.txt [new file with mode: 0644]
test/smart/IC35L120AVVA07-0-0.txt [new file with mode: 0644]
test/smart/IC35L120AVVA07-0-1.txt [new file with mode: 0644]
test/smart/MAXTOR-0.txt [new file with mode: 0644]
test/smart/MAXTOR-1.txt [new file with mode: 0644]
test/smart/MAXTOR-10.txt [new file with mode: 0644]
test/smart/MAXTOR-2.txt [new file with mode: 0644]
test/smart/MAXTOR-3.txt [new file with mode: 0644]
test/smart/MAXTOR-4.txt [new file with mode: 0644]
test/smart/MAXTOR-6.txt [new file with mode: 0644]
test/smart/MAXTOR-7.txt [new file with mode: 0644]
test/smart/MAXTOR-8.txt [new file with mode: 0644]
test/smart/MAXTOR-9.txt [new file with mode: 0644]
test/smart/Maxtor-5.txt [new file with mode: 0644]
test/smart/README [new file with mode: 0644]
test/smart/ST910021AS.txt [new file with mode: 0644]
test/smart/TOSHIBA-0.txt [new file with mode: 0644]
test/smart/TOSHIBA-MK6021GAS.txt [new file with mode: 0644]
test/smart/WD2500JB.txt [new file with mode: 0644]
tools/devkit-disks.c