summaryrefslogtreecommitdiffstats
path: root/include/ui/EventHub.h
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2009-08-06 14:50:08 -0700
committerIliyan Malchev <malchev@google.com>2009-08-06 14:52:13 -0700
commit34193b31681dcbadf0a629879ca004f561b1b149 (patch)
tree2a0d9756383bd7fd4049191cbdde2aeec51f3191 /include/ui/EventHub.h
parentb55717fd57b0d8a07a36d182430a3e14556ceca4 (diff)
downloadframeworks_native-34193b31681dcbadf0a629879ca004f561b1b149.zip
frameworks_native-34193b31681dcbadf0a629879ca004f561b1b149.tar.gz
frameworks_native-34193b31681dcbadf0a629879ca004f561b1b149.tar.bz2
EventHub: pass the name of each input device up to Java
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'include/ui/EventHub.h')
-rw-r--r--include/ui/EventHub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h
index bffba07..3b18c77 100644
--- a/include/ui/EventHub.h
+++ b/include/ui/EventHub.h
@@ -119,7 +119,7 @@ private:
String8 keylayoutFilename;
device_t* next;
- device_t(int32_t _id, const char* _path);
+ device_t(int32_t _id, const char* _path, const char* name);
~device_t();
};