Changeset 101622 in vbox for trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
- Timestamp:
- Oct 27, 2023 1:05:01 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r101619 r101622 560 560 vrc = RTFdtNodePropertyAddU32( hFdt, "linux,code", 0xcd); VRC(); 561 561 vrc = RTFdtNodePropertyAddString( hFdt, "label", "GPIO Key Suspend"); VRC(); 562 vrc = RTFdtNodeFinalize(hFdt); 562 vrc = RTFdtNodeFinalize(hFdt); 563 563 564 564 vrc = RTFdtNodeFinalize(hFdt); VRC();
Note:
See TracChangeset
for help on using the changeset viewer.