VirtualBox

Ignore:
Timestamp:
Oct 27, 2023 1:05:01 PM (16 months ago)
Author:
vboxsync
Message:

Main/src-client/ConsoleImpl: Preliminary code to hook up the power button requests to the GPIO interface for an ARM guest, bugref:10538 [scm]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp

    r101619 r101622  
    560560        vrc = RTFdtNodePropertyAddU32(     hFdt, "linux,code", 0xcd);                       VRC();
    561561        vrc = RTFdtNodePropertyAddString(  hFdt, "label",      "GPIO Key Suspend");         VRC();
    562         vrc = RTFdtNodeFinalize(hFdt); 
     562        vrc = RTFdtNodeFinalize(hFdt);
    563563
    564564        vrc = RTFdtNodeFinalize(hFdt);                                                      VRC();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette