Changeset 57358 in vbox for trunk/src/VBox/Devices/USB/solaris
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp
r56292 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_USBPROXY 23 23 #include <sys/poll.h> … … 39 39 #include <VBox/usblib.h> 40 40 41 /******************************************************************************* 42 * Defined Constants And Macros * 43 *******************************************************************************/ 41 42 /********************************************************************************************************************************* 43 * Defined Constants And Macros * 44 *********************************************************************************************************************************/ 44 45 /** Log Prefix. */ 45 46 #define USBPROXY "USBProxy" 46 47 47 48 48 /******************************************************************************* 49 * Structures and Typedefs *50 ******************************************************************************* /49 /********************************************************************************************************************************* 50 * Structures and Typedefs * 51 *********************************************************************************************************************************/ 51 52 /** 52 53 * Wrapper around the solaris urb request structure.
Note:
See TracChangeset
for help on using the changeset viewer.