Revision tags: release/13.3.0, release/14.0.0 |
|
#
abab59f6 |
| 07-Nov-2023 |
Elyes Haouas <ehaouas@noos.fr> |
usbconfig: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])
Pull Request: https://github.com/freebsd/freebsd-src/pull/888 Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
|
#
2a63c3be |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0 |
|
#
0715ec7e |
| 02-Mar-2023 |
Elyes Haouas <ehaouas@noos.fr> |
usbconfig: Remove useless return at the end of void function
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/656
|
Revision tags: release/12.4.0, release/13.1.0 |
|
#
1654b514 |
| 20-Dec-2021 |
Joerg Wunsch <joerg@FreeBSD.org> |
usbconfig: actually set the exit code in usage()
Oversight in previous commit: usage() had been turned to accept an "exitcode" parameter, but it hasn't been used.
MFC after: 2 weeks
|
#
d69b9cc2 |
| 20-Dec-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, im
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
show more ...
|
#
cae1884d |
| 20-Dec-2021 |
Joerg Wunsch <joerg@FreeBSD.org> |
usbconfig: documentation fixes, mainly for -i option
* in usage(), clearly mark -i interface as optional * both, -u busnum and -a devaddr are optional as well * various minor man page fixes * clearl
usbconfig: documentation fixes, mainly for -i option
* in usage(), clearly mark -i interface as optional * both, -u busnum and -a devaddr are optional as well * various minor man page fixes * clearly mark those two commands that actually use -i ifaceidx * remove unused bitfield tag got_iface * fix indentation level according to review comment
Differential Revision: https://reviews.freebsd.org/D33579/ Reviewed by: hselasky MFC after: 2 weeks
show more ...
|
#
ae450e6d |
| 19-Dec-2021 |
Joerg Wunsch <joerg@FreeBSD.org> |
usbconfig: use getopt(3) for option handling
This makes option handling consistent with other utilities as well as Posix rules. By that, it's no longer important whether option name and its argument
usbconfig: use getopt(3) for option handling
This makes option handling consistent with other utilities as well as Posix rules. By that, it's no longer important whether option name and its argument are separated by a space or not, so -d5.3 works the same as -d 5.3.
Also, recognize either /dev/ugen or ugen as prefix to the -d argument.
Note that this removes the undocumented feature that allowed to specify multiple -d n.m options interleaved with commands referring to that particular device in a single run.
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
fa6d8b65 |
| 27-Dec-2019 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement dump_stats command for usbconfig(8).
This command is useful when debugging USB device issues.
MFC after: 1 week Sponsored by: Mellanox Technologies
|
Revision tags: release/12.1.0 |
|
#
49366f62 |
| 16-Aug-2019 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement detach_kernel_driver command in usbconfig(8).
Submitted by: Kevin Zheng <kevinz5000@gmail.com> PR: 239916 MFC after: 1 week
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
912280b4 |
| 17-Apr-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Make it possible to pass the ugenX.Y to usbconfig(8) without using "-d", eg "usbconfig ugen1.2 dump_all_desc".
Reviewed by: hselasky@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
|
#
cd1fd29c |
| 13-Mar-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add "usbconfig dump_all_desc", a subcommand to dump all device and config descriptors.
Reviewed by: hselasky@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
|
#
1de7b4b8 |
| 27-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
No functional change intended.
show more ...
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0 |
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
69e6d7b7 |
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
#
876a84e8 |
| 18-Mar-2013 |
Martin Matuska <mm@FreeBSD.org> |
MFC @248461
|
#
66194130 |
| 13-Mar-2013 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
- Make the FreeBSD's USB library compile under Linux. - Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB he
- Make the FreeBSD's USB library compile under Linux. - Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB header files. - Add some now needed include files to various C-files.
show more ...
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
51297f7d |
| 25-Oct-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r214221 through r214352 from ^/head.
|
#
3afd2353 |
| 24-Oct-2010 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Remove stray semicolon.
Submitted by: arundel
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
781ecb6a |
| 17-Jan-2010 |
Andrew Thompson <thompsa@FreeBSD.org> |
MFC r202026
Print error messages to stderr.
|
#
c38eb921 |
| 17-Jan-2010 |
Andrew Thompson <thompsa@FreeBSD.org> |
MFC r201705
Sync to p4 - Add new quirks commands and the '-d' option optionally to specify the ugen device.
|
#
86a06bed |
| 10-Jan-2010 |
Andrew Thompson <thompsa@FreeBSD.org> |
Print error messages to stderr.
Submitted by: Hans Petter Selasky
|
#
cf109686 |
| 07-Jan-2010 |
Andrew Thompson <thompsa@FreeBSD.org> |
Sync to p4 - Add new quirks commands and the '-d' option optionally to specify the ugen device.
Submitted by: Hans Petter Selasky
|