Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-15 | firmware: convert shell script to C | Piter PUNK | |
2009-07-01 | firmware: search for third party or sysadmin supplied firmware updates | Jon Masters | |
We currently search /lib/firmware and /lib/firmware/`uname -r` for firmware files for device drivers loaded by the currently running kernel. These are often packaged by distributions as a subpackage of the kernel or as a separate package containing firmware. But these files cannot easily be updated by third parties or sysadmins independently of that package. This patch causes udev to also look for firmware files in an "updates" directory, which is almost identical in purpose to the module-init-tools "updates" directories insomuch as local changes can go in here and will take preference over firmware supplied by any distribution. | |||
2008-11-04 | firmware.sh: record missing files in /dev/.udev/firmware-missing/ | Kay Sievers | |
2008-08-29 | firmware.sh: lookup lookup kernel provided firmware directory | Kay Sievers | |
2007-10-16 | firmware: do not print error if logger is missing | Kay Sievers | |
2007-10-16 | firmware: remove hardcoded path to logger | Matthias Schwarzott | |
2006-07-11 | firmware.sh: remove needless '/' | Kay Sievers | |
2006-05-28 | replace binary firmware helper with shell script | Kay Sievers | |