New issue by xyzz on void-packages repository https://github.com/void-linux/void-packages/issues/24958 Description: The `CONFIG_USB_ANNOUNCE_NEW_DEVICES` option is responsible for printing usb device info such as `New USB device found, idVendor=%04x, idProduct=%04x, bcdDevice=%2x.%02x` when it's plugged in. With it disabled I'm only getting the `[149065.112478] usb 1-1: new full-speed USB device number 15 using xhci_hcd` line when plugging in a new USB device. This option is enabled on arm64, mips, ppc, and disabled on i386, ppc64, ppc64le, x86_64. I suggest enabling it everywhere as it's something people expect coming from other distributions and it's a bit confusing not being able to see `idVendor` etc when plugging usb devices in.