Home
last modified time | relevance | path

Searched full:clickpad (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/devicetree/bindings/input/
H A Delan,ekth3000.yaml36 elan,clickpad:
38 description: touchpad is a clickpad (the entire surface is a button)
/linux/Documentation/devicetree/bindings/arm/ti/
H A Dnspire.yaml22 # Clickpad models
/linux/drivers/input/mouse/
H A Delantech.c275 * Acer S3 0x461f00 10, 13, 0e clickpad
276 * Acer S7-392 0x581f01 50, 17, 0d clickpad
277 * Acer V5-131 0x461f02 01, 16, 0c clickpad
278 * Acer V5-551 0x461f00 ? clickpad
282 * Asus TP500LN 0x381f17 10, 14, 0e clickpad
283 * Asus X750JN 0x381f17 10, 14, 0e clickpad
284 * Asus UX31 0x361f00 20, 15, 0e clickpad
285 * Asus UX32VD 0x361f02 00, 15, 0e clickpad
286 * Avatar AVIU-145A2 0x361f00 ? clickpad
300 * Samsung NP770Z5E 0x575f01 10, 15, 0f clickpad
[all …]
H A Delan_i2c_core.c95 u8 clickpad; member
246 &data->clickpad); in elan_query_product()
474 if (device_property_read_bool(&client->dev, "elan,clickpad")) in elan_query_device_parameters()
475 data->clickpad = 1; in elan_query_device_parameters()
1180 if (data->clickpad) { in elan_setup_input_device()
H A Dfocaltech.c106 /* True if the clickpad has been pressed. */
H A Dsentelic.c768 * are real clickpad clicks, and not ignored. in fsp_process_byte()
/linux/arch/arm/boot/dts/nspire/
H A Dnspire-clp.dts84 model = "TI-NSPIRE Clickpad";
/linux/drivers/hid/
H A Dhid-elan.c264 * L: clickpad button in elan_usb_report_input()
/linux/Documentation/input/
H A Devent-codes.rst363 set. Common in Clickpad notebooks and Macbooks from 2009 and onwards.
/linux/drivers/platform/x86/
H A Dasus-tf103c-dock.c465 PROPERTY_ENTRY_BOOL("elan,clickpad"),
/linux/drivers/input/rmi4/
H A Drmi_f11.c325 * @clickpad_props: specifies if this is a clickpad, and if so what sort of
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py237 CLICKPAD = 0 variable in HIDButtonType
246 buttontype=HIDButtonType.CLICKPAD,
1068 if uhdev.buttontype == HIDButtonType.CLICKPAD:
1084 if uhdev.buttontype in [HIDButtonType.CLICKPAD, HIDButtonType.PRESSUREPAD]:
2262 buttontype=HIDButtonType.CLICKPAD,