]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb.d/70-touchpad.hwdb
Merge pull request #17185 from yuwata/ethtool-update
[thirdparty/systemd.git] / hwdb.d / 70-touchpad.hwdb
CommitLineData
0bb7b986
PH
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#
62ad1c64
ZJS
18# All matches should end in ':*' to allow future expansions of the match key.
19#
0bb7b986
PH
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):
331d6a20 23# systemd-hwdb update
0bb7b986
PH
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
39touchpad:i8042:*
40touchpad:rmi:*
de13433b 41touchpad:usb:*
0bb7b986
PH
42 ID_INPUT_TOUCHPAD_INTEGRATION=internal
43
44touchpad:bluetooth:*
0bb7b986
PH
45 ID_INPUT_TOUCHPAD_INTEGRATION=external
46
155bc908
SK
47###########################################################
48# Apple
49###########################################################
50# Magic Trackpad (1 and 2)
51touchpad:usb:v05acp030e:*
52touchpad:usb:v05acp0265:*
53 ID_INPUT_TOUCHPAD_INTEGRATION=external
db8d014f 54
2b605d72
R
55###########################################################
56# HP Elite x2 1013 G3
57###########################################################
58touchpad:usb:v044ep1221:*
59 ID_INPUT_TOUCHPAD_INTEGRATION=external
60
db8d014f
R
61###########################################################
62# Logitech
63###########################################################
c0443b97 64touchpad:usb:v046dp????:*
db8d014f
R
65 ID_INPUT_TOUCHPAD_INTEGRATION=external
66
67###########################################################
68# Wacom
69###########################################################
c0443b97 70touchpad:usb:v056ap????:*
db8d014f 71 ID_INPUT_TOUCHPAD_INTEGRATION=external