bootloader/firmware: update usb strings

pull/25/head
Pavol Rusnak 7 years ago
parent e7bcaae3d4
commit 80d8ab7825
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -88,11 +88,11 @@ int usb_init_all(void) {
.vendor_id = 0x1209,
.product_id = 0x53C0,
.release_num = 0x0002,
.manufacturer_str = (const uint8_t *)"manufacturer_str",
.product_str = (const uint8_t *)"product_str",
.serial_number_str = (const uint8_t *)"serial_number_str",
.configuration_str = (const uint8_t *)"configuration_str",
.interface_str = (const uint8_t *)"interface_str",
.manufacturer_str = (const uint8_t *)"SatoshiLabs",
.product_str = (const uint8_t *)"TREZOR Bootloader",
.serial_number_str = (const uint8_t *)"",
.configuration_str = (const uint8_t *)"",
.interface_str = (const uint8_t *)"",
};
static uint8_t hid_rx_buffer[64];
static const uint8_t hid_report_desc[] = {

@ -27,11 +27,11 @@ int usb_init_all(void) {
.vendor_id = 0x1209,
.product_id = 0x53C1,
.release_num = 0x0002,
.manufacturer_str = (const uint8_t *)"manufacturer_str",
.product_str = (const uint8_t *)"product_str",
.serial_number_str = (const uint8_t *)"serial_number_str",
.configuration_str = (const uint8_t *)"configuration_str",
.interface_str = (const uint8_t *)"interface_str",
.manufacturer_str = (const uint8_t *)"SatoshiLabs",
.product_str = (const uint8_t *)"TREZOR",
.serial_number_str = (const uint8_t *)"000000000000000000000000",
.configuration_str = (const uint8_t *)"",
.interface_str = (const uint8_t *)"",
};
static uint8_t hid_rx_buffer[64];
static const uint8_t hid_report_desc[] = {

Loading…
Cancel
Save