commit | 34193b31681dcbadf0a629879ca004f561b1b149 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Thu Aug 06 14:50:08 2009 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Thu Aug 06 14:52:13 2009 -0700 |
tree | 2a0d9756383bd7fd4049191cbdde2aeec51f3191 | |
parent | b55717fd57b0d8a07a36d182430a3e14556ceca4 [diff] [blame] |
EventHub: pass the name of each input device up to Java Signed-off-by: Iliyan Malchev <malchev@google.com>
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 @@ 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(); };