Skip to content

Commit

Permalink
align with name-change of the driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gotzl committed Mar 3, 2024
1 parent be66d45 commit 36b79cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus/fanatec_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

def get_sysfs_base(PID):
sysfs_pattern = (
"/sys/module/hid_fanatec/drivers/hid:ftec_csl_elite/0003:%s:%s.*"
"/sys/module/hid_fanatec/drivers/hid:fanatec/0003:%s:%s.*"
% (FANATEC_VENDOR_ID, PID)
)
sysfs = glob.glob(sysfs_pattern)
Expand Down

0 comments on commit 36b79cf

Please sign in to comment.