[U-Boot] [PATCH v3 0/1] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-05-04 Thread Hans de Goede
Hi Simon, Here is v3 of my patch to fix the maxpacketsize0 not being set issue I found and related issues. I've added a big fat comment to explain that the usb_device pointer is a hack and should not be used outside of usb-uclass.c as requested. I hope this version is to your liking and you can

Re: [U-Boot] [PATCH v3 0/1] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-05-04 Thread Simon Glass
Hi Hans, On 4 May 2015 at 11:19, Hans de Goede hdego...@redhat.com wrote: Hi Simon, Here is v3 of my patch to fix the maxpacketsize0 not being set issue I found and related issues. I've added a big fat comment to explain that the usb_device pointer is a hack and should not be used outside

Re: [U-Boot] [PATCH v3 0/1] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-05-04 Thread Hans de Goede
Hi, On 04-05-15 19:22, Simon Glass wrote: Hi Hans, On 4 May 2015 at 11:19, Hans de Goede hdego...@redhat.com wrote: Hi Simon, Here is v3 of my patch to fix the maxpacketsize0 not being set issue I found and related issues. I've added a big fat comment to explain that the usb_device pointer

Re: [U-Boot] [PATCH v3 0/1] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-05-04 Thread Simon Glass
Hi Hans, On 4 May 2015 at 13:12, Hans de Goede hdego...@redhat.com wrote: Hi, On 04-05-15 19:22, Simon Glass wrote: Hi Hans, On 4 May 2015 at 11:19, Hans de Goede hdego...@redhat.com wrote: Hi Simon, Here is v3 of my patch to fix the maxpacketsize0 not being set issue I found and