[U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
Wolfgang Denk
wd at denx.de
Tue Dec 30 23:52:41 CET 2008
Dear Mike Frysinger,
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.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Even if you aren't in doubt, consider the mental welfare of the per-
son who has to maintain the code after you, and who will probably put
parens in the wrong place. - Larry Wall in the perl man page
More information about the U-Boot
mailing list