index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Bus
/
USB
/
USBHub.cpp
Age
Commit message (
Expand
)
Author
2022-11-12
Kernel/USB: Use proper verbs for Pipe transfer methods
b14ckcat
2022-10-18
Kernel/USB: Refactor USB Pipe
b14ckcat
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-17
Kernel/USB: Hotplug multiple USB device crash hotfix
b14ckcat
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-27
Kernel: Fix USB hotplug crash
b14ckcat
2022-07-15
Kernel/SysFS: Adapt USB plug code to work with SysFS patterns
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSUSB file into two separate class files
Liav A
2022-06-17
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Liav A
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-10-14
Kernel: Add header includes closer to their use
James Mintram
2021-09-06
Kernel: Use TRY() some more in USB::Hub
Andreas Kling
2021-09-05
Kernel/USB: Use TRY() in the various USB classes
Andreas Kling
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-08-14
Kernel/USB: Remove UAF in device removal
Luke
2021-08-14
Kernel/USB: Update SysFS from the generic hub instead of from UHCI
Luke
2021-08-14
Kernel/USB: Replace PortNumber enum with a raw u8
Luke
2021-08-14
Kernel/USB: Add Hubs and the UHCI Root Hub
Luke