VirtualBox

Ignore:
Timestamp:
Dec 17, 2013 8:20:45 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91384
Message:

Mac OS X host: HID LEDs sync: take care about bluetooth keyboard: wake it up before setting LED in order to decrease LED-set-operation delay up to ~1-0.5 seconds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp

    r49957 r49965  
    12811281    IOReturn      rc = kIOReturnError;
    12821282
    1283     /* Try to resume built-in keyboard. Abort if failed in order to avoid GUI freezes. */
    1284     int rc1 = SUPR3ResumeBuiltinKeyboard();
     1283    /* Try to resume suspended keyboard devices. Abort if failed in order to avoid GUI freezes. */
     1284    int rc1 = SUPR3ResumeSuspendedKeyboards();
    12851285    if (RT_FAILURE(rc1))
    12861286        return rc1;
     
    13081308    CFIndex       integerValue;
    13091309
    1310     /* Try to resume built-in keyboard. Abort if failed in order to avoid GUI freezes. */
    1311     int rc1 = SUPR3ResumeBuiltinKeyboard();
     1310    /* Try to resume suspended keyboard devices. Abort if failed in order to avoid GUI freezes. */
     1311    int rc1 = SUPR3ResumeSuspendedKeyboards();
    13121312    if (RT_FAILURE(rc1))
    13131313        return rc1;
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