diff options
Diffstat (limited to 'modules/input/evdev/EvdevModule.cpp')
-rw-r--r-- | modules/input/evdev/EvdevModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/evdev/EvdevModule.cpp b/modules/input/evdev/EvdevModule.cpp index f6df2196..1171a1a2 100644 --- a/modules/input/evdev/EvdevModule.cpp +++ b/modules/input/evdev/EvdevModule.cpp @@ -55,7 +55,7 @@ static std::unique_ptr<EvdevModule> gEvdevModule; 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() { |