[systemd-devel] [PATCH] udev: Make builtin firmware to find in subdirectories

2013-06-17 Thread WaLyong Cho
From: WaLyong Cho walyong@samsung.com We can specify firmware path using --with-firmware-path configure option. In some of system, firmware can be located in subdirectories of the firmware path. If there are many firmware directories in below specified path then we have to define those to

Re: [systemd-devel] [PATCH] udev: Make builtin firmware to find in subdirectories

2013-06-17 Thread Kay Sievers
On Mon, Jun 17, 2013 at 8:17 AM, WaLyong Cho fyd0...@gmail.com wrote: We can specify firmware path using --with-firmware-path configure option. This was configurable because some systems had no /lib directory, it is not meant to carry device or driver specific directories. In some of system,

Re: [systemd-devel] [PATCH] udev: Make builtin firmware to find in subdirectories

2013-06-17 Thread Greg KH
On Mon, Jun 17, 2013 at 03:17:12PM +0900, WaLyong Cho wrote: From: WaLyong Cho walyong@samsung.com We can specify firmware path using --with-firmware-path configure option. In some of system, firmware can be located in subdirectories of the firmware path. If there are many firmware

Re: [systemd-devel] [PATCH] udev: Make builtin firmware to find in subdirectories

2013-06-17 Thread Tom Gundersen
On Mon, Jun 17, 2013 at 9:57 PM, Greg KH gre...@linuxfoundation.org wrote: In fact, we should really just delete the firmware logic from udev entirely now that the kernel doesn't even call it anymore, right? This fimware logic is not compiled by default, but for people with old kernels it can

Re: [systemd-devel] [PATCH] udev: Make builtin firmware to find in subdirectories

2013-06-17 Thread Greg KH
On Mon, Jun 17, 2013 at 10:23:53PM +0200, Tom Gundersen wrote: On Mon, Jun 17, 2013 at 9:57 PM, Greg KH gre...@linuxfoundation.org wrote: In fact, we should really just delete the firmware logic from udev entirely now that the kernel doesn't even call it anymore, right? This fimware logic

Re: [systemd-devel] [PATCH] udev: Make builtin firmware to find in subdirectories

2013-06-17 Thread Kay Sievers
On Mon, Jun 17, 2013 at 10:31 PM, Greg KH gre...@linuxfoundation.org wrote: On Mon, Jun 17, 2013 at 10:23:53PM +0200, Tom Gundersen wrote: On Mon, Jun 17, 2013 at 9:57 PM, Greg KH gre...@linuxfoundation.org wrote: In fact, we should really just delete the firmware logic from udev entirely