This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-23 00:45:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5dec55fd69e2dd73e73e4acf8b033eb6eabd892
ladybird
/
Kernel
/
Bus
/
USB
History
Hendiadyoin1
2dc20f9e39
Kernel: Use the new API to query and map BAR spaces in most places
...
This might be a bit overkill in some instances, but it's nice to be consistent
2024-01-12 15:59:47 -07:00
..
Drivers
Kernel: Don't register USB devices if USBManagement is not initialized
2023-10-17 11:02:25 -06:00
EHCI
Kernel: Use the new API to query and map BAR spaces in most places
2024-01-12 15:59:47 -07:00
UHCI
Kernel/USB: Handle NAK correctly in a transfer status bits
2023-10-15 22:56:30 +02:00
PacketTypes.h
…
USBClasses.h
…
USBConfiguration.cpp
…
USBConfiguration.h
…
USBConstants.h
…
USBController.cpp
…
USBController.h
…
USBDescriptors.h
…
USBDevice.cpp
…
USBDevice.h
…
USBEndpoint.h
…
USBHub.cpp
…
USBHub.h
…
USBInterface.h
…
USBManagement.cpp
Kernel/USB: Add a rudimentary interrogation only EHCI driver
2023-12-28 17:08:34 +01:00
USBManagement.h
Kernel: Don't register USB devices if USBManagement is not initialized
2023-10-17 11:02:25 -06:00
USBPipe.cpp
…
USBPipe.h
…
USBRequest.h
…
USBTransfer.cpp
Kernel/USB: Don't invoke async callback if transfer data size is 0
2023-10-15 22:56:30 +02:00
USBTransfer.h
…