]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Mon, 16 Jan 2012 21:24:38 +0000 (13:24 -0800)
committerFelipe Balbi <balbi@ti.com>
Tue, 24 Jan 2012 13:42:57 +0000 (15:42 +0200)
commit9e878a6bfa9e1cf70cf77caeca60a0465d77954b
tree3ba00f5cd57409bdfbdf03ee7b99dd0bae7ed428
parenta85016390135d577c457876d0e905095600751de
usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too

SuperSpeed Isoc endpoints also use the bMaxBurst value from the
companion descriptor. See section 9.6.7 in the USB 3.0 spec.

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/composite.c