Changeset 57358 in vbox for trunk/src/VBox/Devices/USB/linux
- 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/linux/USBProxyDevice-linux.cpp
r56292 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Defined Constants And Macros * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Defined Constants And Macros * 21 *********************************************************************************************************************************/ 21 22 /** Define NO_PORT_RESET to skip the slow and broken linux port reset. 22 23 * Resetting will break PalmOne. */ … … 26 27 27 28 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 31 32 #define LOG_GROUP LOG_GROUP_DRV_USBPROXY 32 33 … … 100 101 #include "../USBProxyDevice.h" 101 102 102 /******************************************************************************* 103 * Structures and Typedefs * 104 *******************************************************************************/ 103 104 /********************************************************************************************************************************* 105 * Structures and Typedefs * 106 *********************************************************************************************************************************/ 105 107 /** 106 108 * Wrapper around the linux urb request structure. … … 157 159 158 160 159 /******************************************************************************* 160 * Internal Functions *161 ******************************************************************************* /161 /********************************************************************************************************************************* 162 * Internal Functions * 163 *********************************************************************************************************************************/ 162 164 static int usbProxyLinuxDoIoCtl(PUSBPROXYDEV pProxyDev, unsigned long iCmd, void *pvArg, bool fHandleNoDev, uint32_t cTries); 163 165 static void usbProxLinuxUrbUnplugged(PUSBPROXYDEV pProxyDev);
Note:
See TracChangeset
for help on using the changeset viewer.