Skip to content

Commit 5b4d000

Browse files
fabledalexpevzner
authored andcommitted
Fix handling of usb-send-delay-threshold quirk
1 parent f6a2938 commit 5b4d000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quirks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ func (quirks *Quirks) GetUsbMaxInterfaces() uint {
521521
// GetUsbSendDelayThreshold returns effective "usb-send-delay-threshold"
522522
// parameter taking the whole set into consideration.
523523
func (quirks *Quirks) GetUsbSendDelayThreshold() uint {
524-
return quirks.Get(QuirkNmUsbSendDelay).Parsed.(uint)
524+
return quirks.Get(QuirkNmUsbSendDelayThreshold).Parsed.(uint)
525525
}
526526

527527
// GetUsbSendDelay returns effective "usb-send-delay" parameter

0 commit comments

Comments
 (0)