[PATCH v2 0/2] Rumble support for Xbox One S controller
From: Andrey Smirnov
Date: Wed Aug 15 2018 - 22:45:10 EST
Everyone:
This is v2 of the patches adding support for rumble for Xbox One S
controller connected over Bluetooth. Hopefully all of the changes are
pretty straightforward and self-explanatory.
Feedback is wellcome!
Changes since [v1]:
- code converting the driver to use struct ms_data is split into a
separate patch
- CONFIG_MICROSOFT_FF removed
- explicit PID comparison replaced with MS_QUIRK_FF
- ms_init_ff() converted to be a no-op for devices that don't have FF
- all FF cleanup actions moved into ms_remove_ff()
- struct xb1s_ff_report declared to be packed, magic 4 replaced
with MAGNITUDE_NUM, output_report_dmabuf converted to be void *
to avoid the need to typecast it.
Thanks,
Andrey Smirnov
[v1] lkml.kernel.org/r/20180810001714.14659-1-andrew.smirnov@xxxxxxxxx
Andrey Smirnov (2):
hid: microsoft: Convert private data to be a proper struct
hid: microsoft: Add rumble support for Xbox One S controller
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-microsoft.c | 142 ++++++++++++++++++++++++++++++++++--
2 files changed, 138 insertions(+), 5 deletions(-)
--
2.17.1