]> git.ipfire.org Git - thirdparty/systemd.git/blob - hwdb.d/70-touchpad.hwdb
hwdb: reindent commments and say that "*" should always be trailing
[thirdparty/systemd.git] / hwdb.d / 70-touchpad.hwdb
1 # This file is part of systemd.
2 #
3 # Database for touchpad device information that cannot be queried directly.
4 #
5 # The lookup keys are composed in:
6 # 70-touchpad.rules
7 #
8 # Note: The format of the "touchpad:" prefix match key is a
9 # contract between the rules file and the hardware data, it might
10 # change in later revisions to support more or better matches, it
11 # is not necessarily expected to be a stable ABI.
12 #
13 # Match string format:
14 # touchpad:<subsystem>:v<vid>p<pid>:name:<name>:
15 #
16 # vid/pid as 4-digit hex lowercase vendor/product
17 #
18 # All matches should end in ':*' to allow future expansions of the match key.
19 #
20 # To add local entries, create a new file
21 # /etc/udev/hwdb.d/71-touchpad-local.hwdb
22 # and add your rules there. To load the new rules execute (as root):
23 # systemd-hwdb update
24 # udevadm trigger /dev/input/eventXX
25 # where /dev/input/eventXX is the touchpad in question. If in
26 # doubt, simply use /dev/input/event* to reload all input rules.
27 #
28 # If your changes are generally applicable, preferably send them as a pull
29 # request to
30 # https://github.com/systemd/systemd
31 # or create a bug report on https://github.com/systemd/systemd/issues and
32 # include your new rules, a description of the device, and the output of
33 # udevadm info /dev/input/eventXX.
34 #
35 # Permitted keys:
36 # Specify if a touchpad is a built-in one or external:
37 # ID_INPUT_TOUCHPAD_INTEGRATION=internal|external
38
39 touchpad:i8042:*
40 touchpad:rmi:*
41 touchpad:usb:*
42 ID_INPUT_TOUCHPAD_INTEGRATION=internal
43
44 touchpad:bluetooth:*
45 ID_INPUT_TOUCHPAD_INTEGRATION=external
46
47 ###########################################################
48 # Apple
49 ###########################################################
50 # Magic Trackpad (1 and 2)
51 touchpad:usb:v05acp030e:*
52 touchpad:usb:v05acp0265:*
53 ID_INPUT_TOUCHPAD_INTEGRATION=external
54
55 ###########################################################
56 # HP Elite x2 1013 G3
57 ###########################################################
58 touchpad:usb:v044ep1221:*
59 ID_INPUT_TOUCHPAD_INTEGRATION=external
60
61 ###########################################################
62 # Logitech
63 ###########################################################
64 touchpad:usb:v046d*
65 ID_INPUT_TOUCHPAD_INTEGRATION=external
66
67 ###########################################################
68 # Wacom
69 ###########################################################
70 touchpad:usb:v056a*
71 ID_INPUT_TOUCHPAD_INTEGRATION=external