common: Add USB_DeviceSetVendorId() and USB_DeviceSetProductId().
[gps-watch.git] / src / common / usb_device_descriptor.h
index 5b8c8084a261de1b6f66ac75f659d9be7b46fafe..5bfbef80e2376ad2b369d29f45bca85322e45c7a 100644 (file)
@@ -200,4 +200,7 @@ extern usb_status_t USB_DeviceCallback(usb_device_handle handle, uint32_t event,
  */
 extern usb_status_t USB_DeviceSetSpeed(usb_device_handle handle, uint8_t speed);
 
+void USB_DeviceSetVendorId (uint16_t vid);
+void USB_DeviceSetProductId (uint16_t vid);
+
 #endif /* _USB_DEVICE_DESCRIPTOR_H_ */