qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/4] ADB improvements


From: Programmingkid
Subject: [Qemu-devel] [PATCH v2 0/4] ADB improvements
Date: Thu, 24 Mar 2016 10:01:44 -0400

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

-- 
*v2 changes:
Swapped order of adb-keys.h and "add support for QKeyCode" patches.


2.7.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]