diff options
author | Piter PUNK <piterpunk@slackware.com> | 2009-12-15 16:28:52 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-15 16:28:52 +0100 |
commit | 6fb1b637d4fc9e94d0c492d8a3049f30db88dd54 (patch) | |
tree | 6bb2686447b9fa658b148f4c9156cae5f732d19e /extras/firmware/50-firmware.rules | |
parent | caf87866a764f3078d8de4ca8dc97385505c910b (diff) |
firmware: convert shell script to C
Diffstat (limited to 'extras/firmware/50-firmware.rules')
-rw-r--r-- | extras/firmware/50-firmware.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/firmware/50-firmware.rules b/extras/firmware/50-firmware.rules index a28e2a875d..a193adbced 100644 --- a/extras/firmware/50-firmware.rules +++ b/extras/firmware/50-firmware.rules @@ -1,4 +1,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.sh" +SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware --firmware=$env{FIRMWARE} --devpath=$env{DEVPATH}" |