]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2020 16:10:04 +0000 (18:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2020 16:10:04 +0000 (18:10 +0200)
added patches:
x86-defconfig-enable-config_usb_xhci_hcd-y.patch

queue-4.19/series
queue-4.19/x86-defconfig-enable-config_usb_xhci_hcd-y.patch [new file with mode: 0644]

index 86c6f5e28f557c5eb422f12d068fee6894782bcc..c22e5ba49fee0624457b7a897bcdcec1b5268e14 100644 (file)
@@ -46,3 +46,4 @@ serial-8250_pci-add-realtek-816a-and-816b.patch
 x86-boot-compressed-disable-relocation-relaxation.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.19/x86-defconfig-enable-config_usb_xhci_hcd-y.patch b/queue-4.19/x86-defconfig-enable-config_usb_xhci_hcd-y.patch
new file mode 100644 (file)
index 0000000..9c039b6
--- /dev/null
@@ -0,0 +1,52 @@
+From 72a9c673636b779e370983fea08e40f97039b981 Mon Sep 17 00:00:00 2001
+From: Adam Borowski <kilobyte@angband.pl>
+Date: Tue, 9 Oct 2018 08:28:03 +0200
+Subject: x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
+
+From: Adam Borowski <kilobyte@angband.pl>
+
+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 <kilobyte@angband.pl>
+Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Cc: Linus Torvalds <torvalds@linux-foundation.org>
+Cc: Peter Zijlstra <peterz@infradead.org>
+Cc: Thomas Gleixner <tglx@linutronix.de>
+Cc: linux-usb@vger.kernel.org
+Link: http://lkml.kernel.org/r/20181009062803.4332-1-kilobyte@angband.pl
+Signed-off-by: Ingo Molnar <mingo@kernel.org>
+Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ 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
+@@ -245,6 +245,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