From 949a986e68aa575146039d4d4493dca240a84266 Mon Sep 17 00:00:00 2001 From: John Arbuckle <programmingk...@gmail.com> Date: Wed, 23 Mar 2016 20:55:14 -0400 Subject: [PATCH 0/4] ADB improvements
This patch series makes several improvements to the ADB code. To test this code, please implement the patches in the order below. John Arbuckle (4): adb-keys.h - initial commit adb.c: add support for QKeyCode adb.c: NO_KEY adb.c: add power key support hw/input/adb.c | 246 +++++++++++++++++++++++++++++++++++--------- include/hw/input/adb-keys.h | 147 ++++++++++++++++++++++++++ 2 files changed, 347 insertions(+), 46 deletions(-) create mode 100644 include/hw/input/adb-keys.h -- 2.7.2