udev-extraconf: fix udev rule to prevent spidev module autoload
The modalias changed as part of the kernel update to version 5.15. See commit dd545833b773b20aa7cec10f89bff96014ccb64f in kernel tree. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
caacf056ab
commit
6d425d407e
|
|
@ -1,2 +1,2 @@
|
|||
# Skip loading Spidev module
|
||||
SUBSYSTEM=="spi", ACTION=="add", ENV{MODALIAS}=="spi:spidev", RUN="/bin/true"
|
||||
SUBSYSTEM=="spi", ACTION=="add", ENV{MODALIAS}=="spi:dh2228fv", RUN="/bin/true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue