We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a2938 commit 5b4d000Copy full SHA for 5b4d000
1 file changed
quirks.go
@@ -521,7 +521,7 @@ func (quirks *Quirks) GetUsbMaxInterfaces() uint {
521
// GetUsbSendDelayThreshold returns effective "usb-send-delay-threshold"
522
// parameter taking the whole set into consideration.
523
func (quirks *Quirks) GetUsbSendDelayThreshold() uint {
524
- return quirks.Get(QuirkNmUsbSendDelay).Parsed.(uint)
+ return quirks.Get(QuirkNmUsbSendDelayThreshold).Parsed.(uint)
525
}
526
527
// GetUsbSendDelay returns effective "usb-send-delay" parameter
0 commit comments