summaryrefslogtreecommitdiff
path: root/modules/input/evdev/EvdevModule.cpp
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2015-04-16 15:32:08 -0700
committerTim Kilbourn <tkilbourn@google.com>2015-06-01 14:33:47 -0700
commit3186e7bf4805b317769470137ffcf1f7eb0215e0 (patch)
tree311b90f7f9b150a963eb949c1c1ad30a9845dbc6 /modules/input/evdev/EvdevModule.cpp
parent8628493b48b03e78a75915a8a0d1d5e8e3f85e79 (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.cpp2
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() {