Configure device classes for evdev devices.
Change-Id: Ia75b71253771d9d558c59411e27f8a51e352fb8b
diff --git a/modules/input/evdev/EvdevModule.cpp b/modules/input/evdev/EvdevModule.cpp
index f6df219..1171a1a 100644
--- a/modules/input/evdev/EvdevModule.cpp
+++ b/modules/input/evdev/EvdevModule.cpp
@@ -55,7 +55,7 @@
EvdevModule::EvdevModule(InputHost inputHost) :
mInputHost(inputHost),
- mDeviceManager(std::make_shared<InputDeviceManager>()),
+ mDeviceManager(std::make_shared<InputDeviceManager>(mInputHost)),
mInputHub(std::make_unique<InputHub>(mDeviceManager)) {}
void EvdevModule::init() {