Commit 3032458e authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: psmouse - remove unused 'autocal' parameter from hgpk protocol

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 92a3a587
......@@ -68,10 +68,6 @@ module_param(post_interrupt_delay, int, 0644);
MODULE_PARM_DESC(post_interrupt_delay,
"delay (ms) before recal after recal interrupt detected");
static int autorecal = 1;
module_param(autorecal, int, 0644);
MODULE_PARM_DESC(autorecal, "enable recalibration in the driver");
/*
* When the touchpad gets ultra-sensitive, one can keep their finger 1/2"
* above the pad and still have it send packets. This causes a jump cursor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment