VirtualBox

Changeset 28574 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 21, 2010 8:50:48 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60396
Message:

Main: add support for polling for USB devices on Linux hosts without usbfs or hal - fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r27797 r28574  
    15331533/** @} */
    15341534
     1535/** @name VBox FAM error codes
     1536 * @{
     1537 */
     1538/** FAM failed to open a connection */
     1539#define VERR_FAM_OPEN_FAILED                        (-5000)
     1540/** FAM failed to add a file to the list to be monitored */
     1541#define VERR_FAM_MONITOR_FILE_FAILED                (-5001)
     1542/** FAM failed to add a directory to the list to be monitored */
     1543#define VERR_FAM_MONITOR_DIRECTORY_FAILED                (-5001)
     1544/** @} */
     1545
    15351546/* SED-END */
    15361547
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