Changeset 50233 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jan 24, 2014 9:54:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp
r50228 r50233 293 293 } 294 294 295 static DECLCALLBACK(int) usbProxyWinClaimInterface(PUSBPROXYDEV p , int ifnum)295 static DECLCALLBACK(int) usbProxyWinClaimInterface(PUSBPROXYDEV pProxyDev, int ifnum) 296 296 { 297 297 /* Called just before we use an interface. Needed on Linux to claim … … 308 308 } 309 309 310 static DECLCALLBACK(int) usbProxyWinReleaseInterface(PUSBPROXYDEV p , int ifnum)310 static DECLCALLBACK(int) usbProxyWinReleaseInterface(PUSBPROXYDEV pProxyDev, int ifnum) 311 311 { 312 312 /* The opposite of claim_interface. */
Note:
See TracChangeset
for help on using the changeset viewer.