We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See Table 204 in https://people.freebsd.org/~imp/asiabsdcon2015/works/d2161r5-ATAATAPI_Command_Set_-_3.pdf
Return values 0x80 - 0x83 are variants of the Idle state and should be treated similarly to 0xFF.
Relevant code line:
hddtemp/src/atacmds.c
Line 119 in 6740688
Related/similar: https://sourceforge.net/p/hdparm/support-requests/11/
The text was updated successfully, but these errors were encountered:
Support WIN_CHECKPOWERMODE1 outputs 0x80-0x83
601f4a5
These are idle state variants, so treat them the same way as 0xFF. See vitlav#13
No branches or pull requests
See Table 204 in https://people.freebsd.org/~imp/asiabsdcon2015/works/d2161r5-ATAATAPI_Command_Set_-_3.pdf
Return values 0x80 - 0x83 are variants of the Idle state and should be treated similarly to 0xFF.
Relevant code line:
hddtemp/src/atacmds.c
Line 119 in 6740688
Related/similar: https://sourceforge.net/p/hdparm/support-requests/11/
The text was updated successfully, but these errors were encountered: