From 34193b31681dcbadf0a629879ca004f561b1b149 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Thu, 6 Aug 2009 14:50:08 -0700 Subject: EventHub: pass the name of each input device up to Java Signed-off-by: Iliyan Malchev --- include/ui/EventHub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(); }; -- cgit v1.1