export interface IUsbDeviceDescriptor { vendorId: number; productId: number; manufacturer?: string; product?: string; serialNumber?: string; }