diff options
author | Dan Murphy <dmurphy@ti.com> | 2011-09-16 08:59:56 -0500 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-09-30 22:06:22 +0200 |
commit | e38e8a10d0d3b819e6d62a2f23a901e0330145ee (patch) | |
tree | 071c5c0a2082cbc98fb7e30c92e5cfbd0470ef18 /include/linux/mfd/twl6040-codec.h | |
parent | fb3c9acf73e87acf3ce8dc301552ca1830b803cf (diff) | |
download | kernel_samsung_tuna-e38e8a10d0d3b819e6d62a2f23a901e0330145ee.zip kernel_samsung_tuna-e38e8a10d0d3b819e6d62a2f23a901e0330145ee.tar.gz kernel_samsung_tuna-e38e8a10d0d3b819e6d62a2f23a901e0330145ee.tar.bz2 |
[Vibrator] Add twl6040 vibrator driver
Adding twl6040 Android vibrator driver.
Change-Id: I2a01bdf2a1fd5e53854173ac042a909100c175d0
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Conflicts:
drivers/misc/Kconfig
drivers/misc/Makefile
Diffstat (limited to 'include/linux/mfd/twl6040-codec.h')
-rw-r--r-- | include/linux/mfd/twl6040-codec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/twl6040-codec.h b/include/linux/mfd/twl6040-codec.h index 13ac335..471111a 100644 --- a/include/linux/mfd/twl6040-codec.h +++ b/include/linux/mfd/twl6040-codec.h @@ -190,6 +190,8 @@ /* STATUS (0x2E) fields */ #define TWL6040_PLUGCOMP 0x02 +#define TWL6040_VIBLOCDET 0x10 +#define TWL6040_VIBROCDET 0x20 #define TWL6040_CELLS 2 |