On Tuesday 30 December 2008 17:52:41 Wolfgang Denk wrote: > In message <1230623951-16497-1-git-send-email-vap...@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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot