diff options
author | Tim Kilbourn <tkilbourn@google.com> | 2015-04-16 15:32:08 -0700 |
---|---|---|
committer | Tim Kilbourn <tkilbourn@google.com> | 2015-06-01 14:33:47 -0700 |
commit | 3186e7bf4805b317769470137ffcf1f7eb0215e0 (patch) | |
tree | 311b90f7f9b150a963eb949c1c1ad30a9845dbc6 /modules/input/evdev/EvdevModule.cpp | |
parent | 8628493b48b03e78a75915a8a0d1d5e8e3f85e79 (diff) |
Configure device classes for evdev devices.
Change-Id: Ia75b71253771d9d558c59411e27f8a51e352fb8b
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() { |