mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +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.