From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MDlUt-0005Tz-28 for mharc-grub-devel@gnu.org; Mon, 08 Jun 2009 16:31:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDlUq-0005Qp-Ly for grub-devel@gnu.org; Mon, 08 Jun 2009 16:31:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDlUl-0005NV-Ap for grub-devel@gnu.org; Mon, 08 Jun 2009 16:31:07 -0400 Received: from [199.232.76.173] (port=45326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDlUl-0005NK-8D for grub-devel@gnu.org; Mon, 08 Jun 2009 16:31:03 -0400 Received: from c60.cesmail.net ([216.154.195.49]:20210) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MDlUk-0004Lr-Qp for grub-devel@gnu.org; Mon, 08 Jun 2009 16:31:03 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 08 Jun 2009 16:31:00 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 2EF8134C6A for ; Mon, 8 Jun 2009 16:35:06 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090608174515.881183682@gmail.com> References: <6d6c12960906071127l4f73e145s38b8f0937eef8f40@mail.gmail.com> <20090608174515.881183682@gmail.com> Content-Type: text/plain Date: Mon, 08 Jun 2009 16:30:59 -0400 Message-Id: <1244493059.2536.16.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [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 20:31:09 -0000 On Mon, 2009-06-08 at 18:45 +0100, oliver.henshaw@gmail.com wrote: > 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. STGit manipulates the patches. It was inspired by quilt. It should be really easy to learn for someone who knows git. > 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. I've applied your patches. The third patch in the series introduced a compile warning due to iobase being a pointer on OHCI. I fixed that. Please note that the ChangeLog is wrapped at the column 72. All non-empty lines except the author's name start with one tab. Please specify thew functions affected by your changes unless the changes are in the top-level code or all over the place. -- Regards, Pavel Roskin