]> git.ipfire.org Git - thirdparty/libatasmart.git/log
thirdparty/libatasmart.git
4 months agoMerge pull request #11 from libatasmart/dependabot/github_actions/actions/checkout-6 master
Antonio Vazquez [Mon, 24 Nov 2025 08:05:05 +0000 (09:05 +0100)] 
Merge pull request #11 from libatasmart/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6

4 months agoBump actions/checkout from 5 to 6 11/head
dependabot[bot] [Mon, 24 Nov 2025 06:39:55 +0000 (06:39 +0000)] 
Bump actions/checkout from 5 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoMerge pull request #10 from libatasmart/dependabot/github_actions/actions/checkout-5
Antonio Vazquez [Mon, 10 Nov 2025 10:18:29 +0000 (11:18 +0100)] 
Merge pull request #10 from libatasmart/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5

4 months agoBump actions/checkout from 4 to 5 10/head
dependabot[bot] [Mon, 10 Nov 2025 06:46:28 +0000 (06:46 +0000)] 
Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoRename build options.
Antonio Vázquez Blanco [Sun, 9 Nov 2025 11:46:19 +0000 (12:46 +0100)] 
Rename build options.

4 months agoMerge pull request #9 from heitbaum/meson
Antonio Vazquez [Sun, 9 Nov 2025 11:43:55 +0000 (12:43 +0100)] 
Merge pull request #9 from heitbaum/meson

allow for host build of tools enabling cross compilation

4 months agoallow for host build of tools enabling cross compilation 9/head
Rudi Heitbaum [Sat, 8 Nov 2025 14:29:32 +0000 (14:29 +0000)] 
allow for host build of tools enabling cross compilation

5 months agoREADME: Add CI badges.
Antonio Vázquez Blanco [Sat, 8 Nov 2025 16:21:17 +0000 (17:21 +0100)] 
README: Add CI badges.

5 months agoCI: Add a build pipeline.
Antonio Vázquez Blanco [Sat, 8 Nov 2025 16:12:46 +0000 (17:12 +0100)] 
CI: Add a build pipeline.

5 months agoChange build mode for actions language to none
Antonio Vazquez [Sat, 8 Nov 2025 16:07:29 +0000 (17:07 +0100)] 
Change build mode for actions language to none

5 months agoCodeQL workflow configuration
Antonio Vazquez [Sat, 8 Nov 2025 16:05:49 +0000 (17:05 +0100)] 
CodeQL workflow configuration

5 months agoConfigure Dependabot for GitHub Actions updates
Antonio Vazquez [Sat, 8 Nov 2025 16:02:15 +0000 (17:02 +0100)] 
Configure Dependabot for GitHub Actions updates

23 months agoMerge pull request #8 from antoniovazquezblanco/dev/doc
Antonio Vazquez [Sun, 5 May 2024 16:59:35 +0000 (18:59 +0200)] 
Merge pull request #8 from antoniovazquezblanco/dev/doc

Update README.md

23 months agoUpdate README.md 8/head
Antonio Vázquez Blanco [Sun, 5 May 2024 16:56:15 +0000 (18:56 +0200)] 
Update README.md

23 months agoMerge pull request #7 from antoniovazquezblanco/temp_fix
Antonio Vazquez [Sun, 5 May 2024 16:44:36 +0000 (18:44 +0200)] 
Merge pull request #7 from antoniovazquezblanco/temp_fix

Fix bad temperature reporting

2 years agoFix attr id 231 7/head
Antonio V??zquez [Tue, 10 Jan 2023 11:27:05 +0000 (12:27 +0100)] 
Fix attr id 231

2 years agoMerge pull request #4 from antoniovazquezblanco/master
Antonio Vazquez [Wed, 1 Nov 2023 15:23:45 +0000 (16:23 +0100)] 
Merge pull request #4 from antoniovazquezblanco/master

Apply known bug patches

2 years agoDrop our own "many bad sectors" heuristic 4/head
Martin Pitt [Fri, 19 Mar 2010 13:56:06 +0000 (14:56 +0100)] 
Drop our own "many bad sectors" heuristic

This currently causes a lot of false positives, because in many cases our
threshold is either overly pessimistically low, or the raw value is implausibly
high. Just use the normalized values vs. threshold for now.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25772
Bug-Ubuntu: https://launchpad.net/bugs/438136

2 years agofix an incorrect IO error reading SMART status
Phillip Susi [Wed, 1 Nov 2023 15:19:22 +0000 (16:19 +0100)] 
fix an incorrect IO error reading SMART status

The read SMART status command's return status
was testing for a success/failure value that included 8
bits that are "N/A" according to the standard, and required
that they be zeros.  At least some drives do not fill them
with zeros, so correct this by masking off the undefined
bits.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61998
Bug-Ubuntu: https://launchpad.net/bugs/1143495

2 years agoMerge pull request #2 from antoniovazquezblanco/dev/buildsystem
Antonio Vazquez [Wed, 1 Nov 2023 15:01:45 +0000 (16:01 +0100)] 
Merge pull request #2 from antoniovazquezblanco/dev/buildsystem

Buildsystem transition to meson

2 years agomeson: Initial buildsystem transition 2/head
Antonio V??zquez [Wed, 1 Nov 2023 11:10:00 +0000 (12:10 +0100)] 
meson: Initial buildsystem transition

13 years agobuild-sys: bump version info v0.19
Lennart Poettering [Sun, 20 May 2012 22:04:26 +0000 (00:04 +0200)] 
build-sys: bump version info

13 years agoattributes: Add S.M.A.R.T attributes for Samsung SSD
Tobias Wolf [Sun, 21 Feb 2010 11:58:42 +0000 (12:58 +0100)] 
attributes: Add S.M.A.R.T attributes for Samsung SSD

  Taken from:
  http://www.samsung.com/global/business/semiconductor/products/SSD/downloads/ds_SS805_NSSD_100_SLC_SATA_II_rev11.pdf

  Description:
           Attribute Name
       175 Program Fail Count (Chip)
       176 Erase Fail Count (Chip)
       177 Wear Leveling Count
       178 Used Reserved Block Count (Chip)
       179 Used Reserved Block Count (Total)
       180 Unused Reserved Block Count (Total)
       181 Program Fail Count (Total)
       182 Erase Fail Count (Total)
       183 Runtime bad block (Total)

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libatasmart/+bug/885869

13 years agoquirks: add quirks for Intel SSD Serie 320
Oleksij Rempel (Alexey Fisher) [Thu, 5 Jan 2012 08:50:17 +0000 (09:50 +0100)] 
quirks: add quirks for Intel SSD Serie 320

According to Intel documantation, complete SSD Serie 320 use same
SMART parameters. I tested it with one more drive: INETL_SSDSA2CT040G3.

Also i collected serial numbers for Intel SSD Serie 320 deevices:

serie 320:
40GB:
SSDSA2CT040G3K5
SSDSA2CT040G301
SSDSA2CT040G3B5
SSDSA2CT040G310
SSDSA2BT040G3

80GB:
SSDSA2CW080G3K5
SSDSA2CW080G301
SSDSA2CW080G3B5
SSDSA2CW080G310
SSDSA2BW080G3

120GB:
SSDSA2CW120G3B5
SSDSA2CW120G3K5
SSDSA2CW120G301
SSDSA2CW120G310

160GB:
SSDSA2CW160G3K5
SSDSA2CW160G3B5
SSDSA2BW160G3

300GB:
SSDSA2CW300G3K5
SSDSA2CW300G3B5
SSDSA2BW300G3

600GB:
SSDSA2CW600G3K5
SSDSA2CW600G301
SSDSA2CW600G3B5
SSDSA2CW600G310

this patch set RegExp for all this devices.

13 years agobuild-sys: modernize build system
Lennart Poettering [Sun, 20 May 2012 21:58:07 +0000 (23:58 +0200)] 
build-sys: modernize build system

14 years agobuild-sys: fix distcheck v0.18
Lennart Poettering [Tue, 11 Oct 2011 22:27:15 +0000 (00:27 +0200)] 
build-sys: fix distcheck

14 years agobuild-sys: prepare release 18
Lennart Poettering [Tue, 11 Oct 2011 22:21:23 +0000 (00:21 +0200)] 
build-sys: prepare release 18

14 years agobuild-sys: rename bootstrap.sh to autogen.sh
Lennart Poettering [Tue, 11 Oct 2011 22:10:43 +0000 (00:10 +0200)] 
build-sys: rename bootstrap.sh to autogen.sh

14 years agobuild-sys: updates to bootstrap.sh
Lennart Poettering [Tue, 11 Oct 2011 22:10:21 +0000 (00:10 +0200)] 
build-sys: updates to bootstrap.sh

14 years agoatasmart: multiply by sector threshold by 1024 to avoid false positives
Lennart Poettering [Tue, 11 Oct 2011 21:53:59 +0000 (23:53 +0200)] 
atasmart: multiply by sector threshold by 1024 to avoid false positives

https://bugs.freedesktop.org/show_bug.cgi?id=25772

14 years agoSpeed up get_overall() and get_bad()
Martin Pitt [Tue, 2 Mar 2010 08:58:59 +0000 (09:58 +0100)] 
Speed up get_overall() and get_bad()

Instead of iterating through all attributes four times for an
sk_disk_smart_get_overall() call, just do it once and store the results in
SkDisk. This considerably speeds up libatasmart for common operations like
smart_get_overall() and smart_get_bad().

https://bugs.freedesktop.org/show_bug.cgi?id=26834

14 years agoatasmart: sector field can never be larger then 48 bits, so no point in comparing...
Lennart Poettering [Tue, 11 Oct 2011 21:29:10 +0000 (23:29 +0200)] 
atasmart: sector field can never be larger then 48 bits, so no point in comparing with (uint64_t) -1

14 years agoatasmart: ignore sector count if it is -1
Lennart Poettering [Tue, 11 Oct 2011 21:25:58 +0000 (23:25 +0200)] 
atasmart: ignore sector count if it is -1

https://bugs.freedesktop.org/show_bug.cgi?id=25021

15 years agoAdd quirk names
Wojciech Piekutowski [Tue, 12 Apr 2011 22:02:50 +0000 (00:02 +0200)] 
Add quirk names

15 years agoTreat 'Media Wearout Indicator' as a percentage
Wojciech Piekutowski [Tue, 12 Apr 2011 21:55:29 +0000 (23:55 +0200)] 
Treat 'Media Wearout Indicator' as a percentage

15 years agoDisable short time verification for Spin Up Time
Wojciech Piekutowski [Tue, 12 Apr 2011 21:54:14 +0000 (23:54 +0200)] 
Disable short time verification for Spin Up Time

15 years agoComment on difference between SMALL_PERCENT and PERCENT attribute units
Wojciech Piekutowski [Tue, 12 Apr 2011 21:29:56 +0000 (23:29 +0200)] 
Comment on difference between SMALL_PERCENT and PERCENT attribute units

15 years agoSupport Timed Workload Media Wear, Timed Workload Host Reads, Workload Timer
Wojciech Piekutowski [Tue, 12 Apr 2011 21:19:51 +0000 (23:19 +0200)] 
Support Timed Workload Media Wear, Timed Workload Host Reads, Workload Timer

15 years agoSupport Program Fail Count and Erase Fail Count attributes
Wojciech Piekutowski [Tue, 12 Apr 2011 20:54:04 +0000 (22:54 +0200)] 
Support Program Fail Count and Erase Fail Count attributes

15 years agoShow MB, GB or TB depending on the value
Wojciech Piekutowski [Tue, 12 Apr 2011 20:49:42 +0000 (22:49 +0200)] 
Show MB, GB or TB depending on the value

15 years agoStart/Stop Count always shows 0 for Intel SSD G3
Wojciech Piekutowski [Tue, 12 Apr 2011 20:15:24 +0000 (22:15 +0200)] 
Start/Stop Count always shows 0 for Intel SSD G3

15 years agoHandle duplicated Available Reserved Space
Wojciech Piekutowski [Mon, 11 Apr 2011 22:39:21 +0000 (00:39 +0200)] 
Handle duplicated Available Reserved Space

15 years agoHandle duplicated Total LBAs Written
Wojciech Piekutowski [Mon, 11 Apr 2011 22:36:45 +0000 (00:36 +0200)] 
Handle duplicated Total LBAs Written

15 years agoHandle Total LBAs Written and Total LBSa Read
Wojciech Piekutowski [Mon, 11 Apr 2011 22:21:39 +0000 (00:21 +0200)] 
Handle Total LBAs Written and Total LBSa Read

15 years agoHandle Media Wearout Indicator
Wojciech Piekutowski [Mon, 11 Apr 2011 22:08:02 +0000 (00:08 +0200)] 
Handle Media Wearout Indicator

15 years agoHandle Available Reserved Space
Wojciech Piekutowski [Mon, 11 Apr 2011 21:54:17 +0000 (23:54 +0200)] 
Handle Available Reserved Space

15 years agoAdd INTEL SSD 320 120GB blob
Wojciech Piekutowski [Mon, 11 Apr 2011 21:28:55 +0000 (23:28 +0200)] 
Add INTEL SSD 320 120GB blob

15 years agoDisplay endurance-remaining as percentage decreasing from 100 to 0
Wojciech Piekutowski [Mon, 11 Apr 2011 21:16:56 +0000 (23:16 +0200)] 
Display endurance-remaining as percentage decreasing from 100 to 0

15 years agostrpool: initialize i->suffix_of to NULL
Gianluigi Tiesi [Tue, 5 Apr 2011 17:45:27 +0000 (19:45 +0200)] 
strpool: initialize i->suffix_of to NULL

https://bugs.freedesktop.org/show_bug.cgi?id=28772

15 years agobuld-sys: simplify configure script; drop unused checks.
Diego Elio Pettenò [Tue, 8 Feb 2011 15:51:06 +0000 (16:51 +0100)] 
buld-sys: simplify configure script; drop unused checks.

With this change, configure is updated to a more modern syntax, a number of
tests possibly introduced by autoscan are dropped (as the code never makes
use of those), and comments are changed with dnl's so that they are not
copied in the final output.

15 years agobuild-sys: use the same flags checking as PulseAudio.
Diego Elio Pettenò [Tue, 8 Feb 2011 15:47:16 +0000 (16:47 +0100)] 
build-sys: use the same flags checking as PulseAudio.

This introduces the same attributes.m4 file used there and replaces the
custom checking code.

15 years agobuild-sys: make libatasmart easily cross-compilable
Diego Elio Pettenò [Tue, 8 Feb 2011 15:41:18 +0000 (16:41 +0100)] 
build-sys: make libatasmart easily cross-compilable

Pick up the AX_CC_FOR_BUILD macro from autoconf-archive (improved, going to
be sent there soon), then use that one to find the host's compiler.

Build the strpool in a different directory, since you cannot override CC
and other variables on a per-target basis yet. While this adds recursivity
to the build system is the best hope you have to properly solve the
cross-compilation.

Update .gitignore accordingly to the above changes, and make sure
bootstrap.sh search macro files in the m4 directory.

15 years agobuild-sys: allow libatasmart headers to be installed somewhere else
Christoph Thompson [Wed, 10 Nov 2010 11:06:35 +0000 (12:06 +0100)] 
build-sys: allow libatasmart headers to be installed somewhere else

Please find attached a small patch which allows installing the headers of
libatasmart in a subfolder (or anywhere else for that matter) for keeping
things tidy in there. This might be also useful if libatasmart gets ported
to a non-UNIX platform one of these days.

Have a nice day.

16 years agolibatasmart patch
Guy Taylor [Sun, 14 Feb 2010 21:54:25 +0000 (21:54 +0000)] 
libatasmart patch

hi

I have made a patch for libatasmart to add support for attribute 184
and 188. just adds the name to them.
Anyway I thought you might want to take a look at it.

Iv attached the patch against the git master and here is the link to
the Ubuntu's bug/patch
https://bugs.launchpad.net/libatasmart/+bug/521864

Thanks
Guy Taylor

16 years agoblacklist another bridge
Lennart Poettering [Fri, 18 Dec 2009 11:45:17 +0000 (12:45 +0100)] 
blacklist another bridge

http://bugs.freedesktop.org/show_bug.cgi?id=24951

16 years agofix return of uninitialized variable
David Zeuthen [Wed, 9 Dec 2009 22:14:36 +0000 (17:14 -0500)] 
fix return of uninitialized variable

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

16 years agomake init_smart() static
Lennart Poettering [Tue, 27 Oct 2009 21:57:26 +0000 (22:57 +0100)] 
make init_smart() static

16 years agoDrop LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE check that is not part of modern...
Michael Biebl [Tue, 27 Oct 2009 21:55:08 +0000 (22:55 +0100)] 
Drop LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE check that is not part of modern libudev anymore

16 years agoRestrict the list of exported symbols to sk_.*
Michael Biebl [Tue, 27 Oct 2009 21:53:50 +0000 (22:53 +0100)] 
Restrict the list of exported symbols to sk_.*

Use libtools' -export-symbols-regex to restrict the list of exported
symbols so we not accidentally export symbols like init_smart

16 years agomore Apple SSD firmware versions are evil then originally thought
Lennart Poettering [Tue, 27 Oct 2009 20:58:35 +0000 (21:58 +0100)] 
more Apple SSD firmware versions are evil then originally thought

16 years agofix name of a blob in Makefile.am v0.17
Lennart Poettering [Tue, 27 Oct 2009 02:28:06 +0000 (03:28 +0100)] 
fix name of a blob in Makefile.am

16 years agobump version and release
Lennart Poettering [Tue, 27 Oct 2009 02:14:05 +0000 (03:14 +0100)] 
bump version and release

16 years agoadd blob for laptop drive with failing Old-Age attribute
David Zeuthen [Sat, 24 Oct 2009 23:16:35 +0000 (19:16 -0400)] 
add blob for laptop drive with failing Old-Age attribute

4 start-stop-count              1     1    20   252391      0xe7d903000000 old-age online  no   no

16 years agoadd missing blob to tarball
Lennart Poettering [Fri, 23 Oct 2009 22:44:14 +0000 (00:44 +0200)] 
add missing blob to tarball

16 years agoadd another SSD blob
Lennart Poettering [Fri, 23 Oct 2009 22:43:48 +0000 (00:43 +0200)] 
add another SSD blob

16 years agoIgnore attributes 5 and 190 on some Apple SSD
Lennart Poettering [Fri, 23 Oct 2009 22:38:42 +0000 (00:38 +0200)] 
Ignore attributes 5 and 190 on some Apple SSD

http://bugs.freedesktop.org/show_bug.cgi?id=24700

16 years agoadd link to bz
Lennart Poettering [Fri, 23 Oct 2009 22:26:29 +0000 (00:26 +0200)] 
add link to bz

16 years agocheck the right boolean when calculating blob size
Lennart Poettering [Fri, 23 Oct 2009 21:40:53 +0000 (23:40 +0200)] 
check the right boolean when calculating blob size

16 years agodelay smart initialization until the first SMART call is done
Lennart Poettering [Fri, 23 Oct 2009 21:38:17 +0000 (23:38 +0200)] 
delay smart initialization until the first SMART call is done

16 years agoadd another blob
Lennart Poettering [Sun, 18 Oct 2009 23:39:25 +0000 (01:39 +0200)] 
add another blob

16 years agoblobs: add an interesting SAMSUNG SSD blob
Lennart Poettering [Tue, 29 Sep 2009 21:15:54 +0000 (23:15 +0200)] 
blobs: add an interesting SAMSUNG SSD blob

Contributed by Tobias Wolf.

16 years agobuild-sys: bump release version and soname v0.16
Lennart Poettering [Tue, 29 Sep 2009 03:39:32 +0000 (05:39 +0200)] 
build-sys: bump release version and soname

16 years agoblacklist: disable jmicron access mode for some more jmicron bridges
Lennart Poettering [Tue, 29 Sep 2009 03:36:11 +0000 (05:36 +0200)] 
blacklist: disable jmicron access mode for some more jmicron bridges

This is a followup on:

https://bugzilla.redhat.com/show_bug.cgi?id=515881

16 years agobump release v0.15
Lennart Poettering [Fri, 18 Sep 2009 03:16:30 +0000 (05:16 +0200)] 
bump release

16 years agovala: install .vapi file
Lennart Poettering [Fri, 18 Sep 2009 03:14:58 +0000 (05:14 +0200)] 
vala: install .vapi file

16 years agovala: update vala API to newest C API
Lennart Poettering [Fri, 18 Sep 2009 03:10:38 +0000 (05:10 +0200)] 
vala: update vala API to newest C API

16 years agoblacklist 152d:2329 jmicron usb bridges
Lennart Poettering [Thu, 17 Sep 2009 20:54:16 +0000 (22:54 +0200)] 
blacklist 152d:2329 jmicron usb bridges

16 years agoinclude more blobs in tarball
Lennart Poettering [Wed, 19 Aug 2009 22:55:04 +0000 (00:55 +0200)] 
include more blobs in tarball

16 years agoadd an interesting SSD blob
Lennart Poettering [Wed, 19 Aug 2009 22:52:12 +0000 (00:52 +0200)] 
add an interesting SSD blob

16 years agoactivate automake silent rules
Lennart Poettering [Wed, 19 Aug 2009 22:51:49 +0000 (00:51 +0200)] 
activate automake silent rules

16 years agosupport some ssd smart attrs
Lennart Poettering [Wed, 19 Aug 2009 22:51:13 +0000 (00:51 +0200)] 
support some ssd smart attrs

16 years agobump req'd versions v0.14
Lennart Poettering [Thu, 6 Aug 2009 19:28:49 +0000 (21:28 +0200)] 
bump req'd versions

16 years agoupdate configure.ac a bit
Lennart Poettering [Thu, 6 Aug 2009 19:26:24 +0000 (21:26 +0200)] 
update configure.ac a bit

16 years agohighlight if smart status is bad
Lennart Poettering [Thu, 6 Aug 2009 19:23:04 +0000 (21:23 +0200)] 
highlight if smart status is bad

16 years agofix parsing of power-on-minutes
Lennart Poettering [Thu, 6 Aug 2009 19:04:31 +0000 (21:04 +0200)] 
fix parsing of power-on-minutes

16 years agoreplace space by underscore
Lennart Poettering [Thu, 6 Aug 2009 18:56:41 +0000 (20:56 +0200)] 
replace space by underscore

16 years agoreplace space by underscore
Lennart Poettering [Thu, 6 Aug 2009 18:53:16 +0000 (20:53 +0200)] 
replace space by underscore

16 years agoanother entry for our db
Lennart Poettering [Thu, 6 Aug 2009 18:43:10 +0000 (20:43 +0200)] 
another entry for our db

16 years agoadd another entry to our little database
Lennart Poettering [Thu, 6 Aug 2009 18:40:55 +0000 (20:40 +0200)] 
add another entry to our little database

16 years agoadd another entry to our little database
Lennart Poettering [Thu, 6 Aug 2009 18:40:46 +0000 (20:40 +0200)] 
add another entry to our little database

16 years agobump soname due to ABI change
Lennart Poettering [Thu, 6 Aug 2009 18:39:56 +0000 (20:39 +0200)] 
bump soname due to ABI change

16 years agorework lgoic that determines verdict of drive
Lennart Poettering [Thu, 6 Aug 2009 18:35:21 +0000 (20:35 +0200)] 
rework lgoic that determines verdict of drive

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.

16 years agorename failed to bad
Lennart Poettering [Thu, 6 Aug 2009 18:34:35 +0000 (20:34 +0200)] 
rename failed to bad

16 years agoadd MHY2250B/0085000B to quirk db
Lennart Poettering [Wed, 5 Aug 2009 23:51:18 +0000 (01:51 +0200)] 
add MHY2250B/0085000B to quirk db

https://bugzilla.redhat.com/show_bug.cgi?id=499265

16 years agoverify parsing of all attributes
Lennart Poettering [Wed, 5 Aug 2009 23:16:53 +0000 (01:16 +0200)] 
verify parsing of all attributes

16 years agouse AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
Lennart Poettering [Wed, 5 Aug 2009 21:43:04 +0000 (23:43 +0200)] 
use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE

16 years agofix url in configure.ac
Lennart Poettering [Wed, 5 Aug 2009 21:42:44 +0000 (23:42 +0200)] 
fix url in configure.ac

16 years agoblacklist attribute 5 of an hitachi drive
Lennart Poettering [Wed, 5 Aug 2009 21:41:54 +0000 (23:41 +0200)] 
blacklist attribute 5 of an hitachi drive

https://bugzilla.redhat.com/show_bug.cgi?id=506254

16 years agobuild-system: add missing blob to tarball
Lennart Poettering [Sun, 10 May 2009 16:07:45 +0000 (18:07 +0200)] 
build-system: add missing blob to tarball

16 years agoAdd ACLOCAL_AMFLAGS = -I m4
Michael Biebl [Wed, 29 Apr 2009 22:10:12 +0000 (00:10 +0200)] 
Add ACLOCAL_AMFLAGS = -I m4

As we already use AC_CONFIG_MACRO_DIR(m4), make sure to actually include
the m4 macros in the dist tarball.