]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: add support for the DRV2667 haptic driver
authorDan Murphy <dmurphy@ti.com>
Mon, 8 Sep 2014 23:10:49 +0000 (16:10 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 8 Sep 2014 23:16:23 +0000 (16:16 -0700)
commit1c24622572d6ab2ec8e731588d1c131563a64b53
tree66e3e90e9a65cf96ad9148598b5200a64b05993c
parentf554f619b7041e388d46395b1e30b151925a7797
Input: add support for the DRV2667 haptic driver

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>
Documentation/devicetree/bindings/input/ti,drv2667.txt [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/drv2667.c [new file with mode: 0644]