aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042.h
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2008-03-12 14:58:16 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-03-14 11:54:06 -0400
commitf1782447125c167ca02babb9a2af3853895e411c (patch)
tree3997dfa15a6f82cf7228d788fe889330103e7a2a /drivers/input/serio/i8042.h
parentInput: i8042 - add Lenovo 3000 N100 to nomux blacklist (diff)
downloadlinux-dev-f1782447125c167ca02babb9a2af3853895e411c.tar.xz
linux-dev-f1782447125c167ca02babb9a2af3853895e411c.zip
Input: i8042 - add SNI RM support
SNI RM200 don't have the i8042 controller connected to the EISA bus, but have a second address range for onboard devices. This patch handles the two possible address ranges for the i8042 on SNI RMs. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/i8042.h')
-rw-r--r--drivers/input/serio/i8042.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h
index c972e5d03a3f..cbc1beb66574 100644
--- a/drivers/input/serio/i8042.h
+++ b/drivers/input/serio/i8042.h
@@ -18,6 +18,8 @@
#include "i8042-jazzio.h"
#elif defined(CONFIG_SGI_HAS_I8042)
#include "i8042-ip22io.h"
+#elif defined(CONFIG_SNI_RM)
+#include "i8042-snirm.h"
#elif defined(CONFIG_PPC)
#include "i8042-ppcio.h"
#elif defined(CONFIG_SPARC)