Merge branch 'main' into vrs

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

View File

@@ -35,7 +35,6 @@
*/
#define PIDFF_QUIRK_NO_STRICT_PID_CONTROL BIT(4)
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_quirks(struct hid_device *hid, const struct hid_device_id *id);
#endif