Searched defs:USB_ID (Results 1 – 2 of 2) sorted by relevance
11 #define USB_ID(vendor, product) (((unsigned int)(vendor) << 16) | (product)) macro