diff options
author | hadess <hadess@users.noreply.github.com> | 2017-06-26 12:17:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-06-26 12:17:36 +0200 |
commit | c8ec393b25a6eacd91915fce84c03d4b446125ea (patch) | |
tree | 5756b15c9bbeec3430edc6b8797f376fc27b7c0a /Makefile.am | |
parent | hwdb: Cytrix Complex 11t accelerometer support (#5807) (diff) | |
download | systemd-c8ec393b25a6eacd91915fce84c03d4b446125ea.tar.xz systemd-c8ec393b25a6eacd91915fce84c03d4b446125ea.zip |
hwdb: Add ID_INPUT_JOYSTICK_INTEGRATION property (#5413)
When the joystick is integrated directly into the machine, knowing
that the device is internal allows us to disable attached functionality
when the device is not used or inaccessible.
For example, this allows disabling rumble and accelerometer on
flip-console-like devices like the GPD-XD.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4838df69f9..c61f371a8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3878,6 +3878,7 @@ dist_udevrules_DATA += \ rules/60-sensor.rules \ rules/60-serial.rules \ rules/64-btrfs.rules \ + rules/70-joystick.rules \ rules/70-mouse.rules \ rules/70-touchpad.rules \ rules/75-net-description.rules \ |