03 Aug, 2010
1 commit
-
quickstart uses input_*() functions so it should depend on INPUT.
ERROR: "input_register_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_allocate_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_event" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_free_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_unregister_device" [drivers/staging/quickstart/quickstart.ko] undefined!Signed-off-by: Randy Dunlap
Cc: Angelo Arrifano
Signed-off-by: Greg Kroah-Hartman
09 Jul, 2010
1 commit
-
This adds the needed Kconfig and Makefile changes to add
the quickstart driver to the build.Cc: Angelo Arrifano
Signed-off-by: Greg Kroah-Hartman