Changeset e9d600c2 in mainline for uspace/app/tmon/main.c


Ignore:
Timestamp:
2017-12-21T09:03:55Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad2a8b1
Parents:
cec130b
Message:

usbdiag: added interrupt endpoint tests, printing tmon device path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/main.c

    rcec130b re9d600c2  
    5353        },
    5454        {
     55                .name = "stress-intr-in",
     56                .description = "Stress benchmark interrupt in endpoints of a diagnostic device.",
     57                .action = tmon_stress_intr_in,
     58        },
     59        {
     60                .name = "stress-intr-out",
     61                .description = "Stress benchmark interrupt out endpoints of a diagnostic device.",
     62                .action = tmon_stress_intr_out,
     63        },
     64        {
    5565                .name = "stress-bulk-in",
    5666                .description = "Stress benchmark bulk in endpoints of a diagnostic device.",
     
    5969        {
    6070                .name = "stress-bulk-out",
    61                 .description = "Benchmark bulk out endpoints of a diagnostic device.",
     71                .description = "Stress benchmark bulk out endpoints of a diagnostic device.",
    6272                .action = tmon_stress_bulk_out,
    6373        },
Note: See TracChangeset for help on using the changeset viewer.