aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-03-12 15:45:26 -0400
committerKay Sievers <kay.sievers@vrfy.org>2012-03-12 22:40:40 +0100
commit3bfc7a97b1824fcdfb738617d9a5450a20a22a0f (patch)
tree553296fea279f77170418995bea80611f28b1f45 /Makefile.am
parent481dcf7c8fa8fd9fd181b59443b7e30e9b42add4 (diff)
downloadudev-3bfc7a97b1824fcdfb738617d9a5450a20a22a0f.tar.gz
rules: Enable USB autosuspend on more USB HID devices
Many servers will be connected to KVMs or include iLO support, and this is often presented as a set of USB input devices. Enabling autosuspend on these allows the USB hardware to be powered down, avoiding unnecessary wakeups and power consumption. The input devices will be self powered, so there's no risk of losing input events as there would be for real input devices. The same is true of USB input devices that are built into the system.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b84c1c7..5fb2c13a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,7 +150,7 @@ INSTALL_DATA_HOOKS += udev-confdirs
udevrulesdir = $(libexecdir)/udev/rules.d
dist_udevrules_DATA = \
- rules/42-qemu-usb.rules \
+ rules/42-usb-hid-pm.rules \
rules/50-udev-default.rules \
rules/60-persistent-storage-tape.rules \
rules/60-persistent-serial.rules \