VirtualBox

Changeset 42946 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 23, 2012 11:47:22 AM (12 years ago)
Author:
vboxsync
Message:

Solaris/USBMon: error codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c

    r41700 r42946  
    827827            case USB_INVALID_PERM:    rc = VERR_PERMISSION_DENIED;      break;
    828828            case USB_INVALID_ARGS:    rc = VERR_INVALID_PARAMETER;      break;
    829 
    830             /* @todo find better codes for these (especially USB_BUSY) */
    831             case USB_BUSY:
    832             case USB_INVALID_CONTEXT:
     829            case USB_BUSY:            rc = VERR_RESOURCE_BUSY;          break;
     830            case USB_INVALID_CONTEXT: rc = VERR_INVALID_CONTEXT;        break;
    833831            case USB_FAILURE:         rc = VERR_GENERAL_FAILURE;        break;
    834832
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