[PATCH v4 2/2] docs: ABI: testing: document hid interval attributes

From: Arthur Crepin Leblond

Date: Mon Aug 31 2026 - 12:33:42 EST


Add usb gadget hid function interval attributes documentation
- interval
- interval_fs
- interval_hs
- interval_ss

Signed-off-by: Arthur Crepin Leblond <arthur@xxxxxxxxxxxxx>
---
Documentation/ABI/testing/configfs-usb-gadget-hid | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

diff --git a/Documentation/ABI/testing/configfs-usb-gadget-hid b/Documentation/ABI/testing/configfs-usb-gadget-hid
index 748705c4cb58..a889cae15a69 100644
--- a/Documentation/ABI/testing/configfs-usb-gadget-hid
+++ b/Documentation/ABI/testing/configfs-usb-gadget-hid
@@ -11,3 +11,21 @@ Description:
report_length HID report length
subclass HID device subclass to use
============= ============================================
+
+What: /config/usb-gadget/gadget/functions/hid.name
+Date: Aug 2026
+KernelVersion: 7.4
+Description:
+ The attributes:
+
+ ============= ============================================
+ interval HID endpoint bInterval for all speeds; if
+ set, it takes precedence over the per-speed
+ attributes below
+ interval_fs HID endpoint bInterval for full-speed
+ (in milliseconds, default: 10)
+ interval_hs HID endpoint bInterval for high-speed
+ (in 125 us units, default: 4)
+ interval_ss HID endpoint bInterval for super-speed
+ (in 125 us units, default: 4)
+ ============= ============================================

--
2.55.0