summaryrefslogtreecommitdiff
path: root/extras/firmware/firmware.sh
AgeCommit message (Collapse)Author
2009-12-15firmware: convert shell script to CPiter PUNK
2009-07-01firmware: search for third party or sysadmin supplied firmware updatesJon 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-04firmware.sh: record missing files in /dev/.udev/firmware-missing/Kay Sievers
2008-08-29firmware.sh: lookup lookup kernel provided firmware directoryKay Sievers
2007-10-16firmware: do not print error if logger is missingKay Sievers
2007-10-16firmware: remove hardcoded path to loggerMatthias Schwarzott
2006-07-11firmware.sh: remove needless '/'Kay Sievers
2006-05-28replace binary firmware helper with shell scriptKay Sievers