mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
usb: gadget: f_sourcesink: Support maxburst configurability for bulk endpoints
Add support to configure maxburst via configfs for bulk endpoints. Update gadget documentation describing the new configfs property. Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> Link: https://patch.msgid.link/20251227145224.2091397-1-krishna.kurapati@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6e0e8375f2
commit
090a6c6961
@@ -687,6 +687,7 @@ The SOURCESINK function provides these attributes in its function directory:
|
||||
isoc_mult 0..2 (hs/ss only)
|
||||
isoc_maxburst 0..15 (ss only)
|
||||
bulk_buflen buffer length
|
||||
bulk_maxburst 0..15 (ss only)
|
||||
bulk_qlen depth of queue for bulk
|
||||
iso_qlen depth of queue for iso
|
||||
=============== ==================================
|
||||
|
||||
Reference in New Issue
Block a user