blob: a193adbced6cb86111f3ad50b01432fbbab25055 (
plain)
1
2
3
4
|
# do not edit this file, it will be overwritten on update
# firmware-class requests, copies files into the kernel
SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware --firmware=$env{FIRMWARE} --devpath=$env{DEVPATH}"
|