Use more generic sysfs path to find csl elite v3 pedals

This commit is contained in:
Paul Dino Jones 2024-11-19 11:57:58 -05:00
parent 2b6812b3a9
commit b8ac911d44
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "../../helper/confighelper.h"
#include "../slog/slog.h"
const char* SYSFSRUMBLEPATH = "/sys/module/hid_fanatec/drivers/hid:ftec_csl_elite/0003:0EB7:183B.*/rumble";
const char* SYSFSRUMBLEPATH = "/sys/module/hid_fanatec/drivers/hid:f*/0003:0EB7:183B.*/rumble";
int cslelitev3_update(USBGenericHapticDevice* usbhapticdevice, int effecttype, int play)