chiark / gitweb /
firmware: search for third party or sysadmin supplied firmware updates
authorJon Masters <jcm@jonmasters.org>
Thu, 2 Jul 2009 00:21:03 +0000 (20:21 -0400)
committerJon Masters <jcm@jonmasters.org>
Thu, 2 Jul 2009 00:21:03 +0000 (20:21 -0400)
commit25688f4d67d452192c1cc6b201c29dab0f2b8ab8
treeae4b99d9004079b2fc861fe14ea55ce55b83d6da
parentf045aa1cabab0ea0c3c3a6ee45cc9013a36c35b1
firmware: search for third party or sysadmin supplied firmware updates

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.
extras/firmware/firmware.sh