Skip to content

Commit 1e4332d

Browse files
committed
Explain text-class-high-speed a bit
1 parent b0b5f31 commit 1e4332d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ rand = "0.6.1"
1616
[features]
1717
# Use a 256 byte buffer for control transfers instead of 128.
1818
control-buffer-256 = []
19+
1920
# Use larger endpoint buffers for highspeed operation (default fullspeed)
21+
#
22+
# Note: usb-device doesn't truly support high speed enumeration yet, so setting this will make
23+
# TestClass only compliant with high speed mode. It may still manage to be enumerated as a full
24+
# speed device, but the descriptors will be invalid.
2025
test-class-high-speed = []
2126

2227
[[test]]

0 commit comments

Comments
 (0)