From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 14 Feb 2014 09:23:40 +0100 Subject: [U-Boot] [PATCH] usb: create common header virtual root hub descriptors In-Reply-To: <52FD98BA.8010504@wwwdotorg.org> References: <1392270138-26613-1-git-send-email-swarren@wwwdotorg.org> <201402132144.03564.marex@denx.de> <52FD98BA.8010504@wwwdotorg.org> Message-ID: <201402140923.40091.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, February 14, 2014 at 05:16:58 AM, Stephen Warren wrote: > On 02/13/2014 01:44 PM, Marek Vasut wrote: > > On Thursday, February 13, 2014 at 06:42:18 AM, Stephen Warren wrote: > >> Many USB host controller drivers contain almost identical copies of the > >> same virtual root hub descriptors. Put these into a common file to avoid > >> duplication. > >> > >> Note that there were some very minor differences between the descriptors > >> in the various files, such as: > >> > >> - USB 1.0 vs. USB 1.1 > >> - Manufacturer/Device ID > >> - Max packet size > >> - String content > >> > >> I assume these aren't relevant. > > > > Please CC the driver authors so we can be sure. > > OK, I've done so. It's pretty unclear who the relevant driver authors or > maintainers are for most of the files, so I cast a wide net from git > log, doc/git-mailrc, and (c) messages in the file. I don't expect the > message to make it to the list because of the Cc count. I doubt many > people will respond. > > I hoped this would be the kind of call you could make yourself as the > USB stack maintainer. Sorry, I cannot. I have no clue about _all_ the hardware out there. That's why I want opinion of the hardware maintainers. Best regards, Marek Vasut