VirtualBox

Changeset 28909 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 29, 2010 4:34:17 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60857
Message:

Route input to PS/2 keyboard unless USB keyboard was explicitly activated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/KeyboardImpl.h

    r28800 r28909  
    2323
    2424#include <VBox/pdmdrv.h>
     25
     26/** Limit of simultaneously attached devices (just USB and/or PS/2). */
     27enum { KEYBOARD_MAX_DEVICES = 2 };
    2528
    2629/** Simple keyboard event class. */
     
    8992
    9093    static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID);
     94    static DECLCALLBACK(void)   keyboardSetActive(PPDMIKEYBOARDCONNECTOR pInterface, bool fActive);
    9195    static DECLCALLBACK(int)    drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
    9296    static DECLCALLBACK(void)   drvDestruct(PPDMDRVINS pDrvIns);
    9397
    9498    Console * const         mParent;
    95     /** Pointer to the associated keyboard driver. */
    96     struct DRVMAINKEYBOARD *mpDrv;
     99    /** Pointer to the associated keyboard driver(s). */
     100    struct DRVMAINKEYBOARD *mpDrv[KEYBOARD_MAX_DEVICES];
    97101    /** Pointer to the device instance for the VMM Device. */
    98102    PPDMDEVINS              mpVMMDev;
Note: See TracChangeset for help on using the changeset viewer.

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