Home
last modified time | relevance | path

Searched refs:autorecal (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/input/mouse/
Dhgpk.c73 static bool autorecal = true; variable
74 module_param(autorecal, bool, 0644);
75 MODULE_PARM_DESC(autorecal, "enable recalibration in the driver");
644 if (!autorecal) { in hgpk_force_recalibrate()