summaryrefslogtreecommitdiffstats
path: root/atasmart.c
Commit message (Collapse)AuthorAgeFilesLines
* handle the good status of bad sector attributes especiallyLennart Poettering2009-03-191-0/+10
|
* drop -1 suffix from attribute names to make things more future-proofLennart Poettering2009-03-191-5/+5
|
* add new API sk_disk_smart_get_overall()Lennart Poettering2009-03-191-14/+80
|
* add high-level sk_disk_smart_get_{power_on, temperature, bad}() callsLennart Poettering2009-03-191-19/+182
|
* fix a few typosLennart Poettering2009-03-191-7/+7
|
* dump access modeLennart Poettering2009-03-181-2/+20
|
* 12-byte SAT support for libatasmartMatthew Garrett2009-03-181-7/+79
| | | | | | | | | | | | | | Hi Lennart, My USB enclosure (a Maxtor basics of some description) supports SAT, but only the 12-byte version. I've included a patch that implements it. RIght now it tries the 16 byte one and then falls back, which is possibly not ideal - there's a significant pause before the 16 byte one finishes and the 12 byte one is tried. I'd reverse the order, but I've no idea if that would confuse other devices. Are we able to check for which commands the firmware claims to support? Signed-off-by: Lennart Poettering <lennart@poettering.net>
* fix space dropping algorithmLennart Poettering2008-07-251-0/+1
|
* add missing strpool lookupLennart Poettering2008-07-251-1/+1
|
* add more complete quirk frameworkLennart Poettering2008-07-251-57/+326
|
* strinpoolize even more tablesLennart Poettering2008-07-191-1/+2
|
* initialize sense data to make valgrind shut upLennart Poettering2008-07-191-0/+2
|
* actually use strpool for the atasmart sourcesLennart Poettering2008-07-191-10/+15
|
* add a simple string pool generatorLennart Poettering2008-07-031-0/+8
|
* make a few attribute names actually uniqueLennart Poettering2008-07-031-4/+4
|
* include raw attribute dataLennart Poettering2008-07-021-2/+4
|
* highlight lines only when good_valid is setLennart Poettering2008-07-021-2/+5
|
* check for threshold/value validityLennart Poettering2008-07-021-12/+33
|
* autoconfizationLennart Poettering2008-07-011-3/+1
|
* fix copyright blurbLennart Poettering2008-07-011-4/+4
|
* fixup #includesLennart Poettering2008-07-011-1/+1
|
* rename smart.[ch] to atasmart.[ch]Lennart Poettering2008-07-011-0/+1258