mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
The current USB::Device::enumerate_device() implementation is UHCI specific, and is not relevant for xHCI controllers. Move it to a USBController virtual method to allow different implementations for the other controller types.