Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260757
b: refs/heads/master
c: 631b16e
h: refs/heads/master
i:
  260755: 35196cd
v: v3
  • Loading branch information
Joseph Lai authored and Dmitry Torokhov committed Jun 29, 2011
1 parent 13e0eb9 commit f9a6f52
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c40952295db64867a45938b860a217b622cc3ed
refs/heads/master: 631b16e81eab82e2894425a94c3fc14bf21adb26
10 changes: 10 additions & 0 deletions trunk/drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ config INPUT_MMA8450
To compile this driver as a module, choose M here: the
module will be called mma8450.

config INPUT_MPU3050
tristate "MPU3050 Triaxial gyroscope sensor"
depends on I2C
help
Say Y here if you want to support InvenSense MPU3050
connected via an I2C bus.

To compile this driver as a module, choose M here: the
module will be called mpu3050.

config INPUT_APANEL
tristate "Fujitsu Lifebook Application Panel buttons"
depends on X86 && I2C && LEDS_CLASS
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o
obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o
obj-$(CONFIG_INPUT_MMA8450) += mma8450.o
obj-$(CONFIG_INPUT_MPU3050) += mpu3050.o
obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o
obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o
obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o
Expand Down
Loading

0 comments on commit f9a6f52

Please sign in to comment.