From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeN8G-0008Il-S8 for qemu-devel@nongnu.org; Wed, 15 Oct 2014 07:52:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeN89-0000iR-Rq for qemu-devel@nongnu.org; Wed, 15 Oct 2014 07:52:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeN89-0000h1-Jg for qemu-devel@nongnu.org; Wed, 15 Oct 2014 07:52:37 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9FBqaET009371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 15 Oct 2014 07:52:36 -0400 From: Gerd Hoffmann Date: Wed, 15 Oct 2014 13:52:29 +0200 Message-Id: <1413373953-19493-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] usb: add high speed mouse & keyboard configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, usb patch queue, bringing high speed configurations for usb mouse & keyboard, so you can hook them up to ehci without companion controllers. Also a small xhci fix. please pull, Gerd The following changes since commit b1d28ec6a7dbdaadda39d29322f0de694aeb0b74: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (2014-10-10 14:55:29 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20141015-2 for you to fetch changes up to ac20e1bb0e77cdf79c6e3f90ff910a46d8ca04c9: xhci: remove dead code (2014-10-15 13:39:48 +0200) ---------------------------------------------------------------- usb: add high speed mouse & keyboard configuration ---------------------------------------------------------------- Gerd Hoffmann (1): xhci: remove dead code Jan Vesely (3): usb-hid: Move descriptor decision to usb-hid initfn usb-hid: Add high speed mouse configuration usb-hid: Add high speed keyboard configuration hw/usb/dev-hid.c | 174 +++++++++++++++++++++++++++++++++++++++++++++------ hw/usb/hcd-xhci.c | 6 -- include/hw/i386/pc.h | 8 +++ 3 files changed, 162 insertions(+), 26 deletions(-)