Skip to content

Commit

Permalink
Update VID Source
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellcairns committed Feb 3, 2025
1 parent 5140ac8 commit d78e73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_hid/include/esp_hid_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ typedef struct {
uint16_t vendor_id; /*!< HID Vendor ID */
uint16_t product_id; /*!< HID Product ID */
uint16_t version; /*!< HID Product Version */
uint8_t vendor_id_source; /*!< HID Vendor ID Source (0x1 BT, 0x2 USB) */
const char *device_name; /*!< HID Device Name */
const char *manufacturer_name; /*!< HID Manufacturer */
const char *serial_number; /*!< HID Serial Number */
Expand Down

0 comments on commit d78e73f

Please sign in to comment.