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 . Signed-off-by: Sergei Shtylyov --- drivers/usb/host/uhci-hub.c |5 +++-- 1 file changed, 3 insertions(+),

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 . > > Signed-off-by: Sergei Shtylyov > > --- > drivers/usb/host/uhci-hub.c |5 +++-- > 1 file changed, 3 insertions(+)