summaryrefslogtreecommitdiff
path: root/usr.sbin/usbconfig
AgeCommit message (Expand)Author
2025-05-15libusb: add SUPER_PLUS in speed enum.SHENGYI HUNG
2025-02-24usbconfig: add -l option to dump_device_desc for single line outputBjoern A. Zeeb
2024-04-28usbconfig: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas
2024-02-29usbconfig: allow to get usb vendors and products from the usb.ids databaseBaptiste Daroussin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-02usbconfig: Remove useless return at the end of void functionElyes Haouas
2022-01-29usbconfig.8: Sort flags according to style(9)Mateusz Piotrowski
2022-01-29usbconfig.8: Improve style and fix examplesMateusz Piotrowski
2021-12-20usbconfig: actually set the exit code in usage()Joerg Wunsch
2021-12-20usbconfig: implement a -v optionJoerg Wunsch
2021-12-20usbconfig: documentation fixes, mainly for -i optionJoerg Wunsch
2021-12-20usbconfig: use getopt(3) for option handlingJoerg Wunsch
2019-12-27Implement dump_stats command for usbconfig(8).Hans Petter Selasky
2019-08-16Implement detach_kernel_driver command in usbconfig(8).Hans Petter Selasky
2018-04-29Clean up the EXAMPLES section of usbconfig(8). This removes parts thatEdward Tomasz Napierala
2018-04-17Make it possible to pass the ugenX.Y to usbconfig(8) without using "-d",Edward Tomasz Napierala
2018-03-13Add "usbconfig dump_all_desc", a subcommand to dump all device and configEdward Tomasz Napierala
2018-01-03Fix warnings from "mandoc -Tlint -Wwarning".Edward Tomasz Napierala
2017-12-30Improve usbconfig(8) manual page by adding descriptions for subcommands.Edward Tomasz Napierala
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-11-12Decode more fields when dumping USB descriptors.Hans Petter Selasky
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-10-13Updated dependenciesSimon J. Gerraty
2013-04-12sync from headSimon J. Gerraty
2013-03-13- Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-14Add USB API to read power draw on USB devices.Hans Petter Selasky
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-02-26- Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky
2010-11-10Add a man page for usb_quirk module, plus references in other man pages,Nick Hibma
2010-10-24Remove stray semicolon.Hans Petter Selasky
2010-01-10Print error messages to stderr.Andrew Thompson
2010-01-09Add missing library dependency.Antoine Brodin
2010-01-07Sync to p4Andrew Thompson
2009-11-02Add more verbose output when dumping the configuration descriptor.Andrew Thompson
2009-11-01Expand DESCRIPTION and a basic EXAMPLES section.Christian Brueffer
2009-05-27Fix xref name.Andrew Thompson
2009-03-17Remove unused local. usbconfig(8) can now compile underXin LI