Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/
H A Dhid.c32 static int enable_sw_tablet_mode = TABLET_SW_AUTO; variable
33 module_param(enable_sw_tablet_mode, int, 0444);
34 MODULE_PARM_DESC(enable_sw_tablet_mode,
514 if (!priv->switches && enable_sw_tablet_mode == TABLET_SW_AT_EVENT && in notify_handler()
657 if (enable_sw_tablet_mode == TABLET_SW_AUTO) { in intel_hid_probe()
659 enable_sw_tablet_mode = TABLET_SW_AT_PROBE; in intel_hid_probe()
661 enable_sw_tablet_mode = TABLET_SW_AT_EVENT; in intel_hid_probe()
663 enable_sw_tablet_mode = TABLET_SW_OFF; in intel_hid_probe()
681 if (enable_sw_tablet_mode == TABLET_SW_AT_PROBE) { in intel_hid_probe()