mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
Fix typos in usb.c, llist_irqsafe.h and dfu.h
This commit is contained in:
@@ -268,7 +268,7 @@ static const SIMTraceDriverConfigurationDescriptorPhone
|
||||
#ifdef CARDEMU_SECOND_UART
|
||||
.bNumInterfaces = 2+DFURT_NUM_IF,
|
||||
#else
|
||||
.bNumInterefaces = 1+DFURT_NUM_IF,
|
||||
.bNumInterfaces = 1+DFURT_NUM_IF,
|
||||
#endif
|
||||
.bConfigurationValue = CFG_NUM_PHONE,
|
||||
.iConfiguration = PHONE_CONF_STR,
|
||||
@@ -506,7 +506,7 @@ static const SIMTraceDriverConfigurationDescriptorMITM
|
||||
.bAlternateSetting = 0,
|
||||
.bNumEndpoints = 3,
|
||||
.bInterfaceClass = 0xff,
|
||||
.bInterfaceSubClass = SIMTRAC_SUBCLASS_CARDEM,
|
||||
.bInterfaceSubClass = SIMTRACE_SUBCLASS_CARDEM,
|
||||
.bInterfaceProtocol = 0,
|
||||
.iInterface = PHONE_CONF_STR,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user