summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@android.com>2011-08-10 13:56:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-08-10 13:56:33 -0700
commitca97671e2b74ed31b5bef6fd0b39e489f1ec5f51 (patch)
treefc9c0417d4e2aa2857af9ed67a1fdf450224385b /include
parent7e79b9aad85db332d334f8bc1625bf46f030830f (diff)
parent6f5a837c9c4a55c82111c6cd5af6055b63fcb5a9 (diff)
downloadframeworks_base-ca97671e2b74ed31b5bef6fd0b39e489f1ec5f51.zip
frameworks_base-ca97671e2b74ed31b5bef6fd0b39e489f1ec5f51.tar.gz
frameworks_base-ca97671e2b74ed31b5bef6fd0b39e489f1ec5f51.tar.bz2
am 6f5a837c: Merge "Fix getSwitchState according to device capabilities."
* commit '6f5a837c9c4a55c82111c6cd5af6055b63fcb5a9': Fix getSwitchState according to device capabilities.
Diffstat (limited to 'include')
-rw-r--r--include/ui/EventHub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h
index d78e35f..57a3304 100644
--- a/include/ui/EventHub.h
+++ b/include/ui/EventHub.h
@@ -239,6 +239,7 @@ private:
String8 name;
uint32_t classes;
uint8_t* keyBitmask;
+ uint8_t* switchBitmask;
KeyLayoutMap* layoutMap;
String8 keylayoutFilename;
int fd;