mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
xtensa: ISS: change keyboard polling rate
Polling rate of once per 20 seconds seems to be too low. Increase it to 10 times per second. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
5295325fbf
commit
8bac83289a
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#define SERIAL_MAX_NUM_LINES 1
|
||||
#define SERIAL_TIMER_VALUE (20 * HZ)
|
||||
#define SERIAL_TIMER_VALUE (HZ / 10)
|
||||
|
||||
static struct tty_driver *serial_driver;
|
||||
static struct tty_port serial_port;
|
||||
|
Loading…
Reference in New Issue
Block a user