-
Committer:
Martin Pitt
-
Date:
2010-06-24 10:52:04 UTC
-
Revision ID:
martin.pitt@canonical.com-20100624105204-q64vmbgnp7z9mamx
* Generalize firmware backend to be more easily extensible for other types
of uevents:
- Rename firmware.{h,c} to uevent.{h,c} and rename the functions
accordingly.
- configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
name changes above.
- uevent.c: Split out the "missing general firmware" specific bits into a
new function deal_with_missing_firmware(). This makes the on_uevent()
function very small and clean, and easy to extend.