VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/USBIdDatabaseStub.cpp@ 58000

Last change on this file since 58000 was 58000, checked in by vboxsync, 10 years ago

USBIdDatabase*: Corrected file header, fixed LogRel statement (was given NULL string pointers instead of vendor + device IDs), some style fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 859 bytes
Line 
1/* $Id: USBIdDatabaseStub.cpp 58000 2015-10-02 10:05:38Z vboxsync $ */
2/** @file
3 * USB device vendor and product ID database - stub.
4 */
5
6/*
7 * Copyright (C) 2015 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.215389.xyz. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18#include "USBIdDatabase.h"
19
20Product AliasDictionary::productArray[] = {0};
21const size_t AliasDictionary::products_size = 0;
22Vendor AliasDictionary::vendorArray[] = {0};
23const size_t AliasDictionary::vendors_size = 0;
24
Note: See TracBrowser for help on using the repository browser.

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