diff options
author | Iliyan Malchev <malchev@google.com> | 2009-08-06 14:50:08 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2009-08-06 14:52:13 -0700 |
commit | 34193b31681dcbadf0a629879ca004f561b1b149 (patch) | |
tree | 2a0d9756383bd7fd4049191cbdde2aeec51f3191 /include/ui | |
parent | b55717fd57b0d8a07a36d182430a3e14556ceca4 (diff) | |
download | frameworks_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')
-rw-r--r-- | include/ui/EventHub.h | 2 |
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(); }; |