mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 00:38:33 +03:00
usb.c: Updated comment to be generic
This commit is contained in:
@@ -189,7 +189,7 @@ const SIMTraceDriverConfigurationDescriptorSniffer configurationDescriptorSniffe
|
|||||||
USBGenericDescriptor_INTERFACE,
|
USBGenericDescriptor_INTERFACE,
|
||||||
0, /* This is interface #0 */
|
0, /* This is interface #0 */
|
||||||
0, /* This is alternate setting #0 for this interface */
|
0, /* This is alternate setting #0 for this interface */
|
||||||
3, /* This interface uses 3 endpoints */
|
3, /* Number of endpoints */
|
||||||
0xff, /* Descriptor Class: Vendor specific */
|
0xff, /* Descriptor Class: Vendor specific */
|
||||||
0, /* No subclass */
|
0, /* No subclass */
|
||||||
0, /* No l */
|
0, /* No l */
|
||||||
@@ -365,7 +365,7 @@ const SIMTraceDriverConfigurationDescriptorPhone configurationDescriptorPhone =
|
|||||||
USBGenericDescriptor_INTERFACE,
|
USBGenericDescriptor_INTERFACE,
|
||||||
0, /* This is interface #0 */
|
0, /* This is interface #0 */
|
||||||
0, /* This is alternate setting #0 for this interface */
|
0, /* This is alternate setting #0 for this interface */
|
||||||
3, /* This interface uses 3 endpoints */
|
4, /* Number of endpoints */
|
||||||
0xff, /* Descriptor Class: Vendor specific */
|
0xff, /* Descriptor Class: Vendor specific */
|
||||||
0, /* No subclass */
|
0, /* No subclass */
|
||||||
0, /* No l */
|
0, /* No l */
|
||||||
@@ -439,7 +439,7 @@ const SIMTraceDriverConfigurationDescriptorMITM configurationDescriptorMITM = {
|
|||||||
USBGenericDescriptor_INTERFACE,
|
USBGenericDescriptor_INTERFACE,
|
||||||
0, /* This is interface #0 */
|
0, /* This is interface #0 */
|
||||||
0, /* This is alternate setting #0 for this interface */
|
0, /* This is alternate setting #0 for this interface */
|
||||||
3, /* This interface uses 3 endpoints */
|
3, /* Number of endpoints */
|
||||||
//CDCCommunicationInterfaceDescriptor_CLASS,
|
//CDCCommunicationInterfaceDescriptor_CLASS,
|
||||||
0xff,
|
0xff,
|
||||||
// CDCCommunicationInterfaceDescriptor_ABSTRACTCONTROLMODEL,
|
// CDCCommunicationInterfaceDescriptor_ABSTRACTCONTROLMODEL,
|
||||||
@@ -486,7 +486,7 @@ const SIMTraceDriverConfigurationDescriptorMITM configurationDescriptorMITM = {
|
|||||||
USBGenericDescriptor_INTERFACE,
|
USBGenericDescriptor_INTERFACE,
|
||||||
1, /* This is interface #1 */
|
1, /* This is interface #1 */
|
||||||
0, /* This is alternate setting #0 for this interface */
|
0, /* This is alternate setting #0 for this interface */
|
||||||
3, /* This interface uses 3 endpoints */
|
3, /* Number of endpoints */
|
||||||
0xff,
|
0xff,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
|||||||
Reference in New Issue
Block a user