|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
71625ec9 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
|
| #
4d846d26 |
| 10-May-2023 |
Warner Losh <[email protected]> |
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, release/12.4.0 |
|
| #
62d42655 |
| 07-Oct-2022 |
Hans Petter Selasky <[email protected]> |
usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.
MFC after: 1 week Sponsored by: NVIDIA Networking
|
| #
8758aabb |
| 07-Oct-2022 |
Hans Petter Selasky <[email protected]> |
usb(4): Make the enumeration thread nice time a variable.
Depends on "options USB_DEBUG".
Suggested by: koobs@ MFC after: 1 week Sponsored by: NVIDIA Networking
|
|
Revision tags: release/13.1.0 |
|
| #
ffd8101e |
| 13-Apr-2022 |
John Baldwin <[email protected]> |
usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.
Use it for various variables only used in DPRINTF debug traces conditional on USB_DEBUG.
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
718cf2cc |
| 27-Nov-2017 |
Pedro F. Giffuni <[email protected]> |
sys/dev: further 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
sys/dev: further 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.
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, release/8.4.0 |
|
| #
6a4dd49e |
| 03-May-2013 |
Hans Petter Selasky <[email protected]> |
Always put space before the comma before ##__VA_ARGS__ due to subtle compiler differences.
|
|
Revision tags: release/9.1.0 |
|
| #
37506412 |
| 24-Oct-2012 |
Hans Petter Selasky <[email protected]> |
Make several timing parameters of the USB enumeration sequence tuneable. Also update the port reset time from 250ms to 50ms. Some USB devices have a hard limit in hardware at 222ms for the port reset
Make several timing parameters of the USB enumeration sequence tuneable. Also update the port reset time from 250ms to 50ms. Some USB devices have a hard limit in hardware at 222ms for the port reset time and will not enumerate unless this delay is closer to the usb.org defined value. This patch can fix enumeration with some USB devices.
Tested by: Guido van Rooij Submitted by: Nick Hibma MFC after: 1 week
show more ...
|
|
Revision tags: 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, release/8.1.0_cvs, release/8.1.0 |
|
| #
ad658060 |
| 29-Apr-2010 |
Andrew Thompson <[email protected]> |
MFC r207077
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless.
|
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
| #
c1b5138f |
| 09-Dec-2009 |
Andrew Thompson <[email protected]> |
MFC r199816
Remove overuse of exclamation marks in kernel printfs, there mere fact a message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN
MFC r199816
Remove overuse of exclamation marks in kernel printfs, there mere fact a message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN, it already prints the funtion name and a unique message.
show more ...
|
| #
b850ecc1 |
| 22-Apr-2010 |
Andrew Thompson <[email protected]> |
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless.
MFC after: 1 week
|
| #
767cb2e2 |
| 26-Nov-2009 |
Andrew Thompson <[email protected]> |
Remove overuse of exclamation marks in kernel printfs, there mere fact a message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN, it already pri
Remove overuse of exclamation marks in kernel printfs, there mere fact a message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN, it already prints the funtion name and a unique message.
show more ...
|
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
| #
ed6d949a |
| 23-Jun-2009 |
Andrew Thompson <[email protected]> |
- Make struct usb_xfer opaque so that drivers can not access the internals - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
|
| #
75973647 |
| 15-Jun-2009 |
Andrew Thompson <[email protected]> |
Fix _USB2_* refernces in the header protection defines.
|
| #
a593f6b8 |
| 15-Jun-2009 |
Andrew Thompson <[email protected]> |
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
|
| #
ae60fdfb |
| 07-Jun-2009 |
Andrew Thompson <[email protected]> |
Rename usb pipes to endpoints as it better represents what they are, and struct usb_pipe may be used for a different purpose later on.
|
| #
760bc48e |
| 28-May-2009 |
Andrew Thompson <[email protected]> |
s/usb2_/usb_/ on all C structs for the USB stack.
|
| #
9360ae40 |
| 21-May-2009 |
Andrew Thompson <[email protected]> |
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
Submitted by: Hans Petter Selasky
|
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
| #
bdc081c6 |
| 20-Mar-2009 |
Andrew Thompson <[email protected]> |
MFp4 //depot/projects/usb@159392
Add ifdefs for making parts of usb conditional.
Submitted by: Hans Petter Selasky
|
| #
02ac6454 |
| 23-Feb-2009 |
Andrew Thompson <[email protected]> |
Move the new USB stack into its new home.
|