mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +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
16 changed files with 1037 additions and 89 deletions
|
@ -302,6 +302,10 @@
|
|||
#cmakedefine01 UHCI_VERBOSE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef USB_DEBUG
|
||||
#cmakedefine01 USB_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef VFS_DEBUG
|
||||
#cmakedefine01 VFS_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue