Lines Matching refs:touchpad
182 "Enable driver based PS/2 aux port en-/dis-abling on touchpad on/off toggle. "
188 "Enable registering a 'touchpad' sysfs-attribute which can be used to manually "
189 "tell the EC to enable/disable the touchpad. This may not work on all models.");
356 seq_puts(s, " touchpad");
590 static DEVICE_ATTR_RW(touchpad);
1472 /* Without reading from EC touchpad LED doesn't switch state */
1478 * Some IdeaPads don't really turn off touchpad - they only
1480 * touchpad off and on. We send KEY_TOUCHPAD_OFF and
1487 * On older models the EC controls the touchpad and toggles it on/off
1495 sysfs_notify(&priv->platform_device->dev.kobj, NULL, "touchpad");
1609 * On some models the EC toggles the touchpad muted LED on touchpad toggle
1610 * hotkey presses, but the EC does not actually disable the touchpad itself.