Re: [PATCH] HID: playstation: DS4: Add BT poll interval adjustment
From: Vadym Tytan <hidden>
Date: 2025-06-30 14:59:30
Also in:
lkml, oe-kbuild-all
From: Vadym Tytan <hidden>
Date: 2025-06-30 14:59:30
Also in:
lkml, oe-kbuild-all
Should it be .attr = { .name = "dualshock4_bt_poll_interval", .mode = 0644 }, ?
Or did you not expand the macro fully on purpose?
Thanks,
TerryHere's my own quote
P.S. Macro was expanded and variable name was changed from `dev_attr_bt_poll_interval` to `dev_attr_dualshock4_bt_poll_interval` because this attribute only applies to DualShock4
So, yes, i expanded it like that on purpose, as it applies only to DS4, and while being attribute, it applies only per device, so no collision is possible. You're welcome Vadym