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
commitfc2ebc473bbca6f9e6e30ea5de979c4852f35319 (patch)
tree94662042bc0364ba1a4b0ef2bd3e5ff94b9c58df /include/ui/EventHub.h
parent6867bb1bc904b1a2d945921ac6dd1ed2e99c83f5 (diff)
downloadframeworks_base-fc2ebc473bbca6f9e6e30ea5de979c4852f35319.zip
frameworks_base-fc2ebc473bbca6f9e6e30ea5de979c4852f35319.tar.gz
frameworks_base-fc2ebc473bbca6f9e6e30ea5de979c4852f35319.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();
};