summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer2008-07-19 06:14:26 +0200
committerDmitry Torokhov2008-07-19 06:50:39 +0200
commit48ad88b1f2caf87e3d02c34e1d7de2ce68370e27 (patch)
tree0848fe85ce38af326549eecf5fdcef6701ef1cab /drivers/input/misc/Makefile
parentInput: add option to disable HP SDC driver (diff)
downloadkernel-qcow2-linux-48ad88b1f2caf87e3d02c34e1d7de2ce68370e27.tar.gz
kernel-qcow2-linux-48ad88b1f2caf87e3d02c34e1d7de2ce68370e27.tar.xz
kernel-qcow2-linux-48ad88b1f2caf87e3d02c34e1d7de2ce68370e27.zip
Input: sgi_btns - add support for SGI Indy volume buttons
Also rename sgio2_btns to sgi_btns since the driver is not only for SGI O2 anymore. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r--drivers/input/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile
index 0e274f19bcb3..f48009b52226 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -19,4 +19,4 @@ 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
-obj-$(CONFIG_INPUT_SGIO2_BTNS) += sgio2_btns.o
+obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o