From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 31 Dec 2008 02:42:56 -0500 Subject: [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive In-Reply-To: <20081230225241.6B340833DBB7@gemini.denx.de> References: <1230623951-16497-1-git-send-email-vapier@gentoo.org> <20081230225241.6B340833DBB7@gemini.denx.de> Message-ID: <200812310242.57366.vapier@gentoo.org> 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 30 December 2008 17:52:41 Wolfgang Denk wrote: > In message <1230623951-16497-1-git-send-email-vapier@gentoo.org> you wrote: > > --- a/common/usb_storage.c > > +++ b/common/usb_storage.c > > @@ -1166,6 +1166,11 @@ int usb_stor_get_info(struct usb_device > > *dev,struct us_data *ss,block_dev_desc_t /* SanDisk Corporation Cruzer > > Micro 20044318410546613953 */ (dev->descriptor.idVendor == 0x0781 && > > dev->descriptor.idProduct == 0x5151) > > + || > > + /* SanDisk Corporation U3 Cruzer Micro 1/4GB > > + * Flash Drive 000016244373FFB4 */ > > + (dev->descriptor.idVendor == 0x0781 && > > + dev->descriptor.idProduct == 0x5406) > > Please fix multiline comment style. you'll have to be a little more specific as to what exactly you have issues with. comment looks fine to me. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20081231/eeaddd8c/attachment.pgp