]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb.d/60-autosuspend.hwdb
tests: drop calls to unsetenv SYSTEMD_MEMPOOL
[thirdparty/systemd.git] / hwdb.d / 60-autosuspend.hwdb
CommitLineData
39d5b72e
ZJS
1# This file is part of systemd.
2#
3# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
4#
5# Match string formats:
6# <subsystem>:<modalias>
7#
98873699
ZJS
8# pci:v<vendor>d<device>
9# usb:v<vendor>p<product>
39d5b72e
ZJS
10#
11# To add local entries, create a new file
12# /etc/udev/hwdb.d/61-autosuspend-local.hwdb
13# and add your rules there. To load the new rules execute (as root):
14# systemd-hwdb update
15# udevadm trigger /dev/…
16#
17# If your changes are generally applicable, preferably send them as a pull
18# request to
19# https://github.com/systemd/systemd
20# or create a bug report on https://github.com/systemd/systemd/issues and
21# include your new rules, a description of the device, and the output of
22# udevadm info
23# the device.
24#
25# Allowed properties are:
26# ID_AUTOSUSPEND=1
62ad1c64 27
39d5b72e
ZJS
28# Sort by brand, model
29
30#########################################
31# Alcor
32#########################################
33
34# AU9540 Smartcard Reader
3a7771c9 35usb:v058Fp9540*
39d5b72e
ZJS
36 ID_AUTOSUSPEND=1
37
f5ce7102
HG
38#########################################
39# Lenovo
40#########################################
41
42# X1C8 Touchscreen
3a7771c9 43usb:v04F3p2B7C*
f5ce7102 44# T14 Gen 1 Touchscreen
3a7771c9 45usb:v04F3p2ACC*
f5ce7102
HG
46 ID_AUTOSUSPEND=1
47
ec8bebbc
ZJS
48#########################################
49# QEMU
50#########################################
51
52# Emulated USB HID devices
3a7771c9
ZJS
53usb:v0627p0001:*QEMU USB Keyboard*
54usb:v0627p0001:*QEMU USB Mouse*
55usb:v0627p0001:*QEMU USB Tablet*
ec8bebbc
ZJS
56 ID_AUTOSUSPEND=1
57
39d5b72e
ZJS
58#########################################
59# Wacom
60#########################################
61
3a7771c9 62usb:v056Ap51A0*
39d5b72e 63 ID_AUTOSUSPEND=1