5 Jul 01:10
[PATCH] new driver for SGI O2 volume buttons
From: Thomas Bogendoerfer <tsbogend <at> alpha.franken.de>
Subject: [PATCH] new driver for SGI O2 volume buttons
Newsgroups: gmane.linux.kernel.input
Date: 2008-07-04 23:12:17 GMT
Subject: [PATCH] new driver for SGI O2 volume buttons
Newsgroups: gmane.linux.kernel.input
Date: 2008-07-04 23:12:17 GMT
This driver adds support for the volume buttons on the front of every SGI O2 workstation. Signed-off-by: Thomas Bogendoerfer <tsbogend <at> alpha.franken.de> --- Please apply for 2.6.27. drivers/input/misc/Kconfig | 10 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/sgio2_btns.c | 154 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 165 insertions(+), 0 deletions(-) diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 432699d..e33d7cb 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -189,6 +189,16 @@ config INPUT_UINPUT To compile this driver as a module, choose M here: the module will be called uinput. +config INPUT_SGIO2_BTNS + tristate "SGI O2 volume button interface" + depends on SGI_IP32 + select INPUT_POLLDEV + help + Say Y here if you want to support SGI O2 volume button interface. + + To compile this driver as a module, choose M here: the + module will be called sgio_btns.(Continue reading)
RSS Feed