commit | fc2ebc473bbca6f9e6e30ea5de979c4852f35319 | [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 | 94662042bc0364ba1a4b0ef2bd3e5ff94b9c58df | |
parent | 6867bb1bc904b1a2d945921ac6dd1ed2e99c83f5 [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(); };