summaryrefslogtreecommitdiff
path: root/services/input/InputReader.cpp
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@google.com> 2011-11-15 19:43:35 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2011-11-15 19:43:35 -0800
commit221096fdd6963a0f7090b928cfb92b9267f32d7a (patch)
tree300e2781bf3720d2b7e57611d6691c9fe9ea521a /services/input/InputReader.cpp
parent8e56e1f3459703a9b9f5a13676428eeda68bb73f (diff)
parent4c0e0dd29dcce33e7521b11d01d21d9431f3b264 (diff)
am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." into ics-mr1
* commit '4c0e0dd29dcce33e7521b11d01d21d9431f3b264': Eliminate hw.keyboards system properties.
Diffstat (limited to 'services/input/InputReader.cpp')
-rw-r--r--services/input/InputReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/input/InputReader.cpp b/services/input/InputReader.cpp
index 9a73527db9d3..382987b33238 100644
--- a/services/input/InputReader.cpp
+++ b/services/input/InputReader.cpp
@@ -1783,6 +1783,7 @@ void KeyboardInputMapper::populateDeviceInfo(InputDeviceInfo* info) {
InputMapper::populateDeviceInfo(info);
info->setKeyboardType(mKeyboardType);
+ info->setKeyCharacterMapFile(getEventHub()->getKeyCharacterMapFile(getDeviceId()));
}
void KeyboardInputMapper::dump(String8& dump) {