mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-02 04:18:20 +00:00
usb: disable HS mode & U2F iface for now
This commit is contained in:
parent
115bd995eb
commit
b61676cf89
@ -46,9 +46,9 @@
|
|||||||
/* Exported types ------------------------------------------------------------*/
|
/* Exported types ------------------------------------------------------------*/
|
||||||
/* Exported constants --------------------------------------------------------*/
|
/* Exported constants --------------------------------------------------------*/
|
||||||
|
|
||||||
// #define USE_USB_FS
|
#define USE_USB_FS
|
||||||
#define USE_USB_HS
|
// #define USE_USB_HS
|
||||||
#define USE_USB_HS_IN_FS
|
// #define USE_USB_HS_IN_FS
|
||||||
|
|
||||||
/* ########################## Module Selection ############################## */
|
/* ########################## Module Selection ############################## */
|
||||||
/**
|
/**
|
||||||
|
@ -75,7 +75,7 @@ usb = io.USB(
|
|||||||
)
|
)
|
||||||
usb.add(usb_wire)
|
usb.add(usb_wire)
|
||||||
usb.add(usb_vcp)
|
usb.add(usb_vcp)
|
||||||
usb.add(usb_u2f)
|
# usb.add(usb_u2f)
|
||||||
|
|
||||||
# load applications
|
# load applications
|
||||||
from apps.common import storage
|
from apps.common import storage
|
||||||
|
Loading…
Reference in New Issue
Block a user