mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
Kernel/USB: Simplify schedule
It seems like Haiku and Grub do this, so let's not bother with any fancy timing stuff for now (to at least get _something_ working...)
This commit is contained in:
parent
ff4afe17be
commit
3fb7e98e42
Notes:
sideshowbarker
2024-07-19 00:00:43 +09:00
Author: https://github.com/Quaker762
Commit: 3fb7e98e42
Pull-request: https://github.com/SerenityOS/serenity/pull/4019
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
2 changed files with 3 additions and 22 deletions
|
@ -84,7 +84,6 @@ private:
|
|||
Vector<QueueHead*> m_free_qh_pool;
|
||||
Vector<TransferDescriptor*> m_free_td_pool;
|
||||
Vector<TransferDescriptor*> m_iso_td_list;
|
||||
Vector<QueueHead*> m_interrupt_qh_list;
|
||||
|
||||
QueueHead* m_interrupt_transfer_queue;
|
||||
QueueHead* m_lowspeed_control_qh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue