1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-17 01:52:02 +00:00

prodtest: use different release_num

This commit is contained in:
Pavol Rusnak 2018-02-01 10:13:40 +01:00
parent 488e516cbf
commit db71afca60
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -91,7 +91,7 @@ static void usb_init_all(void)
.device_protocol = 0x01, // Interface Association Descriptor .device_protocol = 0x01, // Interface Association Descriptor
.vendor_id = 0x1209, .vendor_id = 0x1209,
.product_id = 0x53C1, .product_id = 0x53C1,
.release_num = 0x0200, .release_num = 0x0100,
.manufacturer = "SatoshiLabs", .manufacturer = "SatoshiLabs",
.product = "TREZOR", .product = "TREZOR",
.serial_number = "000000000000", .serial_number = "000000000000",