mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 17:09:44 +00:00
bootloader/firmware: update usb strings
This commit is contained in:
parent
e7bcaae3d4
commit
80d8ab7825
@ -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…
Reference in New Issue
Block a user