]> git.karo-electronics.de Git - karo-tx-linux.git/commit
input-route-kbd-leds-through-the-generic-leds-layer-fix-3
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 5 Nov 2013 05:54:58 +0000 (16:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:54:58 +0000 (16:54 +1100)
commit494627b04b88f75398a4cfc06c906376f508f59a
tree7607fa3dde319af77f2a651d9b57f3c2ea9df74d
parent7d969197cc37f663bd2b37c4343d49e3fd563f90
input-route-kbd-leds-through-the-generic-leds-layer-fix-3

Link input/leds.c along input/input.c instead of separate module

input.c needs to call leds.c and vice-versa, so it is simpler to stuff
them together. INPUT_LEDS thus now depends on LEDS_CLASS being available
enough for input.ko.

This also documents the new leds field.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/input/Kconfig
drivers/input/Makefile
include/linux/input.h