mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
Kernel/USB: Start the UHCI controller after resetting it
This commit is contained in:
parent
c8668e9b7c
commit
3f36903201
2 changed files with 13 additions and 0 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
|
||||
void reset();
|
||||
void stop();
|
||||
void start();
|
||||
|
||||
private:
|
||||
UHCIController(PCI::Address, PCI::ID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue