Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/device-tree/Bindings/input/
H A Delan_i2c.txt16 - elan,clickpad: touchpad is a clickpad (the entire surface is a button)
H A Delan,ekth3000.yaml36 elan,clickpad:
38 description: touchpad is a clickpad (the entire surface is a button)
/freebsd-src/sys/contrib/device-tree/Bindings/arm/ti/
H A Dnspire.yaml22 # Clickpad models
/freebsd-src/sys/dev/atkbdc/
H A Dpsm.c3555 /* Handle ClickPad */
3879 /* Process ClickPad softbuttons */
5711 /* Softbuttons is clickpad only feature */
5754 /* Softbuttons is clickpad only feature */
5784 * Values are taken to match HP Pavilion dv6 clickpad drawings
6592 * ClickPad properties are not exported through PS/2
6645 printf(" Clickpad capabilities:\n");
7380 printf(" Clickpad: %d\n", elanhw.isclickpad);
7509 { 0x1700ae30, "Lenovo PS/2 clickpad port" }, /* LEN0017, ThinkPad */
7510 { 0x1800ae30, "Lenovo PS/2 clickpad port" }, /* LEN0018, ThinkPad */
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/nspire/
H A Dnspire-clp.dts84 model = "TI-NSPIRE Clickpad";
/freebsd-src/sys/dev/hid/
H A Dietp.c322 sc->is_clickpad ? "clickpad" : in ietp_attach()