From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjbn-0007lr-K6 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 17:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIjbk-0001Ta-DP for qemu-devel@nongnu.org; Thu, 30 Jun 2016 17:34:51 -0400 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:37912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjbk-0001Sw-7P for qemu-devel@nongnu.org; Thu, 30 Jun 2016 17:34:48 -0400 Received: by mail-it0-x22d.google.com with SMTP id h190so2577024ith.1 for ; Thu, 30 Jun 2016 14:34:46 -0700 (PDT) From: John Arbuckle Date: Thu, 30 Jun 2016 17:32:17 -0400 Message-Id: <1467322340-25602-1-git-send-email-programmingkidx@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] Switch USB HID to QKeyCode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: eblake@redhat.com, qemu-devel@nongnu.org Cc: John Arbuckle This patchset switches from the PS/2 keycode to QKeyCode support in the hid.c file. John Arbuckle (3): usb-keys.h: initial commit hid.c: convert to QKeyCode hid.c: Add debug support hw/input/hid.c | 279 ++++++++++++++++++++++++++++++-------------- include/hw/input/usb-keys.h | 154 ++++++++++++++++++++++++ 2 files changed, 343 insertions(+), 90 deletions(-) create mode 100644 include/hw/input/usb-keys.h -- 2.5.0