Update of /cvsroot/gc-linux/linux/drivers/input/keyboard
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17071/drivers/input/keyboard
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.31.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile 25 Oct 2009 18:59:28 -0000 1.12
--- Makefile 9 Dec 2009 18:18:07 -0000 1.13
***************
*** 32,34 ****
obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o
- obj-$(CONFIG_KEYBOARD_WII) += rvl-stkbd.o
--- 32,33 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Kconfig,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Kconfig 25 Oct 2009 18:59:28 -0000 1.16
--- Kconfig 9 Dec 2009 18:18:07 -0000 1.17
***************
*** 311,325 ****
module will be called sunkbd.
- config KEYBOARD_WII
- tristate "Nintendo Wii USB keyboard IOS glue"
- depends on (STARLET_IOS && !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"
--- 311,314 ----
|