Opened 15 years ago
Closed 10 years ago
#184 closed enhancement (fixed)
Support new ATA POWER MODE values
| Reported by: | Christian Franke | Owned by: | Christian Franke |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 6.5 |
| Component: | all | Version: | 5.41 |
| Keywords: | ata | Cc: |
Description
ATA ACS-2 introduces new return values of CHECK POWER MODE command:
0x01, 0x40, 0x41, 0x81, 0x82, 0x83
Attachments (1)
Change History (6)
comment:1 by , 11 years ago
| Milestone: | → unscheduled |
|---|
by , 10 years ago
| Attachment: | check_power_status_result.patch added |
|---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Milestone: | unscheduled → Release 6.5 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
Patch looks good, thanks.
comment:4 by , 10 years ago
Patch applied in r4255 with minor edits (trailing whitespace, indentation, excess long line).
comment:5 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Added support for new ATA power mode values with the attached patch.
Also, with the availability of more mode values, the log message “is in XXX mode, suspending checks” is now repeated when the mode changes. That way the information in the log is up-to-date, and correctly represents the last mode seen.