Re: [PATCH] Use STANDBY command to set standby time, not IDLE

2014-02-26 Thread Phillip Susi
-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

Re: [PATCH] Use STANDBY command to set standby time, not IDLE

2014-02-26 Thread Martin Pitt
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

Re: [PATCH] Use STANDBY command to set standby time, not IDLE

2014-02-18 Thread Phillip Susi
-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

[PATCH] Use STANDBY command to set standby time, not IDLE

2013-11-15 Thread Phillip Susi
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(+),