mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
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.
This commit is contained in:
parent
e044a3e428
commit
06f1edb516
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/Quaker762
Commit: 06f1edb516
Pull-request: https://github.com/SerenityOS/serenity/pull/5542
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bgianfo ✅
16 changed files with 1037 additions and 89 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue