From: Albert H. <he...@us...> - 2009-10-25 18:53:59
|
Update of /cvsroot/gc-linux/linux/drivers/input/keyboard In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31851/drivers/input/keyboard Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.30. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 25 Oct 2009 18:50:27 -0000 1.9 --- Makefile 25 Oct 2009 18:53:45 -0000 1.10 *************** *** 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.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Kconfig 25 Oct 2009 18:50:27 -0000 1.13 --- Kconfig 25 Oct 2009 18:53:45 -0000 1.14 *************** *** 324,338 **** module will be called bf54x-keys. - 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" --- 324,327 ---- |