summaryrefslogtreecommitdiff
path: root/extras/firmware/firmware.c
AgeCommit message (Collapse)Author
2010-04-20configure.ac: ddd --with-firmware-path optionYury G. Kudryashov
In NixOS we need to use non-standard firmware path: we have no /lib.
2010-03-16firmware: fix possible segfault when firmware device goes away while loadingKay Sievers
Thanks to Ruediger Oertel.
2010-01-31firmware: fix error reporting on missing firmware filesThomas Bächler
The new firmware loader does not report an error to the kernel if a firmware file is missing. This results in modprobe stalling for 60 seconds for each firmware a module tries to load.
2009-12-15firmware: convert shell script to CPiter PUNK