]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/input : move input drivers to drivers/input
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 24 Nov 2007 18:46:45 +0000 (19:46 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 25 Nov 2007 22:28:49 +0000 (23:28 +0100)
commit16b195c82a18cbfd164800f17a1ef9db2e48331a
tree74f7d9fac88ccc0097706d3f37df0eb071da5309
parente4558666293364fc3af1c1d9381ca933fa0f1275
drivers/input : move input drivers to drivers/input

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Makefile
drivers/Makefile
drivers/input/Makefile [new file with mode: 0644]
drivers/input/i8042.c [moved from drivers/i8042.c with 100% similarity]
drivers/input/keyboard.c [moved from drivers/keyboard.c with 100% similarity]
drivers/input/pc_keyb.c [moved from drivers/pc_keyb.c with 100% similarity]
drivers/input/ps2mult.c [moved from drivers/ps2mult.c with 100% similarity]
drivers/input/ps2ser.c [moved from drivers/ps2ser.c with 100% similarity]