From: Greg Kroah-Hartman Date: Mon, 21 Sep 2020 16:09:34 +0000 (+0200) Subject: 4.9-stable patches X-Git-Tag: v4.4.237~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeaced3758b927beb8f7386c4794ae5b98f991e8;p=thirdparty%2Fkernel%2Fstable-queue.git 4.9-stable patches added patches: x86-defconfig-enable-config_usb_xhci_hcd-y.patch --- diff --git a/queue-4.9/series b/queue-4.9/series index ef2f781aa0b..1fe65ea9709 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -67,3 +67,4 @@ input-i8042-add-entroware-proteus-el07r4-to-nomux-and-reset-lists.patch serial-8250_pci-add-realtek-816a-and-816b.patch ehci-hcd-move-include-to-keep-crc-stable.patch powerpc-dma-fix-dma_map_ops-get_required_mask.patch +x86-defconfig-enable-config_usb_xhci_hcd-y.patch diff --git a/queue-4.9/x86-defconfig-enable-config_usb_xhci_hcd-y.patch b/queue-4.9/x86-defconfig-enable-config_usb_xhci_hcd-y.patch new file mode 100644 index 00000000000..be6f41ede23 --- /dev/null +++ b/queue-4.9/x86-defconfig-enable-config_usb_xhci_hcd-y.patch @@ -0,0 +1,52 @@ +From 72a9c673636b779e370983fea08e40f97039b981 Mon Sep 17 00:00:00 2001 +From: Adam Borowski +Date: Tue, 9 Oct 2018 08:28:03 +0200 +Subject: x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y + +From: Adam Borowski + +commit 72a9c673636b779e370983fea08e40f97039b981 upstream. + +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. + +Signed-off-by: Adam Borowski +Cc: Greg Kroah-Hartman +Cc: Linus Torvalds +Cc: Peter Zijlstra +Cc: Thomas Gleixner +Cc: linux-usb@vger.kernel.org +Link: http://lkml.kernel.org/r/20181009062803.4332-1-kilobyte@angband.pl +Signed-off-by: Ingo Molnar +Cc: Andy Shevchenko +Signed-off-by: Greg Kroah-Hartman + +--- + arch/x86/configs/i386_defconfig | 1 + + arch/x86/configs/x86_64_defconfig | 1 + + 2 files changed, 2 insertions(+) + +--- a/arch/x86/configs/i386_defconfig ++++ b/arch/x86/configs/i386_defconfig +@@ -246,6 +246,7 @@ CONFIG_USB_HIDDEV=y + CONFIG_USB=y + CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + CONFIG_USB_MON=y ++CONFIG_USB_XHCI_HCD=y + CONFIG_USB_EHCI_HCD=y + CONFIG_USB_EHCI_TT_NEWSCHED=y + CONFIG_USB_OHCI_HCD=y +--- a/arch/x86/configs/x86_64_defconfig ++++ b/arch/x86/configs/x86_64_defconfig +@@ -241,6 +241,7 @@ CONFIG_USB_HIDDEV=y + CONFIG_USB=y + CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + CONFIG_USB_MON=y ++CONFIG_USB_XHCI_HCD=y + CONFIG_USB_EHCI_HCD=y + CONFIG_USB_EHCI_TT_NEWSCHED=y + CONFIG_USB_OHCI_HCD=y