VirtualBox

Changeset 57625 in vbox


Ignore:
Timestamp:
Sep 4, 2015 12:42:02 PM (9 years ago)
Author:
vboxsync
Message:

Main/HostUSBdevice: USB dtabase enabled + minor fix

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r57512 r57625  
    552552endif
    553553# Whether to generate a database of USB vendor IDs and device IDs into VBoxSVC.
    554 #VBOX_WITH_MAIN_USB_ID_DATABASE = 1
     554VBOX_WITH_MAIN_USB_ID_DATABASE = 1
    555555# The recompiler.
    556556VBOX_WITH_REM = 1
  • trunk/src/VBox/Main/src-server/USBIdDatabaseGenerator.cpp

    r57358 r57625  
    5454const size_t AliasDictionary::vendors_size = sizeof(AliasDictionary::vendorArray) / sizeof(Vendor);";
    5555
    56 const char* start_block = "#            interface  interface_name               <-- two tabs";
     56const char* start_block = "# Vendors, devices and interfaces. Please keep sorted.";
    5757const char* end_block = "# List of known device classes, subclasses and protocols";
    5858
     
    111111        }
    112112    }
    113     return res;
     113  return res;
    114114}
    115115
  • trunk/src/VBox/Main/src-server/custom.ids

    r57034 r57625  
    1 # Vendors, devices
     1# Vendors, devices and interfaces. Please keep sorted.
    22
    33# Syntax:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette