Re: [PATCH 21/22] usbip: vhci_hcd: use USB_DT_HUB

2015-03-31 Thread Valentina Manea
On Sun, Mar 29, 2015 at 12:45 AM, Sergei Shtylyov sergei.shtyl...@cogentembedded.com wrote: Fix using the bare number to set the 'bDescriptorType' field of the Hub Descriptor while the value is #define'd in linux/usb/ch11.h. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com

[PATCH 21/22] usbip: vhci_hcd: use USB_DT_HUB

2015-03-28 Thread Sergei Shtylyov
Fix using the bare number to set the 'bDescriptorType' field of the Hub Descriptor while the value is #define'd in linux/usb/ch11.h. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com --- drivers/usb/usbip/vhci_hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)