]> git.ipfire.org Git - thirdparty/systemd.git/blob - hwdb.d/70-touchpad.hwdb
repart: Use swap format for swap partition even if encrypted
[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 # Match string format:
9 # touchpad:<subsystem>:v<vid>p<pid>:name:<name>:
10 #
11 # vid/pid as 4-digit hex lowercase vendor/product
12 #
13 # To add local entries, create a new file
14 # /etc/udev/hwdb.d/71-touchpad-local.hwdb
15 # and add your rules there. To load the new rules execute (as root):
16 # systemd-hwdb update
17 # udevadm trigger /dev/input/eventXX
18 # where /dev/input/eventXX is the touchpad in question. If in
19 # doubt, simply use /dev/input/event* to reload all input rules.
20 #
21 # If your changes are generally applicable, preferably send them as a pull
22 # request to
23 # https://github.com/systemd/systemd
24 # or create a bug report on https://github.com/systemd/systemd/issues and
25 # include your new rules, a description of the device, and the output of
26 # udevadm info /dev/input/eventXX.
27 #
28 # Permitted keys:
29 # Specify if a touchpad is a built-in one or external:
30 # ID_INPUT_TOUCHPAD_INTEGRATION=internal|external
31
32 touchpad:i8042:*
33 touchpad:rmi:*
34 touchpad:usb:*
35 ID_INPUT_TOUCHPAD_INTEGRATION=internal
36
37 touchpad:bluetooth:*
38 ID_INPUT_TOUCHPAD_INTEGRATION=external
39
40 ###########################################################
41 # Apple
42 ###########################################################
43 # Magic Trackpad (1 and 2)
44 touchpad:usb:v05acp030e:*
45 touchpad:usb:v05acp0265:*
46 ID_INPUT_TOUCHPAD_INTEGRATION=external
47
48 ###########################################################
49 # HP Elite x2 1013 G3
50 ###########################################################
51 touchpad:usb:v044ep1221:*
52 ID_INPUT_TOUCHPAD_INTEGRATION=external
53
54 ###########################################################
55 # Logitech
56 ###########################################################
57 touchpad:usb:v046d*
58 ID_INPUT_TOUCHPAD_INTEGRATION=external
59
60 ###########################################################
61 # Wacom
62 ###########################################################
63 touchpad:usb:v056a*
64 ID_INPUT_TOUCHPAD_INTEGRATION=external