5 Jan
2024
5 Jan
'24
4:01 p.m.
On Thu, Jan 04, 2024 at 10:36:37PM +0000, James Ogletree wrote:
Introduce support for Cirrus Logic Device CS40L50: a haptic driver with waveform memory, integrated DSP, and closed-loop algorithms.
The input driver provides the interface for control of haptic effects through the device.
Signed-off-by: James Ogletree jogletre@opensource.cirrus.com
+#include <linux/input.h> +#include <linux/mfd/cs40l50.h> +#include <linux/platform_device.h> +#include <linux/pm_runtime.h>
Need bitfield.h
Thanks, Charles