Re: [PATCH v2] usb: gadget: composite: Clear reserved fields of SSP Dev Cap

2016-04-11 Thread Felipe Balbi
Hi, John Youn writes: > On 4/10/2016 10:17 PM, Felipe Balbi wrote: >> >> Hi, >> >> John Youn writes: >>> Set the reserved fields of the SuperSpeed Plus Device Capability >>> descriptor to 0. Otherwise there might be stale data there which will >>> cause USB CV to fail. >>> >>> Fixes: f228a8de

Re: [PATCH v2] usb: gadget: composite: Clear reserved fields of SSP Dev Cap

2016-04-11 Thread John Youn
On 4/10/2016 10:17 PM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> Set the reserved fields of the SuperSpeed Plus Device Capability >> descriptor to 0. Otherwise there might be stale data there which will >> cause USB CV to fail. >> >> Fixes: f228a8de242a ("usb: gadget: composite: Retur

Re: [PATCH v2] usb: gadget: composite: Clear reserved fields of SSP Dev Cap

2016-04-10 Thread Felipe Balbi
Hi, John Youn writes: > Set the reserved fields of the SuperSpeed Plus Device Capability > descriptor to 0. Otherwise there might be stale data there which will > cause USB CV to fail. > > Fixes: f228a8de242a ("usb: gadget: composite: Return SSP Dev Cap descriptor") > Signed-off-by: John Youn >

[PATCH v2] usb: gadget: composite: Clear reserved fields of SSP Dev Cap

2016-04-08 Thread John Youn
Set the reserved fields of the SuperSpeed Plus Device Capability descriptor to 0. Otherwise there might be stale data there which will cause USB CV to fail. Fixes: f228a8de242a ("usb: gadget: composite: Return SSP Dev Cap descriptor") Signed-off-by: John Youn --- v2: * Use cpu_to_le16() to set w