The Linux Kernel In 2018 Finally Deems USB 3.0 Ubiquitous Rather Than An Oddity

Written by Michael Larabel in Linux Kernel on 10 October 2018 at 05:26 AM EDT. 34 Comments
LINUX KERNEL
The latest news in the "it's about darn time" section is the Linux kernel's default i386/x86_64 kernel configurations will finally ship with USB 3.0 support enabled, a.k.a. CONFIG_USB_XHCI_HCD.

For many years now pretty much all Linux distribution vendor kernels have been shipping with CONFIG_USB_XHCI_HCD enabled either built-in or as a module... But built-in is pretty much the best to avoid potential issues at start-up time. As of this week, CONFIG_USB_XHCI_HCD=y is finally set for the default configurations on the x86/x86_64-based kernel builds should you be spinning up a defconfig kernel.

In reality for Linux desktop end-users it shouldn't make a difference since your kernels should already be configured with eXtensible Host Controller Interface (xHCI HCD) enabled, but surprising it has taken until the end of 2018 for it to be part of the default configuration "defconfig" files. The XHCI HCD code itself has been part of the mainline kernel since Linux 2.6.31 released nearly a decade ago.

The commit for the upcoming Linux 4.20~5.0 kernel cycle reads:
A spanking new machine I just got has all but one USB ports wired as 3.0. Booting defconfig resulted in no keyboard or mouse, which was pretty uncool. Let's enable that -- USB3 is ubiquitous rather than an oddity. As 'y' not 'm' -- recovering from initrd problems needs a keyboard. Also add it to the 32-bit defconfig.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week