Skip to content

Commit

Permalink
Add hid-msi-claw
Browse files Browse the repository at this point in the history
  • Loading branch information
uejji committed Sep 27, 2024
1 parent bc8ebf0 commit 6214fcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions PKGBUILD/linux/0099-add-external-device-drivers.patch
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
diff -rupN linux-6.11.orig/drivers/Kconfig linux-6.11/drivers/Kconfig
--- linux-6.11.orig/drivers/Kconfig 2024-09-27 20:25:26.382542648 +0000
+++ linux-6.11/drivers/Kconfig 2024-09-27 21:19:35.970920618 +0000
@@ -245,4 +245,9 @@ source "drivers/cdx/Kconfig"
+++ linux-6.11/drivers/Kconfig 2024-09-27 21:34:59.799737160 +0000
@@ -245,4 +245,10 @@ source "drivers/cdx/Kconfig"

source "drivers/dpll/Kconfig"

+# External device drivers
+
+source "drivers/ayaneo-platform/Kconfig"
+source "drivers/ayn-platform/Kconfig"
+source "drivers/hid-msi-claw/Kconfig"
+
endmenu
diff -rupN linux-6.11.orig/drivers/Makefile linux-6.11/drivers/Makefile
--- linux-6.11.orig/drivers/Makefile 2024-09-27 20:25:26.382542648 +0000
+++ linux-6.11/drivers/Makefile 2024-09-27 21:19:43.898965876 +0000
@@ -193,3 +193,8 @@ obj-$(CONFIG_CDX_BUS) += cdx/
+++ linux-6.11/drivers/Makefile 2024-09-27 21:35:10.632797513 +0000
@@ -193,3 +193,9 @@ obj-$(CONFIG_CDX_BUS) += cdx/
obj-$(CONFIG_DPLL) += dpll/

obj-$(CONFIG_S390) += s390/
Expand All @@ -23,3 +24,4 @@ diff -rupN linux-6.11.orig/drivers/Makefile linux-6.11/drivers/Makefile
+
+obj-$(CONFIG_AYANEO_PLATFORM) += ayaneo-platform/
+obj-$(CONFIG_AYN_PLATFORM) += ayn-platform/
+obj-$(CONFIG_HID_MSI_CLAW) += hid-msi-claw/
7 changes: 4 additions & 3 deletions PKGBUILD/linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pkgbase=linux
pkgver=6.11
pkgrel=5
pkgrel=6
pkgdesc="Linux Stable"
arch=(x86_64)
url="https://kernel.org/"
Expand Down Expand Up @@ -69,7 +69,7 @@ validpgpkeys=(
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
'fd52d3262f33ad5e72804cc9f5da600a1f14e4cbc2e98a6d8549c75d382c356c' # config
'ea0ae3d4cb3fd2289e2e8ac8b79ee5bbed22f5a363c6adfc317aa4ac7c37d9b8' # config
'69fa4d553a092c90a5dd1138b9a335c1f6cfe0a0e3bfc9031cf220194373228b' # 0001-drm-panel-orientation-quirks.patch
'71d093c5c95d7bd594dd8dcd804eabe2f6b95398c519ded42b7d8994f384e4d8' # 0002-drm-amdgpu-always-allocate-cleared-VRAM-for-GEM-allo.patch
'783da391e0f45635eefb583b8b3acc29cd62a0c9eeefedf7f790dc2f89c7e279' # 0006-Ayaneo-geek-headset-patch.patch
Expand All @@ -90,7 +90,7 @@ sha256sums=('SKIP'
'f39edf5b175d4290f528512605bd9250e864c4a4579bb84b7e8a993cae2284eb' # 0041-cpufreq_amd-pstate-Add-the-missing-cpufreq_cpu_put.patch
'7c7df8d4427c807e2cea0f1e147efcdfb1e7c1c5271823cc6bb49f10b1846d19' # 0051-drm-amd-display-let-update_planes_and_stream_state-d.patch
'802f1f4b3f446f60120df87c13b4d3cdb3ed490384b4f0e5ea1c43c24dbc4153' # 0060-asus-patch-series.patch
'd9ddeeb2ed2b16f9e275796ba7a331800bcb34fe2f8861ecaf57d098794c47e2' # 0099-add-external-device-drivers.patch
'3b1dabc168e4884c6586720538014d6ef8955a0b783d6436dd4937af6622ee42' # 0099-add-external-device-drivers.patch
)

export KBUILD_BUILD_HOST=$(hostnamectl hostname)
Expand All @@ -106,6 +106,7 @@ prepare() {
cd ${_srcname}/drivers
git clone https://github.com/SteamFork/ayaneo-platform.git
git clone https://github.com/SteamFork/ayn-platform.git
git -c advice.detachedHead=false clone -b 20240922 --depth=1 https://github.com/uejji/hid-msi-claw.git
cd ..

echo "Setting version..."
Expand Down
1 change: 1 addition & 0 deletions PKGBUILD/linux/config
Original file line number Diff line number Diff line change
Expand Up @@ -10407,6 +10407,7 @@ CONFIG_HTE=y
CONFIG_DPLL=y
CONFIG_AYANEO_PLATFORM=m
CONFIG_AYN_PLATFORM=m
CONFIG_HID_MSI_CLAW=m
# end of Device Drivers

#
Expand Down

0 comments on commit 6214fcf

Please sign in to comment.