[U-Boot] [PATCH 2/8] USB add macros for debugging usb device setup.

2009-09-28 Thread Tom Rix
When developing usb device features, it is useful to print out common usb structures. Signed-off-by: Tom Rix --- include/usbdescriptors.h | 26 include/usbdevice.h | 103 ++ 2 files changed, 129 insertions(+), 0 deletions(-) diff

[U-Boot] [PATCH 2/8] USB add macros for debugging usb device setup.

2009-09-28 Thread y
From: Tom Rix When developing usb device features, it is useful to print out common usb structures. Signed-off-by: Tom Rix --- include/usbdescriptors.h | 26 include/usbdevice.h | 103 ++ 2 files changed, 129 insertions(+), 0 del

Re: [U-Boot] [PATCH 2/8] USB add macros for debugging usb device setup.

2009-09-06 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:12 Fri 04 Sep , Tom Rix wrote: > >> When developing usb device features, it is useful to print out >> common usb structures. >> >> Signed-off-by: Tom Rix >> --- >> include/usbdescriptors.h | 31 + >> include/usbdevice.h |

Re: [U-Boot] [PATCH 2/8] USB add macros for debugging usb device setup.

2009-09-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:12 Fri 04 Sep , Tom Rix wrote: > When developing usb device features, it is useful to print out > common usb structures. > > Signed-off-by: Tom Rix > --- > include/usbdescriptors.h | 31 + > include/usbdevice.h | 105 > ++

[U-Boot] [PATCH 2/8] USB add macros for debugging usb device setup.

2009-09-04 Thread Tom Rix
When developing usb device features, it is useful to print out common usb structures. Signed-off-by: Tom Rix --- include/usbdescriptors.h | 31 + include/usbdevice.h | 105 ++ 2 files changed, 136 insertions(+), 0 deletions(-) diff