usb: gadget: composite: Clear reserved fields of SSP Dev Cap
authorJohn Youn <johnyoun@synopsys.com>
Fri, 8 Apr 2016 21:46:31 +0000 (14:46 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 09:35:17 +0000 (12:35 +0300)
commit138b8638bb43d4b85eeaacde9be9c687cc7e5de7
tree381e6d2e3227eb118d5e392bd0505baf2efd2dd1
parentc3b46c73264b03000d1e18b22f5caf63332547c9
usb: gadget: composite: Clear reserved fields of SSP Dev Cap

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 <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/composite.c