Changeset 47496 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 31, 2013 3:52:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp
r44528 r47496 58 58 /** VBoxUSB Device handle. */ 59 59 static RTFILE g_hFile = NIL_RTFILE; 60 /** List of tasks handled by the USB helper. */ 61 typedef enum USBHELPER_OP 62 { 63 ADD_ALIAS = 0, 64 DEL_ALIAS, 65 RESET 66 }; 60 67 61 68 62 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.