Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-20 Thread Lukasz Majewski
Hi Paul, > This avoids handling requests that have an error status or no data. > In particular, this avoids showing unnecessary error messages when > the USB gadget gets disconnected (e.g. with fastboot continue) and > the fastboot USB gadget driver sends an error back to the host (that > has disc

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-15 Thread Paul Kocialkowski
Le mardi 14 juillet 2015 à 13:32 +0200, Lukasz Majewski a écrit : > Hi Paul, > > > Le mardi 14 juillet 2015 à 12:22 +0200, Lukasz Majewski a écrit : > > > Hi Paul, > > > > > > > This avoids handling requests that have an error status or no > > > > data. In particular, this avoids showing unnecess

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-14 Thread Lukasz Majewski
Hi Paul, > Le mardi 14 juillet 2015 à 12:22 +0200, Lukasz Majewski a écrit : > > Hi Paul, > > > > > This avoids handling requests that have an error status or no > > > data. In particular, this avoids showing unnecessary error > > > messages when the USB gadget gets disconnected (e.g. with > > >

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-14 Thread Paul Kocialkowski
Le mardi 14 juillet 2015 à 12:22 +0200, Lukasz Majewski a écrit : > Hi Paul, > > > This avoids handling requests that have an error status or no data. > > In particular, this avoids showing unnecessary error messages when > > the USB gadget gets disconnected (e.g. with fastboot continue) and > > t

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-14 Thread Lukasz Majewski
Hi Paul, > This avoids handling requests that have an error status or no data. > In particular, this avoids showing unnecessary error messages when > the USB gadget gets disconnected (e.g. with fastboot continue) and > the fastboot USB gadget driver sends an error back to the host (that > has disc

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-06 Thread Paul Kocialkowski
Le lundi 06 juillet 2015 à 12:28 +0200, Lukasz Majewski a écrit : > Hi Paul, > > > This avoids handling requests that have an error status or no data. > > In particular, this avoids showing unnecessary error messages when > > the USB gadget gets disconnected (e.g. with fastboot continue) and > > t

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-06 Thread Paul Kocialkowski
Le lundi 06 juillet 2015 à 12:28 +0200, Lukasz Majewski a écrit : > Hi Paul, > > > This avoids handling requests that have an error status or no data. > > In particular, this avoids showing unnecessary error messages when > > the USB gadget gets disconnected (e.g. with fastboot continue) and > > t

Re: [U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-06 Thread Lukasz Majewski
Hi Paul, > This avoids handling requests that have an error status or no data. > In particular, this avoids showing unnecessary error messages when > the USB gadget gets disconnected (e.g. with fastboot continue) and > the fastboot USB gadget driver sends an error back to the host (that > has disc

[U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler

2015-07-04 Thread Paul Kocialkowski
This avoids handling requests that have an error status or no data. In particular, this avoids showing unnecessary error messages when the USB gadget gets disconnected (e.g. with fastboot continue) and the fastboot USB gadget driver sends an error back to the host (that has disconnected already).