summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* blacklist another bridgeLennart Poettering2009-12-181-4/+11
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=24951
* fix return of uninitialized variableDavid Zeuthen2009-12-181-0/+1
| | | | | | | | | | | | | | | | | | atasmart.c: In function ‘init_smart’: atasmart.c:2556: warning: ‘ret’ may be used uninitialized in this function We apparently don't initialize the ret variable in init_smart() - unfortunately o this warning is never reported with using -O0 (thanks gcc - see http://gcc.gnu.org/wiki/Better_Uninitialized_Warnings though) o we never run into this bug with just skdump(1) The bug does show up in the udisks (aka DeviceKit-disks) use of libatasmart and this patch fixes it. http://bugs.freedesktop.org/show_bug.cgi?id=25543
* make init_smart() staticLennart Poettering2009-10-271-2/+2
|
* Drop LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE check that is not part of ↵Michael Biebl2009-10-271-2/+1
| | | | modern libudev anymore
* Restrict the list of exported symbols to sk_.*Michael Biebl2009-10-271-1/+2
| | | | | Use libtools' -export-symbols-regex to restrict the list of exported symbols so we not accidentally export symbols like init_smart
* more Apple SSD firmware versions are evil then originally thoughtLennart Poettering2009-10-271-2/+3
|
* fix name of a blob in Makefile.amv0.17Lennart Poettering2009-10-271-1/+1
|
* bump version and releaseLennart Poettering2009-10-271-2/+2
|
* add blob for laptop drive with failing Old-Age attributeDavid Zeuthen2009-10-272-0/+1
| | | | 4 start-stop-count 1 1 20 252391 0xe7d903000000 old-age online no no
* add missing blob to tarballLennart Poettering2009-10-241-0/+1
|
* add another SSD blobLennart Poettering2009-10-243-0/+1
|
* Ignore attributes 5 and 190 on some Apple SSDLennart Poettering2009-10-241-0/+15
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=24700
* add link to bzLennart Poettering2009-10-241-0/+3
|
* check the right boolean when calculating blob sizeLennart Poettering2009-10-231-1/+1
|
* delay smart initialization until the first SMART call is doneLennart Poettering2009-10-231-20/+48
|
* add another blobLennart Poettering2009-10-191-0/+0
|
* blobs: add an interesting SAMSUNG SSD blobLennart Poettering2009-09-292-0/+1
| | | | Contributed by Tobias Wolf.
* build-sys: bump release version and sonamev0.16Lennart Poettering2009-09-291-2/+2
|
* blacklist: disable jmicron access mode for some more jmicron bridgesLennart Poettering2009-09-291-7/+16
| | | | | | This is a followup on: https://bugzilla.redhat.com/show_bug.cgi?id=515881
* bump releasev0.15Lennart Poettering2009-09-181-2/+2
|
* vala: install .vapi fileLennart Poettering2009-09-182-2/+7
|
* vala: update vala API to newest C APILennart Poettering2009-09-181-28/+44
|
* blacklist 152d:2329 jmicron usb bridgesLennart Poettering2009-09-171-3/+9
|
* include more blobs in tarballLennart Poettering2009-08-201-0/+4
|
* add an interesting SSD blobLennart Poettering2009-08-201-0/+0
|
* activate automake silent rulesLennart Poettering2009-08-201-0/+2
|
* support some ssd smart attrsLennart Poettering2009-08-201-1/+10
|
* bump req'd versionsv0.14Lennart Poettering2009-08-061-3/+3
|
* update configure.ac a bitLennart Poettering2009-08-061-2/+2
|
* highlight if smart status is badLennart Poettering2009-08-061-3/+4
|
* fix parsing of power-on-minutesLennart Poettering2009-08-061-2/+2
|
* replace space by underscoreLennart Poettering2009-08-061-0/+0
|
* replace space by underscoreLennart Poettering2009-08-061-0/+0
|
* another entry for our dbLennart Poettering2009-08-061-0/+0
|
* add another entry to our little databaseLennart Poettering2009-08-061-0/+0
|
* add another entry to our little databaseLennart Poettering2009-08-061-0/+0
|
* bump soname due to ABI changeLennart Poettering2009-08-061-2/+2
|
* rework lgoic that determines verdict of driveLennart Poettering2009-08-062-36/+100
| | | | | | | | | | | Distuingish attributes that are failing now vs. failed in the past. Add 'warn' field that is used to signal UIs to highlight certain attributes. Beef up the "overall status" logic a bit. This breaks ABI. Depending on your client this might break API too.
* rename failed to badLennart Poettering2009-08-061-6/+6
|
* add MHY2250B/0085000B to quirk dbLennart Poettering2009-08-061-1/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=499265
* verify parsing of all attributesLennart Poettering2009-08-061-64/+128
|
* use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCELennart Poettering2009-08-051-1/+1
|
* fix url in configure.acLennart Poettering2009-08-051-1/+1
|
* blacklist attribute 5 of an hitachi driveLennart Poettering2009-08-051-13/+24
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=506254
* build-system: add missing blob to tarballLennart Poettering2009-05-101-0/+1
|
* Add ACLOCAL_AMFLAGS = -I m4Michael Biebl2009-05-101-0/+2
| | | | | As we already use AC_CONFIG_MACRO_DIR(m4), make sure to actually include the m4 macros in the dist tarball.
* if the ID_ATA_SMART_ACCESS udev env var is set for a device read the access ↵Lennart Poettering2009-05-071-0/+22
| | | | method from it
* show full device string when dumping statusLennart Poettering2009-05-071-1/+3
|
* allow prefixing device strings with access methodsLennart Poettering2009-05-071-17/+77
|
* rename SK_DISK_TYPE_ATA to SK_DISK_TYPE_LINUX_IDELennart Poettering2009-05-071-6/+6
|