VirtualBox

Changeset 76331 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Dec 21, 2018 10:25:11 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127624
Message:

VUSB/Linux: Log ENOENT errors, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r73775 r76331  
    16411641            Log(("vusbProxyLinuxStatusToVUsbStatus: SHUTDOWN!!\n"));
    16421642            return VUSBSTATUS_STALL;
     1643       
     1644        case -ENOENT:
     1645            Log(("vusbProxyLinuxStatusToVUsbStatus: ENOENT!!\n"));
     1646            return VUSBSTATUS_STALL;
    16431647
    16441648        default:
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