70-joystick.hwdb 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is part of systemd.
  2. #
  3. # Database for joystick device information that cannot be queried directly.
  4. #
  5. # The lookup keys are composed in:
  6. # 70-joystick.rules
  7. #
  8. # Note: The format of the "joystick:" prefix match key is a
  9. # contract between the rules file and the hardware data, it might
  10. # change in later revisions to support more or better matches, it
  11. # is not necessarily expected to be a stable ABI.
  12. #
  13. # Match string format:
  14. # joystick:<bustype>:v<vid>p<pid>:name:<name>:
  15. #
  16. # vid/pid as 4-digit hex lowercase vendor/product
  17. #
  18. # To add local entries, create a new file
  19. # /etc/udev/hwdb.d/71-joystick-local.hwdb
  20. # and add your rules there. To load the new rules execute (as root):
  21. # systemd-hwdb update
  22. # udevadm trigger /dev/input/eventXX
  23. # where /dev/input/eventXX is the joystick in question. If in
  24. # doubt, simply use /dev/input/event* to reload all input rules.
  25. #
  26. # If your changes are generally applicable, preferably send them as a pull
  27. # request to
  28. # https://github.com/systemd/systemd
  29. # or create a bug report on https://github.com/systemd/systemd/issues and
  30. # include your new rules, a description of the device, and the output of
  31. # udevadm info /dev/input/eventXX.
  32. #
  33. # Permitted keys:
  34. # Specify if a joystick is a built-in one or external:
  35. # ID_INPUT_JOYSTICK_INTEGRATION=internal|external
  36. #
  37. # If the property is missing, user-space can assume:
  38. # ID_INPUT_JOYSTICK_INTEGRATION=external
  39. joystick:bluetooth:*
  40. ID_INPUT_JOYSTICK_INTEGRATION=external
  41. ###########################################################
  42. # GPD
  43. ###########################################################
  44. # GPD Win, Classic and XBox 360 compat modes
  45. joystick:usb:v11c5p5507*
  46. joystick:usb:v045ep028e*
  47. ID_INPUT_JOYSTICK_INTEGRATION=internal