Changeset 28847 in vbox
- Timestamp:
- Apr 27, 2010 4:57:54 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r28810 r28847 379 379 ifeq ($(KBUILD_TARGET),linux) 380 380 VBOX_USB_WITH_SYSFS=1 381 VBOX_USB_WITH_DBUS=1 381 382 VBOX_USB_WITH_FAM=1 382 383 endif -
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r28824 r28847 1343 1343 { 1344 1344 # ifndef VBOX_WITH_SYSFS_BY_DEFAULT 1345 Assert(!RTFileExists("/proc/bus/usb/devices")); 1345 /** @todo only create this object if we will use it */ 1346 // Assert(!RTFileExists("/proc/bus/usb/devices")); 1346 1347 # endif 1347 1348 # ifdef VBOX_USB_WITH_DBUS
Note:
See TracChangeset
for help on using the changeset viewer.