Changeset 47497 in vbox for trunk/include/VBox
- Timestamp:
- Jul 31, 2013 4:43:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-solaris.h
r44529 r47497 5 5 6 6 /* 7 * Copyright (C) 2008-201 2Oracle Corporation7 * Copyright (C) 2008-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 155 155 typedef enum 156 156 { 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. */ 158 160 VBOXUSB_RESET_LEVEL_REATTACH = 2, 161 /** Device-level reset. */ 159 162 VBOXUSB_RESET_LEVEL_SOFT = 4 160 163 } VBOXUSB_RESET_LEVEL;
Note:
See TracChangeset
for help on using the changeset viewer.