Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84343
b: refs/heads/master
c: 52fe0cd
h: refs/heads/master
i:
  84341: 0d49a16
  84339: cb6d0dc
  84335: 113a4a4
v: v3
  • Loading branch information
Stephen Hemminger authored and Dmitry Torokhov committed Jan 21, 2008
1 parent 7c4cae6 commit b98ddd3
Show file tree
Hide file tree
Showing 4 changed files with 394 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: fbb38e30e414c9ccd8b5d04344264522551008bc
refs/heads/master: 52fe0cdb090a344cad9d95461ad06239e0c28712
14 changes: 14 additions & 0 deletions trunk/drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ config INPUT_M68K_BEEP
tristate "M68k Beeper support"
depends on M68K

config INPUT_APANEL
tristate "Fujitsu Lifebook Application Panel buttons"
depends on X86
select I2C_I801
select INPUT_POLLDEV
select CHECK_SIGNATURE
help
Say Y here for support of the Application Panel buttons, used on
Fujitsu Lifebook. These are attached to the mainboard through
an SMBus interface managed by the I2C Intel ICH (i801) driver.

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

config INPUT_IXP4XX_BEEPER
tristate "IXP4XX Beeper support"
depends on ARCH_IXP4XX
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 @@ -18,3 +18,4 @@ obj-$(CONFIG_INPUT_POWERMATE) += powermate.o
obj-$(CONFIG_INPUT_YEALINK) += yealink.o
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
obj-$(CONFIG_INPUT_APANEL) += apanel.o
Loading

0 comments on commit b98ddd3

Please sign in to comment.