fwupd/plugins/synaptics-mst/synaptics_mst.conf
Mario Limonciello 9e6a8bd318 trivial: Adjust synaptics-mst amdgpu safety check
The previous safety check was introduced due to a bug in the kernel
where it would produce a traceback and hang the offending process.

This code was fixed in kernel 5.2.0:
8ae5b1d78d

Add a new configuration option that will allow disabling the safety
checks if a new enough kernel is in place.  This configuration option
is necessary because some Linux distributions may backport drm, and thus
this commit but still need the feature to work.
2021-06-16 14:54:17 -05:00

6 lines
207 B
Plaintext

[synaptics_mst]
# Minimum kernel version to allow use of this plugin on amdgpu
# It's important that all backports from this kernel have been
# made if using an older kernel
MinimumAmdGpuKernelVersion=5.2.0