[U-Boot-Users] usb problem
Wolfgang Denk
wd at denx.de
Fri Apr 20 15:56:01 CEST 2007
In message <20070420134935.GB4619 at enneenne.com> you wrote:
>
> Here my patches:
Thanks a lot.
Markus, I guess you will take care of that?
> diff --git a/common/usb.c b/common/usb.c
> index 0857494..087a65f 100644
> --- a/common/usb.c
> +++ b/common/usb.c
> @@ -61,7 +61,7 @@
> #ifdef USB_DEBUG
> #define USB_PRINTF(fmt,args...) printf (fmt ,##args)
> #else
> -#define USB_PRINTF(fmt,args...)
> +#define USB_PRINTF(fmt,args...) wait_ms(1) /* for crappy USB keys... */
> #endif
Arghhh. But this one is definitely not ripe for mainstream yet.
Please clean this up.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I haven't lost my mind -- it's backed up on tape somewhere.
More information about the U-Boot
mailing list