diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-07 21:26:52 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-07 21:26:52 -0400 |
| commit | 1e345ac6869cd2f2d5d4b780fc5d5332dd1e8905 (patch) | |
| tree | eeb7d4faa5fdc5e27fd024c65384f11d515fe90f /drivers/input/misc/Makefile | |
| parent | 39520eea198a7fbba35f4c7cffb4323f78455716 (diff) | |
| parent | 447a8b858e4bda41c394b1bc7fdbc9dc0bdf44f6 (diff) | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov:
"A few new haptic/button drivers, a rudimentary support for laptops
using FocalTech touchpads; xpad driver will bind to more devices, and
a few other driver fixes."
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
Input: soc_button_array - convert to platform bus
Input: palmas-pwrbutton - fix typo in the license string
Input: palmas-pwrbutton - use IRQF_ONESHOT
Input: psmouse - add support for detecting FocalTech PS/2 touchpads
Input: psmouse - add psmouse_matches_pnp_id helper function
Input: joystick - use ktime for measuring timing
Input: add haptic driver on max77693
Input: introduce palmas-pwrbutton
Input: add support for the DRV2667 haptic driver
Input: xpad - sync device IDs with xboxdrv
Input: xpad - add VID/PID for Razer Sabertooth
Input: cros_ec_keyb - optimize ghosting algorithm
Input: drv260x - fix binding document
Input: drv260x - add check for ERM mode and LRA Libraries
Input: drv260x - remove unused defines
Input: drv260x - add TI drv260x haptics driver
Diffstat (limited to 'drivers/input/misc/Makefile')
| -rw-r--r-- | drivers/input/misc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index 4955ad322a01..19c760361f80 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile | |||
| @@ -26,6 +26,8 @@ obj-$(CONFIG_INPUT_COBALT_BTNS) += cobalt_btns.o | |||
| 26 | obj-$(CONFIG_INPUT_DA9052_ONKEY) += da9052_onkey.o | 26 | obj-$(CONFIG_INPUT_DA9052_ONKEY) += da9052_onkey.o |
| 27 | obj-$(CONFIG_INPUT_DA9055_ONKEY) += da9055_onkey.o | 27 | obj-$(CONFIG_INPUT_DA9055_ONKEY) += da9055_onkey.o |
| 28 | obj-$(CONFIG_INPUT_DM355EVM) += dm355evm_keys.o | 28 | obj-$(CONFIG_INPUT_DM355EVM) += dm355evm_keys.o |
| 29 | obj-$(CONFIG_INPUT_DRV260X_HAPTICS) += drv260x.o | ||
| 30 | obj-$(CONFIG_INPUT_DRV2667_HAPTICS) += drv2667.o | ||
| 29 | obj-$(CONFIG_INPUT_GP2A) += gp2ap002a00f.o | 31 | obj-$(CONFIG_INPUT_GP2A) += gp2ap002a00f.o |
| 30 | obj-$(CONFIG_INPUT_GPIO_BEEPER) += gpio-beeper.o | 32 | obj-$(CONFIG_INPUT_GPIO_BEEPER) += gpio-beeper.o |
| 31 | obj-$(CONFIG_INPUT_GPIO_TILT_POLLED) += gpio_tilt_polled.o | 33 | obj-$(CONFIG_INPUT_GPIO_TILT_POLLED) += gpio_tilt_polled.o |
| @@ -35,11 +37,13 @@ obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o | |||
| 35 | obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o | 37 | obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o |
| 36 | obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o | 38 | obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o |
| 37 | obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o | 39 | obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o |
| 40 | obj-$(CONFIG_INPUT_MAX77693_HAPTIC) += max77693-haptic.o | ||
| 38 | obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o | 41 | obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o |
| 39 | obj-$(CONFIG_INPUT_MAX8997_HAPTIC) += max8997_haptic.o | 42 | obj-$(CONFIG_INPUT_MAX8997_HAPTIC) += max8997_haptic.o |
| 40 | obj-$(CONFIG_INPUT_MC13783_PWRBUTTON) += mc13783-pwrbutton.o | 43 | obj-$(CONFIG_INPUT_MC13783_PWRBUTTON) += mc13783-pwrbutton.o |
| 41 | obj-$(CONFIG_INPUT_MMA8450) += mma8450.o | 44 | obj-$(CONFIG_INPUT_MMA8450) += mma8450.o |
| 42 | obj-$(CONFIG_INPUT_MPU3050) += mpu3050.o | 45 | obj-$(CONFIG_INPUT_MPU3050) += mpu3050.o |
| 46 | obj-$(CONFIG_INPUT_PALMAS_PWRBUTTON) += palmas-pwrbutton.o | ||
| 43 | obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o | 47 | obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o |
| 44 | obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o | 48 | obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o |
| 45 | obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o | 49 | obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o |
