diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-11 21:37:07 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-11 21:37:07 -0400 |
commit | 2fcbcb7bc7908aace05594afaa13b692292d0ceb (patch) | |
tree | 964a08abd8f4b9e87ca5cb8a68de61ebc5f19fe6 /src/sys/io/usb/hcd | |
parent | 239dfc6d2989469826f7211d02069df0351f68b9 (diff) |
kern: xhci: Add module credit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/io/usb/hcd')
-rw-r--r-- | src/sys/io/usb/hcd/xhci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/io/usb/hcd/xhci.c b/src/sys/io/usb/hcd/xhci.c index 296e172..0300367 100644 --- a/src/sys/io/usb/hcd/xhci.c +++ b/src/sys/io/usb/hcd/xhci.c @@ -27,6 +27,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * Description: USB 3.0 controller driver + * Author: Ian Marco Moffett + */ + #include <sys/types.h> #include <sys/syslog.h> #include <sys/errno.h> |