Move quirks initialization to the hid_pidff_init function

This commit is contained in:
Oleg
2024-07-15 18:17:17 +03:00
parent a0b20c7055
commit d132ca633f
3 changed files with 7 additions and 32 deletions

View File

@@ -20,7 +20,6 @@
#define PIDFF_QUIRK_NO_DELAY_EFFECT BIT(2)
int hid_pidff_init(struct hid_device *hid);
int hid_pidff_init_with_quirks(struct hid_device *hid, const struct hid_device_id *id);
int hid_pidff_init(struct hid_device *hid, const struct hid_device_id *id);
#endif