diff --git a/srcpkgs/linux5.8/files/i386-dotconfig b/srcpkgs/linux5.8/files/i386-dotconfig index b631d409ce7..f890cb9a9cc 100644 --- a/srcpkgs/linux5.8/files/i386-dotconfig +++ b/srcpkgs/linux5.8/files/i386-dotconfig @@ -6725,7 +6725,7 @@ CONFIG_USB_CONN_GPIO=m 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/linux5.8/files/ppc64-dotconfig b/srcpkgs/linux5.8/files/ppc64-dotconfig index 181898a267b..bda50054166 100644 --- a/srcpkgs/linux5.8/files/ppc64-dotconfig +++ b/srcpkgs/linux5.8/files/ppc64-dotconfig @@ -6818,7 +6818,7 @@ CONFIG_USB_CONN_GPIO=m 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/linux5.8/files/ppc64le-dotconfig b/srcpkgs/linux5.8/files/ppc64le-dotconfig index 768c6cc1377..dac64872af9 100644 --- a/srcpkgs/linux5.8/files/ppc64le-dotconfig +++ b/srcpkgs/linux5.8/files/ppc64le-dotconfig @@ -6569,7 +6569,7 @@ CONFIG_USB_CONN_GPIO=m 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/linux5.8/files/x86_64-dotconfig b/srcpkgs/linux5.8/files/x86_64-dotconfig index b53b9519e63..267eb65f55e 100644 --- a/srcpkgs/linux5.8/files/x86_64-dotconfig +++ b/srcpkgs/linux5.8/files/x86_64-dotconfig @@ -6792,7 +6792,7 @@ CONFIG_USB_CONN_GPIO=m 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/linux5.8/template b/srcpkgs/linux5.8/template index 9100baab360..bce97cc66f5 100644 --- a/srcpkgs/linux5.8/template +++ b/srcpkgs/linux5.8/template @@ -1,7 +1,7 @@ # Template file for 'linux5.8' pkgname=linux5.8 version=5.8.12 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Leah Neukirchen "