From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 9 Sep 2014 14:19:34 +0200 Subject: [U-Boot] [PATCH] dfu, usb: set usb descriptor to values defined in dfu spec 1.1 In-Reply-To: <540EBE45.9070002@denx.de> References: <1409826100-24834-1-git-send-email-hs@denx.de> <201409050042.24680.marex@denx.de> <540EBE45.9070002@denx.de> Message-ID: <201409091419.34955.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 Tuesday, September 09, 2014 at 10:45:57 AM, Heiko Schocher wrote: > Hello Marek, > > Am 05.09.2014 00:42, schrieb Marek Vasut: > > On Thursday, September 04, 2014 at 12:21:40 PM, Heiko Schocher wrote: > > > > Hi Heiko, > > > > I'll just rant a bit, but please wait until Lukasz does a proper > > runthrough. > > > >> set bDeviceClass, bDeviceSubClass and bcdUSB to the values > >> defined in dfu spec 1.1 chapter 4.2.1 found here: > >> > >> http://www.usb.org/developers/devclass_docs/DFU_1.1.pdf > > > > This URL gives me a website with: > > " > > Resource not found. > > Please check the URL and try again. > > " > > Ah! Here the correct link: > > http://www.usb.org/developers/docs/devclass_docs/DFU_1.1.pdf > > I change this for v2. Cool, thank you! :) Best regards, Marek Vasut