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