In message <[EMAIL PROTECTED]> you wrote:
>
> I've made I new patch with git as requested.
Unfortunately it's unusable as your mailer wrapped long lines:
> @@ -177,10 +178,10 @@ int usb_control_msg(struct usb_device *d
> /* set setup command */
> setup_packet.requesttype = requesttype;
> setup_packet.request = request;
> - setup_packet.value = swap_16(value);
> - setup_packet.index = swap_16(index);
> - setup_packet.length = swap_16(size);
> - USB_PRINTF("usb_control_msg: request: 0x%X, requesttype: 0x%X\nvalue
> 0x%X index 0x%X length 0x%X\n",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here.
> + setup_packet.value = cpu_to_le16(value);
> + setup_packet.index = cpu_to_le16(index);
> + setup_packet.length = cpu_to_le16(size);
> + USB_PRINTF("usb_control_msg: request: 0x%X, requesttype: 0x%X, value
> 0x%X index 0x%X length 0x%X\n",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here.
...
> @@ -329,8 +330,7 @@ int usb_parse_config(struct usb_device *
> dev->config.if_desc[ifno].no_of_ep++; /* found
> an
> endpoint */
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here.
And so on. Please fix your mailer (or even better use git-send-email)
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: [EMAIL PROTECTED]
Q: How do you spell "onomatopoeia"?
A: The way it sounds.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users