VirtualBox

Changeset 101618 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 27, 2023 12:47:55 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159705
Message:

Devices/Gpio: Add virtual GPIO button driver to simulate button presses using GPIO, for passing power/sleep button requests to the guest, bugref:10538

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdrv.h

    r100779 r101618  
    349349/** Generic raw PCI device driver. */
    350350#define PDM_DRVREG_CLASS_PCIRAW         RT_BIT(16)
     351/** GPIO driver. */
     352#define PDM_DRVREG_CLASS_GPIO           RT_BIT(16)
    351353/** @} */
    352354
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