fix release_num values

This commit is contained in:
Pavol Rusnak 2018-01-25 17:46:29 +01:00
parent b785fcce44
commit 739e4f2e45
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ static void usb_init_all(void) {
static const usb_dev_info_t dev_info = {
.vendor_id = 0x1209,
.product_id = 0x53C0,
.release_num = 0x0002,
.release_num = 0x0200,
.manufacturer = "SatoshiLabs",
.product = "TREZOR Bootloader",
.serial_number = "",

View File

@ -88,7 +88,7 @@ static void usb_init_all(void)
static const usb_dev_info_t dev_info = {
.vendor_id = 0x1209,
.product_id = 0x53C1,
.release_num = 0x0002,
.release_num = 0x0200,
.manufacturer = "SatoshiLabs",
.product = "TREZOR",
.serial_number = "000000000000",

View File

@ -14,7 +14,7 @@ usb_vcp = io.VCP(
usb = io.USB(
vendor_id=0x1209,
product_id=0x53C1,
release_num=0x0002,
release_num=0x0200,
manufacturer="SatoshiLabs",
product="TREZOR",
serial_number="000000000000000000000000",