VirtualBox

Changeset 65919 in vbox for trunk/src/VBox/Devices/Input


Ignore:
Timestamp:
Mar 1, 2017 6:24:27 PM (8 years ago)
Author:
vboxsync
Message:

gcc 7: fall thru

Location:
trunk/src/VBox/Devices/Input
Files:
2 edited

Legend:

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

    r64368 r65919  
    11151115        case 0x81:
    11161116            AssertFailed();
     1117            /* fall thru */
    11171118        case 0x01:
    11181119            rc = usbHidHandleIntrDevToHost(pThis, &pThis->aEps[1], pUrb);
  • trunk/src/VBox/Devices/Input/UsbMouse.cpp

    r63478 r65919  
    21702170        case 0x81:
    21712171            AssertFailed();
     2172            /* fall thru */
    21722173        case 0x01:
    21732174            rc = usbHidHandleIntrDevToHost(pThis, &pThis->aEps[1], pUrb);
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