Searched refs:enable_sw_tablet_mode (Results 1 – 1 of 1) sorted by relevance
33 static int enable_sw_tablet_mode = TABLET_SW_AUTO; variable34 module_param(enable_sw_tablet_mode, int, 0444);35 MODULE_PARM_DESC(enable_sw_tablet_mode,517 if (!priv->switches && enable_sw_tablet_mode == TABLET_SW_AT_EVENT && in notify_handler()664 if (enable_sw_tablet_mode == TABLET_SW_AUTO) { in intel_hid_probe()666 enable_sw_tablet_mode = TABLET_SW_AT_PROBE; in intel_hid_probe()668 enable_sw_tablet_mode = TABLET_SW_AT_EVENT; in intel_hid_probe()670 enable_sw_tablet_mode = TABLET_SW_OFF; in intel_hid_probe()688 if (enable_sw_tablet_mode == TABLET_SW_AT_PROBE) { in intel_hid_probe()