Skip to content

Commit

Permalink
Add vendor and product id
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
  • Loading branch information
Iker Perez del Palomar Sustatxa committed May 25, 2021
1 parent ddf7964 commit 7d8e799
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions boards/arm/bloodlight_rev2/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ config SPI_STM32_INTERRUPT
depends on SPI

endif

config USB_DEVICE_VID
hex "USB Vendor ID"
default 0x2fe3
depends on USB
help
USB device vendor ID. MUST be configured by vendor.
config USB_DEVICE_PID
hex "USB Product ID"
default 0x0100
depends on USB
help
USB device product ID. MUST be configured by vendor.

0 comments on commit 7d8e799

Please sign in to comment.