grepmap is a parser for the module map files produced by the depmod
found in module-init-tools.

It's intended for use as a short-term replacement for the old hotplug
agent scripts for those subsystems without MODALIAS support, and for
backwards compatibility with existing user map files.

To use grepmap as a hotplug agent replacement in udev, use a rule such
as:
	SUBSYSTEM=="input", PROGRAM="/sbin/grepmap --udev", \
	        RUN+="/sbin/modprobe $result"


Known Issues:

  * modules.isapnpmap is not currently parsed, I've still to work out
    how these are supposed to be matched.

  * modules.ofmap is not currently parsed as it isn't generated by any
    shipped version of module-init-tools (in Ubuntu, at least) so I
    haven't been able to debug it.
