summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/drv2667.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: add support for the DRV2667 haptic driverDan Murphy2014-09-091-0/+500
Adding support for the DRV2667 haptic driver. This device has the ability to store vibration patterns in RAM and execute them once the GO bit is set. The initial driver sets a basic waveform in the first waveform sequence and will play the waveform when the GO bit is set and will continously play the waveform until the GO bit is unset. Data sheet is here: http://www.ti.com/product/drv2667 Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>