Changeset 94342 in vbox for trunk/src/VBox/Devices/USB/darwin
- Timestamp:
- Mar 23, 2022 7:53:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r93944 r94342 1101 1101 * The format of this string is something iokit.c in Main defines, currently 1102 1102 * it's sequences of "[l|s]=<value>" separated by ";". 1103 * @param pvBackend Backend specific pointer, unused for the Darwin backend. 1104 */ 1105 static DECLCALLBACK(int) usbProxyDarwinOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress, void *pvBackend) 1106 { 1107 RT_NOREF(pvBackend); 1103 */ 1104 static DECLCALLBACK(int) usbProxyDarwinOpen(PUSBPROXYDEV pProxyDev, const char *pszAddress) 1105 { 1108 1106 LogFlow(("usbProxyDarwinOpen: pProxyDev=%p pszAddress=%s\n", pProxyDev, pszAddress)); 1109 1107
Note:
See TracChangeset
for help on using the changeset viewer.