VirtualBox

Changeset 47497 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 31, 2013 4:43:28 PM (11 years ago)
Author:
vboxsync
Message:

Solaris/USB: Fix short-transfers-okay flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/usblib-solaris.h

    r44529 r47497  
    55
    66/*
    7  * Copyright (C) 2008-2012 Oracle Corporation
     7 * Copyright (C) 2008-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    155155typedef enum
    156156{
    157     VBOXUSB_RESET_LEVEL_NONE      = 0,
     157    /** Close device not a reset. */
     158    VBOXUSB_RESET_LEVEL_CLOSE     = 0,
     159    /** Hard reset resulting in device replug behaviour. */
    158160    VBOXUSB_RESET_LEVEL_REATTACH  = 2,
     161    /** Device-level reset. */
    159162    VBOXUSB_RESET_LEVEL_SOFT      = 4
    160163} VBOXUSB_RESET_LEVEL;
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