Configure device classes for evdev devices.
Change-Id: Ia75b71253771d9d558c59411e27f8a51e352fb8b
This commit is contained in:
@@ -34,7 +34,7 @@ void InputDeviceManager::onInputEvent(const std::shared_ptr<InputDeviceNode>& no
|
||||
}
|
||||
|
||||
void InputDeviceManager::onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) {
|
||||
mDevices[node] = std::make_shared<EvdevDevice>(node);
|
||||
mDevices[node] = std::make_shared<EvdevDevice>(mHost, node);
|
||||
}
|
||||
|
||||
void InputDeviceManager::onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) {
|
||||
|
||||
Reference in New Issue
Block a user