Changeset 57358 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBIdDatabase.h
r57338 r57358 23 23 #define USBKEY(vendorId, productId) (((uint32_t)(vendorId) << 16) | (productId)) 24 24 25 /** 25 /** 26 26 * Elements of Aliases table 27 27 */ … … 64 64 65 65 66 /** 66 /** 67 67 * Wrapper for static array of Aliases. 68 68 */
Note:
See TracChangeset
for help on using the changeset viewer.