Re: [PATCH 17/23] uhci-hub: use HUB_CHAR_*

2015-01-25 Thread Sergei Shtylyov
Hello. On 01/19/2015 07:41 PM, Alan Stern wrote: Fix using the bare number to set the 'wHubCharacteristics' field of the Hub Descriptor while the values are #define'd in linux/usb/ch11.h. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com ---

Re: [PATCH 17/23] uhci-hub: use HUB_CHAR_*

2015-01-19 Thread Alan Stern
On Mon, 19 Jan 2015, Sergei Shtylyov wrote: Fix using the bare number to set the 'wHubCharacteristics' field of the Hub Descriptor while the values are #define'd in linux/usb/ch11.h. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com --- drivers/usb/host/uhci-hub.c |

[PATCH 17/23] uhci-hub: use HUB_CHAR_*

2015-01-18 Thread Sergei Shtylyov
Fix using the bare number to set the 'wHubCharacteristics' field of the Hub Descriptor while the values are #define'd in linux/usb/ch11.h. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com --- drivers/usb/host/uhci-hub.c |5 +++-- 1 file changed, 3 insertions(+), 2