Alexander Graf <ag...@suse.de> writes: > The default keyboard delay time in the input layer is 10ms. I don't know
Do you mean "is 1ms"? > how that number came to be, but empirical tests on some OpenQA driven ARM > systems show that 10ms really is a reasonable default number for the delay. > > With the current 1ms we're constantly typing faster than the guest receives > keyboard events from our XHCI attached USB HID device. > > This patch moves the delay to 10ms. That way our default is much safer (good!) > and also consistent with the input layer default (also good!). > > Signed-off-by: Alexander Graf <ag...@suse.de>