From 46cbd5f07075d7591464b13a0c785c6f8a64a04e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 28 May 2026 16:10:16 +0300 Subject: [PATCH] Improve NVME support and enable Steam Force Feedback --- pkg.info | 2 +- source-files/config | 25 ++++++++++++++++++------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/pkg.info b/pkg.info index 3ad47ea..ee5b29c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: linux-lts description: The longterm support version of the linux kernel version: 6.18.33 -revision: 1 +revision: 2 url: https://www.kernel.org/ license: GPL2-only maintainers: diff --git a/source-files/config b/source-files/config index 7ba142f..f652cab 100644 --- a/source-files/config +++ b/source-files/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.18.21 Kernel Configuration +# Linux/x86 6.18.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="clang version 22.1.5" CONFIG_GCC_VERSION=0 @@ -986,6 +986,7 @@ CONFIG_BLK_DEV_WRITE_MOUNTED=y # CONFIG_BLK_DEV_THROTTLING is not set # CONFIG_BLK_WBT is not set CONFIG_BLK_CGROUP_IOLATENCY=y +# CONFIG_BLK_CGROUP_FC_APPID is not set CONFIG_BLK_CGROUP_IOCOST=y CONFIG_BLK_CGROUP_IOPRIO=y CONFIG_BLK_DEBUG_FS=y @@ -2174,13 +2175,23 @@ CONFIG_VIRTIO_BLK=y # CONFIG_NVME_CORE=y CONFIG_BLK_DEV_NVME=y -# CONFIG_NVME_MULTIPATH is not set -# CONFIG_NVME_VERBOSE_ERRORS is not set +CONFIG_NVME_MULTIPATH=y +CONFIG_NVME_VERBOSE_ERRORS=y CONFIG_NVME_HWMON=y -# CONFIG_NVME_FC is not set -# CONFIG_NVME_TCP is not set +CONFIG_NVME_FABRICS=m +CONFIG_NVME_FC=m +CONFIG_NVME_TCP=m +# CONFIG_NVME_TCP_TLS is not set # CONFIG_NVME_HOST_AUTH is not set -# CONFIG_NVME_TARGET is not set +CONFIG_NVME_TARGET=m +# CONFIG_NVME_TARGET_DEBUGFS is not set +CONFIG_NVME_TARGET_PASSTHRU=y +CONFIG_NVME_TARGET_LOOP=m +CONFIG_NVME_TARGET_FC=m +CONFIG_NVME_TARGET_FCLOOP=m +CONFIG_NVME_TARGET_TCP=m +# CONFIG_NVME_TARGET_TCP_TLS is not set +# CONFIG_NVME_TARGET_AUTH is not set # end of NVME Support # @@ -5957,7 +5968,7 @@ CONFIG_HID_SONY=m CONFIG_SONY_FF=y CONFIG_HID_SPEEDLINK=m CONFIG_HID_STEAM=m -# CONFIG_STEAM_FF is not set +CONFIG_STEAM_FF=y CONFIG_HID_STEELSERIES=m CONFIG_HID_SUNPLUS=m CONFIG_HID_RMI=m