| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | cypress,cyapa.txt | 1 Cypress I2C Touchpad 10 - wakeup-source: touchpad can be used as a wakeup source. 23 /* Cypress Gen3 touchpad */ 24 touchpad@67 { 32 /* Cypress Gen5 and later touchpad */ 33 touchpad@24 {
|
| H A D | elan_i2c.txt | 1 Elantech I2C Touchpad 10 - wakeup-source: touchpad can be used as a wakeup source. 15 - elan,trackpoint: touchpad can support a trackpoint (boolean) 16 - elan,clickpad: touchpad is a clickpad (the entire surface is a button) 17 - elan,middle-button: touchpad has a physical middle button 35 touchpad@15 {
|
| H A D | elan,ekth3000.yaml | 7 title: Elantech I2C Touchpad 27 description: touchpad can be used as a wakeup source 34 description: touchpad can support a trackpoint 38 description: touchpad is a clickpad (the entire surface is a button) 42 description: touchpad has a physical middle button 74 touchpad@15 {
|
| H A D | atmel,maxtouch.txt | 1 Atmel maXTouch touchscreen/touchpad 16 - interrupts: The sink for the touchpad's IRQ output 19 Optional properties for main touchpad device:
|
| H A D | microchip,qt1050.txt | 13 - interrupts: The sink for the touchpad's IRQ output, 34 Each touchpad need some time to precharge. The value depends on the mechanical
|
| H A D | ilitek,ili2xxx.txt | 15 Optional properties for main touchpad device:
|
| H A D | cypress,cyapa.yaml | 7 title: Cypress All Points Addressable (APA) I2C Touchpad / Trackpad
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.conf | 23 MatchDevType=mouse # mouse/touchpad 29 [Default touchpad gesture settings] 30 MatchDevType=touchpad # mouse/touchpad
|
| H A D | moused.conf.5 | 73 One of touchpad, mouse, pointingstick, keyboard, joystick, tablet, 75 Only touchpad and mouse types are suppported. 290 .Ss List of currently available Moused touchpad specific tags. 306 Use negative values to place softbutton area at top of touchpad. 396 touchpad: 398 [SynPS/2 Synaptics TouchPad] 399 MatchDevType=touchpad 400 MatchName=SynPS/2 Synaptics TouchPad
|
| H A D | Makefile | 17 QUIRKS= 5-generic-touchpad.quirks
|
| /freebsd/usr.sbin/moused/moused/quirks/ |
| H A D | 5-generic-touchpad.quirks | 3 [SynPS/2 Synaptics TouchPad] 4 MatchDevType=touchpad 5 MatchName=SynPS/2 Synaptics TouchPad
|
| /freebsd/share/man/man4/ |
| H A D | hconf.4 | 29 .Nd MS Windows Precision Touchpad configuration driver 49 driver provides support for generic MS Windows Precision Touchpad 63 HID device input mode: 0 = mouse, 3 = touchpad.
|
| H A D | psm.4 | 462 Retrieves extra information associated with Synaptics Touchpad. 468 int infoRot180; /* touchpad is rotated */ 469 int infoPortrait; /* touchpad is a portrait */ 475 int infoGeometry; /* touchpad dimensions */ 489 .Em Synaptics TouchPad Interfacing Guide 820 .%T Synaptics TouchPad Interfacing Guide 848 It is reported that ALPS GlidePoint, Synaptics Touchpad, IBM/Lenovo
|
| H A D | ietp.4 | 30 .Nd Elantech I2C touchpad device driver 53 driver provides support for the Elantech I2C touchpad multi-touch devices
|
| H A D | atp.4 | 33 .Nd Apple touchpad driver 128 To discover the product\-id of a touchpad, search for 'Trackpad' in the
|
| H A D | wsp.4 | 30 .Nd Wellspring touchpad driver 68 is used for extended usage of the touchpad like multi-finger support,
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8998-asus-novago-tp370ql.dts | 17 touchpad@15 { 21 pinctrl-0 = <&touchpad>;
|
| H A D | msm8998-hp-envy-x2.dts | 21 pinctrl-0 = <&touchpad>;
|
| H A D | msm8998-lenovo-miix-630.dts | 21 pinctrl-0 = <&touchpad>;
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 478 int muxtpbuttons; /* Touchpad button state */ 719 { MOUSE_MODEL_SYNAPTICS, /* Synaptics Touchpad */ 721 { MOUSE_MODEL_ELANTECH, /* Elantech Touchpad */ 986 { MOUSE_MODEL_SYNAPTICS, "Synaptics Touchpad" }, in model_name() 988 { MOUSE_MODEL_ELANTECH, "Elantech Touchpad" }, in model_name() 1139 * FIXME: Synaptics TouchPad seems to go back to Relative Mode with 1174 * TouchPad when it operates in Relative Mode. 1690 #define PS2_MOUSE_SYNAPTICS_NAME "SynPS/2 Synaptics TouchPad" 1694 #define PS2_MOUSE_ELANTECH_NAME "ETPS/2 Elantech Touchpad" 2002 /* Some touchpad devices need full reinitialization after suspend. */ [all …]
|
| /freebsd/sys/dev/hid/ |
| H A D | bcm5974.c | 75 "HID wellspring touchpad"); 93 * touchpad protocol has been copied from Linux's 187 uint16_t pressure; /* pressure on forcetouch touchpad */ 540 * driver) of touchpad and keyboard drivers and issue direct USB requests. 685 * The bcm5974 touchpad has no stable RAW mode TLC in its report in bcm5974_identify() 706 hidbus_set_desc(dev, "Touchpad"); in bcm5974_probe() 912 * By default the touchpad behaves like a HID device, sending in bcm5974_ev_open()
|
| H A D | hmt.c | 289 sc->type == HMT_TYPE_TOUCHPAD ? "TouchPad" : "TouchScreen"); in hmt_probe() 362 /* Switch touchpad in to absolute multitouch mode */ in hmt_attach() 446 sc->type == HMT_TYPE_TOUCHSCREEN ? "touchscreen" : "touchpad", in hmt_attach() 678 * Get left button usage taking in account MS Precision Touchpad specs. in hmt_hid_parse() 680 * Button 1 - Indicates Button State for touchpad button integrated in hmt_hid_parse() 871 /* Find touchpad's configuration TLC */ in hmt_set_input_mode()
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ti/ |
| H A D | nspire.yaml | 20 # Touchpad models
|
| /freebsd/sys/contrib/device-tree/src/arm/nspire/ |
| H A D | nspire-tp.dts | 83 model = "TI-NSPIRE Touchpad";
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3588-coolpi-cm5-genbook.dts | 170 touchpad: touchpad@2c { label
|