[PATCH 04/19] usb: gadget: composite: Return bcdUSB 0x0310

2016-02-05 Thread John Youn
The USB 3.1 specification replaces the USB 3.0 specification and all new devices that are running at SuperSpeed or higher speeds must report a bcdUSB of 0x0310. Refer to USB 3.1 Specification, Revision 1.0, Section 9.6. Signed-off-by: John Youn --- drivers/usb/gadget/composite.c | 2 +- 1 file

Re: [PATCH 04/19] usb: gadget: composite: Return bcdUSB 0x0310

2016-02-02 Thread Bjørn Mork
Sergei Shtylyov writes: > On 2/2/2016 4:39 AM, John Youn wrote: > >> The USB 3.1 specification replaces the USB 3.0 specification and all new >> devices that are running at SuperSpeed or higher speeds must report a >> bcdUSB of 0x0310. >> >> Signed-off-by: John Youn >> --- >> drivers/usb/gadge

Re: [PATCH 04/19] usb: gadget: composite: Return bcdUSB 0x0310

2016-02-02 Thread Sergei Shtylyov
On 2/2/2016 4:39 AM, John Youn wrote: The USB 3.1 specification replaces the USB 3.0 specification and all new devices that are running at SuperSpeed or higher speeds must report a bcdUSB of 0x0310. Signed-off-by: John Youn --- drivers/usb/gadget/composite.c | 2 +- 1 file changed, 1 insert

[PATCH 04/19] usb: gadget: composite: Return bcdUSB 0x0310

2016-02-01 Thread John Youn
The USB 3.1 specification replaces the USB 3.0 specification and all new devices that are running at SuperSpeed or higher speeds must report a bcdUSB of 0x0310. Signed-off-by: John Youn --- drivers/usb/gadget/composite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers