]> git.ipfire.org Git - thirdparty/systemd.git/blob - hwdb.d/60-autosuspend.hwdb
util: make siphash24_compress_boolean() inline
[thirdparty/systemd.git] / hwdb.d / 60-autosuspend.hwdb
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 #
8 # pci:v<vendor>d<device>
9 # usb:v<vendor>p<product>
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
27
28 #
29 # Sort by brand, model
30
31 #########################################
32 # Alcor
33 #########################################
34
35 # AU9540 Smartcard Reader
36 usb:v058Fp9540*
37 ID_AUTOSUSPEND=1
38
39 #########################################
40 # QEMU
41 #########################################
42
43 # Emulated USB HID devices
44 usb:v0627p0001:*QEMU USB Keyboard*
45 usb:v0627p0001:*QEMU USB Mouse*
46 usb:v0627p0001:*QEMU USB Tablet*
47 ID_AUTOSUSPEND=1
48
49 #########################################
50 # Wacom
51 #########################################
52
53 usb:v056Ap51A0*
54 ID_AUTOSUSPEND=1