diff options
author | Jesse Buhagiar <jooster669@gmail.com> | 2021-02-27 15:10:37 +1100 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-06-12 18:17:25 +0430 |
commit | 06f1edb516af405bd7e8d29ea58b0a7ba88241c5 (patch) | |
tree | ecf05cd510090545bee9713afa205f72d62686bd /Meta/CMake | |
parent | e044a3e428496b00f5a58865011f77a7ef56ba37 (diff) | |
download | serenity-06f1edb516af405bd7e8d29ea58b0a7ba88241c5.zip |
USB: Further Implement USB Structures
These are the actual structures that allow USB to work (i.e the ones
actually defined in the specification). This should provide us enough
of a baseline implementation that we can build on to support
different types of USB device.
Diffstat (limited to 'Meta/CMake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 342808ca9e..5e3936f351 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -178,6 +178,7 @@ set(UHCI_DEBUG ON) set(UHCI_VERBOSE_DEBUG ON) set(UPDATE_COALESCING_DEBUG ON) set(URL_PARSER_DEBUG ON) +set(USB_DEBUG ON) set(VFS_DEBUG ON) set(VIRTIO_DEBUG ON) set(VIRTUAL_CONSOLE_DEBUG ON) |