]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb.d/70-touchpad.hwdb
test: use SYSLOG_IDENTIFIER= filter instead of "journalctl -u"
[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#
0bb7b986
PH
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):
331d6a20 16# systemd-hwdb update
0bb7b986
PH
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
32touchpad:i8042:*
33touchpad:rmi:*
de13433b 34touchpad:usb:*
0bb7b986
PH
35 ID_INPUT_TOUCHPAD_INTEGRATION=internal
36
37touchpad:bluetooth:*
0bb7b986
PH
38 ID_INPUT_TOUCHPAD_INTEGRATION=external
39
155bc908
SK
40###########################################################
41# Apple
42###########################################################
43# Magic Trackpad (1 and 2)
44touchpad:usb:v05acp030e:*
45touchpad:usb:v05acp0265:*
46 ID_INPUT_TOUCHPAD_INTEGRATION=external
db8d014f 47
2b605d72
R
48###########################################################
49# HP Elite x2 1013 G3
50###########################################################
51touchpad:usb:v044ep1221:*
52 ID_INPUT_TOUCHPAD_INTEGRATION=external
53
db8d014f
R
54###########################################################
55# Logitech
56###########################################################
3a7771c9 57touchpad:usb:v046d*
db8d014f
R
58 ID_INPUT_TOUCHPAD_INTEGRATION=external
59
60###########################################################
61# Wacom
62###########################################################
3a7771c9 63touchpad:usb:v056a*
db8d014f 64 ID_INPUT_TOUCHPAD_INTEGRATION=external