public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
Date: Tue, 30 Dec 2008 23:52:41 +0100	[thread overview]
Message-ID: <20081230225241.6B340833DBB7@gemini.denx.de> (raw)
In-Reply-To: <1230623951-16497-1-git-send-email-vapier@gentoo.org>

Dear Mike Frysinger,

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.

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

  reply	other threads:[~2008-12-30 22:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-30  7:59 [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive Mike Frysinger
2008-12-30 22:52 ` Wolfgang Denk [this message]
2008-12-31  2:48   ` Bryan Wu
2008-12-31  7:42   ` Mike Frysinger
2008-12-31 19:38     ` Wolfgang Denk
2009-01-01  7:52       ` Mike Frysinger
2009-01-01  7:52       ` [U-Boot] [PATCH v2] " Mike Frysinger
2009-01-01  9:01         ` Wolfgang Denk
2009-01-01  9:10           ` Mike Frysinger
2009-01-01 10:32             ` Remy Bohmer
2009-01-02  0:48               ` [U-Boot] [PATCH] " Mike Frysinger
2009-01-02 11:26                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-02 11:50                   ` Mike Frysinger
2009-01-02 12:47                     ` michael
2009-01-02 13:12                       ` Remy Bohmer
2009-01-04 20:33                 ` Remy Bohmer
2009-01-01 13:53             ` [U-Boot] [PATCH v2] " Wolfgang Denk
2009-01-01 23:32               ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081230225241.6B340833DBB7@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox