4 baris
87 B
Bash
4 baris
87 B
Bash
|
#!/bin/sh
|
||
|
[ -e /lib/firmware/$FIRMWARE ] || echo -1 > /sys/$DEVPATH/loading
|
||
|
/sbin/mdev
|