From f3ddc2b68eb3acaf718a7a8aac5d47695aa92fee Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 28 Sep 2020 00:30:27 +0200 Subject: [PATCH] linux4.19: enable CONFIG_USB_ANNOUNCE_NEW_DEVICES Relates to: #24958 --- srcpkgs/linux4.19/files/i386-dotconfig | 2 +- srcpkgs/linux4.19/files/ppc64-dotconfig | 2 +- srcpkgs/linux4.19/files/ppc64le-dotconfig | 2 +- srcpkgs/linux4.19/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.19/template | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux4.19/files/i386-dotconfig b/srcpkgs/linux4.19/files/i386-dotconfig index 23e27aaac68..5a4c492dbd7 100644 --- a/srcpkgs/linux4.19/files/i386-dotconfig +++ b/srcpkgs/linux4.19/files/i386-dotconfig @@ -6035,7 +6035,7 @@ CONFIG_USB_COMMON=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB=m CONFIG_USB_PCI=y -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options diff --git a/srcpkgs/linux4.19/files/ppc64-dotconfig b/srcpkgs/linux4.19/files/ppc64-dotconfig index 02d67485316..ac3aae65e7a 100644 --- a/srcpkgs/linux4.19/files/ppc64-dotconfig +++ b/srcpkgs/linux4.19/files/ppc64-dotconfig @@ -6150,7 +6150,7 @@ CONFIG_USB_COMMON=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB=m CONFIG_USB_PCI=y -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options diff --git a/srcpkgs/linux4.19/files/ppc64le-dotconfig b/srcpkgs/linux4.19/files/ppc64le-dotconfig index 364898fa86f..8a29f008e67 100644 --- a/srcpkgs/linux4.19/files/ppc64le-dotconfig +++ b/srcpkgs/linux4.19/files/ppc64le-dotconfig @@ -5925,7 +5925,7 @@ CONFIG_USB_COMMON=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB=m CONFIG_USB_PCI=y -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options diff --git a/srcpkgs/linux4.19/files/x86_64-dotconfig b/srcpkgs/linux4.19/files/x86_64-dotconfig index c9691645a35..f7405f54f0b 100644 --- a/srcpkgs/linux4.19/files/x86_64-dotconfig +++ b/srcpkgs/linux4.19/files/x86_64-dotconfig @@ -6104,7 +6104,7 @@ CONFIG_USB_COMMON=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB=m CONFIG_USB_PCI=y -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template index a69f021898f..539f1c3a4e8 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,7 +1,7 @@ # Template file for 'linux4.19' pkgname=linux4.19 version=4.19.148 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Helmut Pozimski "