From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MDiuo-0000rV-FH for mharc-grub-devel@gnu.org; Mon, 08 Jun 2009 13:45:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDium-0000qt-1L for grub-devel@gnu.org; Mon, 08 Jun 2009 13:45:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDiuh-0000mC-8a for grub-devel@gnu.org; Mon, 08 Jun 2009 13:45:43 -0400 Received: from [199.232.76.173] (port=49896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDiuh-0000m9-1s for grub-devel@gnu.org; Mon, 08 Jun 2009 13:45:39 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:52212) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDiug-0005Nh-NC for grub-devel@gnu.org; Mon, 08 Jun 2009 13:45:38 -0400 Received: by ewy6 with SMTP id 6so6603935ewy.42 for ; Mon, 08 Jun 2009 10:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:user-agent:date :from:to:in-reply-to:references:subject; bh=GrYVODNE4HRoHJXyvB48tBrMzyETmj7N9kMFsl6Pam0=; b=wbCXwXjAzbZ/SBcsCz98QRphAOma5NXnwpgChFSe+t6oLFOwvINVzwueEAnn4LnL/+ 60jI0HaUnawBavvheM7Ssq0t7tGtmv1g31HXW2aUFsjmpBYf4h8pQs9rpKwLrkl9GH5l vaO1pd6DH896to/m03PAf/YtbB3F6diNR1IZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:user-agent:date:from:to:in-reply-to:references:subject; b=pzNeTk4UA06QbEXIjR6SPmmkzqLREYw3bhjL8GmL8RoMBi0F4hVOCc4GcfobI5unIp oFPBB8YK76PlZV+1gEIiVz411OMH0/obgT2A0XlAcQE2/awqPnVIMkl3o9gO92Nv7KfS zoUT2Q+NCjE/MPtWVWbz9N8RvZCf8Tb6RWhZo= Received: by 10.210.69.13 with SMTP id r13mr4616466eba.79.1244483137671; Mon, 08 Jun 2009 10:45:37 -0700 (PDT) Received: from localhost (host86-171-7-124.range86-171.btcentralplus.com [86.171.7.124]) by mx.google.com with ESMTPS id 10sm267020eyz.11.2009.06.08.10.45.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 10:45:37 -0700 (PDT) Message-Id: <20090608174515.881183682@gmail.com> User-Agent: quilt/0.47-1 Date: Mon, 08 Jun 2009 18:45:15 +0100 From: oliver.henshaw@gmail.com To: grub-devel@gnu.org In-Reply-To: <6d6c12960906071127l4f73e145s38b8f0937eef8f40@mail.gmail.com> References: <6d6c12960906071127l4f73e145s38b8f0937eef8f40@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [PATCH 0/4] Re: Grub needs to check the programming interface for usb controllers X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 17:45:44 -0000 Here's a second try. I used quilt to manage the patch series but mailed them by hand instead of exporting to a mailbox, and didn't realise that they weren't named as *.patch (otherwise I think the content type would have been fine). I should probably move on to git, but I was a little intimidated by the idea of re-writing history - manipulating a patch series seemed more natural to me. But onwards and upwards. I've removed all changes to trailing whitespace, as requested. There is still a whitespace change in side a comment, something I noticed with syntax highlighting. Thanks, Oliver