Changeset 30854 in vbox
- Timestamp:
- Jul 14, 2010 6:17:58 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Main/USBControllerImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r30788 r30854 309 309 ## Build the bugcheck detection code. 310 310 #VBOX_WITH_GUEST_BUGCHECK_DETECTION = 311 # Enable the USB feature. This inclu ses VBOX_WITH_VUSB!311 # Enable the USB feature. This includes VBOX_WITH_VUSB! 312 312 VBOX_WITH_USB = 1 313 313 # Enable the USB 1.1 controller plus virtual USB HID devices. -
trunk/src/VBox/Main/USBControllerImpl.cpp
r30764 r30854 26 26 # include "HostUSBDeviceImpl.h" 27 27 # include "USBProxyService.h" 28 # include "USBDeviceFilterImpl.h" 28 29 #endif 29 #include "USBDeviceFilterImpl.h"30 30 31 31 #include <iprt/string.h>
Note:
See TracChangeset
for help on using the changeset viewer.

