summaryrefslogtreecommitdiffstats
path: root/gui/hardwarekeyboard.cpp
diff options
context:
space:
mode:
authorthat <github@that.at>2015-01-29 02:04:47 +0100
committerDees Troy <dees_troy@teamw.in>2015-01-30 16:11:58 +0100
commit9fa5153aede8bd480104f86a362276ee6d767e54 (patch)
treeeb9ebdc9792bde332f32c52a38ad0ac20bdf7bd5 /gui/hardwarekeyboard.cpp
parentMove input handling into the main thread (diff)
downloadandroid_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.tar
android_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.tar.gz
android_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.tar.bz2
android_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.tar.lz
android_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.tar.xz
android_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.tar.zst
android_bootable_recovery-9fa5153aede8bd480104f86a362276ee6d767e54.zip
Diffstat (limited to 'gui/hardwarekeyboard.cpp')
-rw-r--r--[-rwxr-xr-x]gui/hardwarekeyboard.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/hardwarekeyboard.cpp b/gui/hardwarekeyboard.cpp
index 1e3d7bc7a..6d5da6b0c 100755..100644
--- a/gui/hardwarekeyboard.cpp
+++ b/gui/hardwarekeyboard.cpp
@@ -1,5 +1,4 @@
// hardwarekeyboard.cpp - HardwareKeyboard object
-// Custom hardware keyboard support for Asus Transformer devices
#include <stdarg.h>
#include <stdio.h>
@@ -27,7 +26,7 @@ extern "C" {
#include "rapidxml.hpp"
#include "objects.hpp"
#include "../data.hpp"
-#include <linux/input.h>
+#include <linux/input.h>
HardwareKeyboard::HardwareKeyboard(void) {
// Do Nothing