~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to doc/html/gdbus-org.freedesktop.UDisks2.Drive.Ata.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-06-13 17:01:30 UTC
  • mfrom: (1.1.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20120613170130-9jggrd76bkv1vd0b
Tags: 1.98.0-1
* New upstream release.
* debian/control: Drop ntfsprogs Recommends. It is a transitional package
  for ntfs-3g now, which we already recommend.
* Add 00git_no_polkit_fallback.patch: Fix crash if polkit is not available.
  Patch backported from current upstream git head.
* Add debian/local/integration-test: Latest integration test suite from
  upstream git. 1.99 and later will ship that in the source tarball.
* Add debian/tests/control and debian/tests/upstream-system: DEP-8
  autopkgtest (adapted from udisks package).
* debian/control: Change suggestion of cryptsetup to cryptsetup-bin, as that
  is sufficient for udisks' needs.
* debian/copyright: Fix duplicate copyright line, thanks lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
</pre>
50
50
</div>
51
51
<div class="refsect1">
52
 
<a name="id590889"></a><h2>Properties</h2>
 
52
<a name="id520309"></a><h2>Properties</h2>
53
53
<pre class="synopsis">
54
54
<a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartSupported" title='The "SmartSupported" property'>SmartSupported</a>                     readable   b
55
55
<a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartEnabled" title='The "SmartEnabled" property'>SmartEnabled</a>                       readable   b
86
86
</p>
87
87
<p>        The option <em class="parameter"><code>atasmart_blob</code></em> can be used to inject libatasmart
88
88
        compatible blobs for testing how clients react to different
89
 
        kinds of SMART data. Only uid 0 may use this. This option may
90
 
        be removed in the future with it being considered an ABI break
91
 
        - it only exists for testing purposes. Example:
92
 
</p>
93
 
<pre class="programlisting">
94
 
# export ATA_SMART_BLOB=/usr/share/doc/libatasmart-devel-0.17/Maxtor_96147H8--BAC51KJ0--2 ; \
95
 
  gdbus call --system --dest org.freedesktop.UDisks2 \
96
 
             --object-path /org/freedesktop/UDisks2/drives/WDC_WD1002FAEX_00Y9A0_WD_WCAW30039835 \
97
 
             --method org.freedesktop.UDisks2.Drive.Ata.SmartUpdate \
98
 
             "{'atasmart_blob': &lt;'$ATA_SMART_BLOB'&gt;}"
99
 
</pre>
100
 
<p>
 
89
        kinds of SMART data. This option may be removed in the future
 
90
        with it being considered an ABI break.
101
91
</p>
102
92
<div class="variablelist"><table border="0">
103
93
<col align="left" valign="top">