Update of /cvsroot/gc-linux/linux/drivers/input/keyboard
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/input/keyboard
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.29.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile 2 Mar 2009 19:26:37 -0000 1.7
--- Makefile 25 Oct 2009 18:33:47 -0000 1.8
***************
*** 29,31 ****
obj-$(CONFIG_KEYBOARD_BFIN) += bf54x-keys.o
obj-$(CONFIG_KEYBOARD_SH_KEYSC) += sh_keysc.o
- obj-$(CONFIG_KEYBOARD_WII) += rvl-stkbd.o
--- 29,30 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Kconfig 2 Mar 2009 19:26:37 -0000 1.10
--- Kconfig 25 Oct 2009 18:33:47 -0000 1.11
***************
*** 324,338 ****
module will be called bf54x-keys.
- config KEYBOARD_WII
- tristate "Nintendo Wii USB keyboard IOS glue"
- depends on (WII && !USB)
- help
- Say Y here if you have a Nintendo Wii console running Linux and have
- a keyboard attached to one of its USB ports.
- This driver uses the IOS interface glue to access the USB keyboard.
-
- To compile this driver as a module, choose M here: the
- module will be called rvl-stkbd.
-
config KEYBOARD_SH_KEYSC
tristate "SuperH KEYSC keypad support"
--- 324,327 ----
|