summaryrefslogtreecommitdiff
path: root/extras/firmware/firmware.c
AgeCommit message (Collapse)Author
2011-12-25builtin: firmware - move 'firmware' tool to builtinsKay Sievers
2011-04-13trivial cleanupsKay Sievers
2011-04-08selinux: firmware - do not label files in runtime dirKay Sievers
2011-03-23use /run/udev/ if possible and fall back to /dev/.udev/Kay Sievers
2011-03-15move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd ↵Kay Sievers
startup
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