HelenOS sources
_OPTION 62 uspace/app/usbinfo/main.c _OPTION("-h --help", "Print this help and exit.");
_OPTION 63 uspace/app/usbinfo/main.c _OPTION("-l --list", "Print a list of host controllers and devices.");
_OPTION 64 uspace/app/usbinfo/main.c _OPTION("-i --identification", "Brief device identification.");
_OPTION 65 uspace/app/usbinfo/main.c _OPTION("-m --match-ids", "Print match ids generated for the device.");
_OPTION 66 uspace/app/usbinfo/main.c _OPTION("-t --descriptor-tree", "Print descriptor tree.");
_OPTION 67 uspace/app/usbinfo/main.c _OPTION("-T --descriptor-tree-full", "Print detailed descriptor tree");
_OPTION 68 uspace/app/usbinfo/main.c _OPTION("-s --strings", "Try to print all string descriptors.");
_OPTION 69 uspace/app/usbinfo/main.c _OPTION("-S --status", "Get status of the device.");
_OPTION 70 uspace/app/usbinfo/main.c _OPTION("-r --hid-report", "Dump HID report descriptor.");
_OPTION 71 uspace/app/usbinfo/main.c _OPTION("-R --hid-report-usages", "Dump usages of HID report.");
HelenOS homepage, sources at GitHub