[U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive

Mike Frysinger vapier at gentoo.org
Wed Dec 31 08:42:56 CET 2008


On Tuesday 30 December 2008 17:52:41 Wolfgang Denk wrote:
> In message <1230623951-16497-1-git-send-email-vapier at 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 


More information about the U-Boot mailing list