VirtualBox

Changeset 30511 in vbox


Ignore:
Timestamp:
Jun 29, 2010 4:35:47 PM (15 years ago)
Author:
vboxsync
Message:

Devices/Input/UsbKbd: silly regression that sent URBs back ad infinitum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbKbd.cpp

    r30507 r30511  
    845845        int rc = usbHidFillReport(pReport, pThis->abUnreportedKeys,
    846846                                  pThis->abDepressedKeys);
     847        pThis->fHasPendingChanges = false;
    847848        AssertRCReturn(rc, rc);
    848849        return usbHidCompleteOk(pThis, pUrb, sizeof(*pReport));
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