Searched refs:force_elantech (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c30 static bool force_elantech; variable
31 module_param_named(force_elantech, force_elantech, bool, 0644);
32 MODULE_PARM_DESC(force_elantech, "Force the Elantech PS/2 protocol extension to be used, 1 = enabled, 0 = disabled (default).");
648 if (!force_elantech) {
653 pr_debug("Probably not a real Elantech touchpad. Enabling anyway due to force_elantech.\n");

Completed in 104 milliseconds