From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLjK-00037B-KL for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:11:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaLjG-00023A-PP for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:11:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLjG-00022d-KT for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:11:06 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 469048E679 for ; Mon, 29 Feb 2016 11:11:05 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 29 Feb 2016 12:11:00 +0100 Message-Id: <1456744261-13556-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1456744261-13556-1-git-send-email-kraxel@redhat.com> References: <1456744261-13556-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 1/2] MAINTAINERS: Add some missing entries for USB related files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth , Gerd Hoffmann From: Thomas Huth USB-related docs and include files should go into the USB section of the MAINTAINERS file. Signed-off-by: Thomas Huth Message-id: 1456392967-20274-2-git-send-email-thuth@redhat.com Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index caa5260..423cfb3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -857,6 +857,10 @@ M: Gerd Hoffmann S: Maintained F: hw/usb/* F: tests/usb-*-test.c +F: docs/usb2.txt +F: docs/usb-storage.txt +F: include/hw/usb.h +F: include/hw/usb/ USB (serial adapter) M: Gerd Hoffmann -- 1.8.3.1