-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2/26/2014 5:18 AM, Martin Pitt wrote:
> I came across the AT Attachment 8 - ATA/ATAPI Command Set draft at
> e. g. http://www.t10.org/t13/docs2005/D1699r1b-ATA8-ACS.pdf, and
> that only describes E3h, "The IDLE command allows the host to place
> the
Hey Philip,
> - /* ATA8: 7.18 IDLE - E3h, Non-Data */
> - UDisksAtaCommandInput input = {.command = 0xe3, .count =
> data->ata_pm_standby};
> + /* ATA8: 7.18 STANDBY - E2h, Non-Data */
> + UDisksAtaCommandInput input = {.command = 0xe2, .count =
> data->ata_pm_standby};
I ca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ping... it has been a few months and this is a feature crippling, yet
very simple error.
On 11/15/2013 3:29 PM, Phillip Susi wrote:
> The configuration setting for standby time was being sent to the
> drive with the IDLE command, setting the IDLE time
The configuration setting for standby time was being sent
to the drive with the IDLE command, setting the IDLE timer
instead of the STANDBY timer. Use the right command to set
the right timer.
Signed-off-by: Phillip Susi
---
src/udiskslinuxdriveata.c | 6 +++---
1 file changed, 3 insertions(+),