drivers: Call uinput_keyboard_initialize in drivers_initialize

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-03-20 00:18:46 +08:00
committed by Petro Karashchenko
parent 7ea14aa8f8
commit 2ccf54961f
+4
View File
@@ -128,6 +128,10 @@ void drivers_initialize(void)
uinput_button_initialize();
#endif
#ifdef CONFIG_UINPUT_KEYBOARD
uinput_keyboard_initialize();
#endif
#ifdef CONFIG_NET_LOOPBACK
/* Initialize the local loopback device */