From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5YU4-0003rf-6B for qemu-devel@nongnu.org; Tue, 21 Jan 2014 05:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5YTz-00061y-5z for qemu-devel@nongnu.org; Tue, 21 Jan 2014 05:23:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5YTy-00061e-UR for qemu-devel@nongnu.org; Tue, 21 Jan 2014 05:22:59 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0LAMvWg007466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Jan 2014 05:22:57 -0500 From: Gerd Hoffmann Date: Tue, 21 Jan 2014 11:22:50 +0100 Message-Id: <1390299772-5368-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] usb: add support for microsoft os descriptors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Small usb patch queue, featuring support for microsoft os descriptors. please pull, Gerd The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c: SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-2 for you to fetch changes up to 88678fbd9dbf01fd0988bcb651508378d85e868a: usb-hid: add microsoft os descriptor support (2014-01-16 12:59:59 +0100) ---------------------------------------------------------------- usb core+hid: add support for microsoft os descriptors ---------------------------------------------------------------- Gerd Hoffmann (2): usb: add support for microsoft os descriptors usb-hid: add microsoft os descriptor support hw/i386/pc_piix.c | 4 + hw/usb/Makefile.objs | 2 +- hw/usb/bus.c | 2 + hw/usb/desc-msos.c | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++ hw/usb/desc.c | 37 +++++++- hw/usb/desc.h | 11 ++- hw/usb/dev-hid.c | 8 ++ include/hw/i386/pc.h | 9 ++ include/hw/usb.h | 3 + trace-events | 1 + 10 files changed, 305 insertions(+), 6 deletions(-) create mode 100644 hw/usb/desc-msos.c