mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-31 18:40:56 +00:00
main: disable wire, enable u2f
This commit is contained in:
parent
a015853f85
commit
4a6dcfe9c1
@ -97,10 +97,10 @@ msg.init_usb(msg.USB(
|
|||||||
manufacturer_str="SatoshiLabs",
|
manufacturer_str="SatoshiLabs",
|
||||||
product_str="TREZOR",
|
product_str="TREZOR",
|
||||||
serial_number_str="000000000000000000000000"
|
serial_number_str="000000000000000000000000"
|
||||||
), (hid_wire, vcp))
|
), (hid_u2f, vcp))
|
||||||
|
|
||||||
# Initialize the wire codec pipeline
|
# Initialize the wire codec pipeline
|
||||||
wire.setup(_IFACE_WIRE)
|
# wire.setup(_IFACE_WIRE)
|
||||||
|
|
||||||
# Load default homescreen
|
# Load default homescreen
|
||||||
from apps.homescreen.homescreen import layout_homescreen
|
from apps.homescreen.homescreen import layout_homescreen
|
||||||
|
Loading…
Reference in New Issue
Block a user