Files
packages/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch
T
Luan Vitor Simião Oliveira fdfe521470 Update rs50 driver (#11794)
* fix build

* add sdk readme

* reload udev rules

* add libtrueforce userspace library

* correct subsystem is hidraw

* add TRUEFORCE_PROTOCOL to docs

* Update anda/lib/libtrueforce/libtrueforce.spec

Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
Signed-off-by: Luan Vitor Simião Oliveira <luanv.oliveira@outlook.com>

* fix changelog messages

* add missing packager lines

* add missing requires for systemd-rpm-macros

* move udev rule to kmod as proton can access it too

* include script to setup trueforce on a proton prefix

* fix build

* fix build

* fix changelog entries

---------

Signed-off-by: Luan Vitor Simião Oliveira <luanv.oliveira@outlook.com>
Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
2026-05-01 17:31:24 -05:00

18 lines
682 B
Diff

diff --git a/mainline/dkms.conf b/mainline/dkms.conf
index 437e5fd..2c4f3a4 100644
--- a/mainline/dkms.conf
+++ b/mainline/dkms.conf
@@ -1,8 +1,8 @@
-PACKAGE_NAME="hid-logitech-hidpp"
-PACKAGE_VERSION="1.0"
+PACKAGE_NAME="logitech-rs50-linux-driver"
+PACKAGE_VERSION="__VERSION_STRING"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
BUILT_MODULE_NAME[0]="hid-logitech-hidpp"
DEST_MODULE_NAME[0]="hid-logitech-hidpp"
DEST_MODULE_LOCATION[0]="/updates/dkms"
-AUTOINSTALL="yes"
\ No newline at end of file
+AUTOINSTALL="yes"