Merge branch 'main' into cammus

This commit is contained in:
Oleg
2024-07-16 12:37:52 +03:00
3 changed files with 7 additions and 32 deletions

View File

@@ -71,9 +71,9 @@ static int universal_pidff_probe(struct hid_device *hdev,
goto err;
}
ret = hid_pidff_init_with_quirks(hdev, id);
ret = hid_pidff_init_quirks(hdev, id);
if (ret) {
hid_warn(hdev, "Force feedback not supported\n");
hid_warn(hdev, "Force feedback is not supported\n");
goto err;
}