jcmvbkbc / linux-xtensa

Linux port for xtensa architecture. None of these branches are stable.
Other
139 stars 27 forks source link

USB Host Controller #15

Open zap8600 opened 5 months ago

zap8600 commented 5 months ago

What would it take for a USB Host Controller driver to be made?

jcmvbkbc commented 5 months ago

As mentioned here there's some figuring out the hardware details from the existing code that must happen. And then the standard: copy a similar driver -- fill in the hardware-specific details.