Re: [U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-10-14 Thread Tom Rix
Remy Bohmer wrote: > Hi Tom, > > Sorry for not responding to this series very fast, because I wanted to > look into it carefully. > Below my comments on this patch > > 2009/9/28 Tom Rix : >> The header files usb.h and usbdescriptors.h have the same or >> similarly named structure definitions for

Re: [U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-10-12 Thread Remy Bohmer
Hi Tom, Sorry for not responding to this series very fast, because I wanted to look into it carefully. Below my comments on this patch 2009/9/28 Tom Rix : > The header files usb.h and usbdescriptors.h have the same or > similarly named structure definitions for > > usb_device_descriptor > usb_str

[U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-09-28 Thread Tom Rix
The header files usb.h and usbdescriptors.h have the same or similarly named structure definitions for usb_device_descriptor usb_string_descriptor usb_endpoint_descriptor usb_config_descriptor vs usb_configuration_descriptor usb_interface_descriptor There should only be one definition of these st

[U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-09-28 Thread y
From: Tom Rix The header files usb.h and usbdescriptors.h have the same or similarly named structure definitions for usb_device_descriptor usb_string_descriptor usb_endpoint_descriptor usb_config_descriptor vs usb_configuration_descriptor usb_interface_descriptor There should only be one defini

[U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions

2009-09-04 Thread Tom Rix
The header files usb.h and usbdescriptors.h have the same or similarly named structure definitions for usb_device_descriptor usb_string_descriptor usb_endpoint_descriptor usb_config_descriptor vs usb_configuration_descriptor usb_interface_descriptor There should only be one definition of these st