On Fri, Apr 16, 2010 at 9:31 AM, Kay Sievers <kay.sievers@xxxxxxxx> wrote: > On Fri, Apr 16, 2010 at 17:28, Dan Nicholson <dbn.lists@xxxxxxxxx> wrote: >> On Fri, Apr 16, 2010 at 09:50:42AM +0400, Yury G. Kudryashov wrote: >>> --- a/configure.ac >>> +++ b/configure.ac >>> @@ -82,6 +82,27 @@ if test "x$enable_extras" = xyes; then >>> fi]) >>> AC_SUBST(PCI_DATABASE) >>> >>> + AC_ARG_WITH(firmware-path, >>> + AS_HELP_STRING([--with-firmware-path=DIR[[[:DIR[...]]]]], >>> + [Firmware search path (default=/lib/firmware/updates:/lib/firmware)]), > > Not sure if we need a list of directories here. Wouldn't the prefix > /lib/firmware be sufficient, the same way we handle all the other > configurable directories? This is just maintaining the current default in firmware.c. The code already deals with an array of directories, so you might as well let people build in any crazy path they want. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html