Searched hist:d69b9cc26d1c24a4cbc37478a571b1f531aa7bcc (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/usbconfig/ |
H A D | usbconfig.8 | diff d69b9cc26d1c24a4cbc37478a571b1f531aa7bcc Mon Dec 20 20:33:05 CET 2021 Joerg Wunsch <joerg@FreeBSD.org> usbconfig: implement a -v option
Implement a -v option to usbconfig(8), as a shortcut for the most frequently needed commands dump_device_desc, dump_curr_config_desc, and show_ifdrv.
While here, implement a real -h option that has been promised by the man page.
Use <sysexits.h> to declare the utility return codes.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D33586 MFC after: 2 weeks
|
H A D | usbconfig.c | diff d69b9cc26d1c24a4cbc37478a571b1f531aa7bcc Mon Dec 20 20:33:05 CET 2021 Joerg Wunsch <joerg@FreeBSD.org> usbconfig: implement a -v option
Implement a -v option to usbconfig(8), as a shortcut for the most frequently needed commands dump_device_desc, dump_curr_config_desc, and show_ifdrv.
While here, implement a real -h option that has been promised by the man page.
Use <sysexits.h> to declare the utility return codes.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D33586 MFC after: 2 weeks
|