- Timestamp:
- Jun 13, 2016 12:40:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r61675 r61676 644 644 RTStrmClose(pStrmStatus); 645 645 } 646 rc = POWER_OPEN(&pStrmStatus, "current_now"); 646 rc = POWER_OPEN(&pStrmStatus, "power_now"); 647 if (RT_FAILURE(rc)) 648 rc = POWER_OPEN(&pStrmStatus, "current_now"); 647 649 if (RT_SUCCESS(rc)) 648 650 {
Note:
See TracChangeset
for help on using the changeset viewer.