Searched full:clickpad (Results 1 – 16 of 16) sorted by relevance
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | elan,ekth3000.yaml | 36 elan,clickpad: 38 description: touchpad is a clickpad (the entire surface is a button)
|
| /linux/Documentation/devicetree/bindings/arm/ti/ |
| H A D | nspire.yaml | 22 # Clickpad models
|
| /linux/drivers/input/mouse/ |
| H A D | elantech.c | 275 * 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 D | elan_i2c_i2c.c | 299 u16 *ic_type, u8 *version, u8 *clickpad) in elan_i2c_get_sm_version() argument 321 *clickpad = val[0] & 0x10; in elan_i2c_get_sm_version() 346 *clickpad = val[0] & 0x10; in elan_i2c_get_sm_version()
|
| H A D | elan_i2c.h | 87 u16 *ic_type, u8 *version, u8 *clickpad);
|
| H A D | elan_i2c_smbus.c | 171 u16 *ic_type, u8 *version, u8 *clickpad) in elan_smbus_get_sm_version() argument 185 *clickpad = val[0] & 0x10; in elan_smbus_get_sm_version()
|
| H A D | focaltech.c | 106 /* True if the clickpad has been pressed. */
|
| H A D | sentelic.c | 768 * are real clickpad clicks, and not ignored. in fsp_process_byte()
|
| H A D | synaptics.c | 876 * Clickpad's button is transmitted as middle button, in synaptics_parse_hw_state()
|
| H A D | alps.c | 103 #define ALPS_BUTTONPAD 0x200 /* device is a clickpad */
|
| /linux/arch/arm/boot/dts/nspire/ |
| H A D | nspire-clp.dts | 84 model = "TI-NSPIRE Clickpad";
|
| /linux/drivers/hid/ |
| H A D | hid-elan.c | 264 * L: clickpad button in elan_usb_report_input()
|
| H A D | hid-multitouch.c | 1244 * For Win8 PTP touchpads we map both the clickpad click in mt_process_mt_event()
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 363 set. Common in Clickpad notebooks and Macbooks from 2009 and onwards.
|
| /linux/drivers/input/rmi4/ |
| H A D | rmi_f11.c | 325 * @clickpad_props: specifies if this is a clickpad, and if so what sort of
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 237 CLICKPAD = 0 variable in HIDButtonType 246 buttontype=HIDButtonType.CLICKPAD, 995 if uhdev.buttontype == HIDButtonType.CLICKPAD: 1011 if uhdev.buttontype in [HIDButtonType.CLICKPAD, HIDButtonType.PRESSUREPAD]: 2148 buttontype=HIDButtonType.CLICKPAD,
|