drivers/usbhost/Kconfig: Change default for CONFIG_HIDKBD_POLLUSEC per recommendation of Jeff Theusch.

This commit is contained in:
Gregory Nutt 2019-10-23 09:07:23 -06:00
parent e2d2eba445
commit 3e4449eb1f

View File

@ -266,9 +266,9 @@ if USBHOST_HIDKBD
config HIDKBD_POLLUSEC config HIDKBD_POLLUSEC
int "Keyboard Poll Rate (MSEC)" int "Keyboard Poll Rate (MSEC)"
default 100000 default 40000
---help--- ---help---
Device poll rate in microseconds. Default: 100,000 microseconds. Device poll rate in microseconds. Default: 40,000 microseconds.
config HIDKBD_DEFPRIO config HIDKBD_DEFPRIO
int "Polling Thread Priority" int "Polling Thread Priority"