# This file causes modules to be loaded for inserted devices. # See udev(8) for syntax. # # This file should only specify rules that cause modprobe to be called, # programs that configure or activate hardware should be called in # 80-programs.rules ACTION!="add", GOTO="modprobe-local_end" SUBSYSTEM=="tifm", ATTR{type}=="3", RUN+="/sbin/modprobe -Qba tifm_sd" LABEL="modprobe-local_end"