Input: add a driver to support InvenSense mpu3050 gyroscope chip
authorJoseph Lai <joseph_lai@wistron.com>
Mon, 27 Jun 2011 20:26:53 +0000 (13:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 29 Jun 2011 07:26:17 +0000 (00:26 -0700)
commit631b16e81eab82e2894425a94c3fc14bf21adb26
tree0cc4e293087f15a273af5158c1e8e3f69087e2f8
parent7c40952295db64867a45938b860a217b622cc3ed
Input: add a driver to support InvenSense mpu3050 gyroscope chip

This driver is registered as an input device. An IRQ is required in this
basic driver configuration.

Signed-off-by: Joseph Lai <joseph_lai@wistron.com>
[Cleaned up PM_RUNTIME defines]
Signed-off-by: Alan Cox <alan@linux.intel.com>
[dtor@mail.ru: consolidated PM methods, some code rearrangement]
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/mpu3050.c [new file with mode: 0644]