60-autosuspend.hwdb 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. # Sort by brand, model
  28. #########################################
  29. # Alcor
  30. #########################################
  31. # AU9540 Smartcard Reader
  32. usb:v058Fp9540*
  33. ID_AUTOSUSPEND=1
  34. #########################################
  35. # Lenovo
  36. #########################################
  37. # X1C8 Touchscreen
  38. usb:v04F3p2B7C*
  39. # T14 Gen 1 Touchscreen
  40. usb:v04F3p2ACC*
  41. ID_AUTOSUSPEND=1
  42. #########################################
  43. # QEMU
  44. #########################################
  45. # Emulated USB HID devices
  46. usb:v0627p0001:*QEMU USB Keyboard*
  47. usb:v0627p0001:*QEMU USB Mouse*
  48. usb:v0627p0001:*QEMU USB Tablet*
  49. ID_AUTOSUSPEND=1
  50. #########################################
  51. # Sierra Wireless
  52. #########################################
  53. # Sierra Wireless EM7345 4G LTE modem
  54. usb:v1199pA001*
  55. ID_AUTOSUSPEND=1
  56. #########################################
  57. # Wacom
  58. #########################################
  59. usb:v056Ap51A0*
  60. ID_AUTOSUSPEND=1