Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/rc/
Dimon.c456 static bool nomouse; variable
457 module_param(nomouse, bool, S_IRUGO | S_IWUSR);
458 MODULE_PARM_DESC(nomouse, "Disable mouse input device mode when IR device is "
1631 if (!nomouse) { in imon_incoming_packet()