Re: [PATCH RFC 1/4] kmod: add a routine to return if usermode is disabled

2012-06-26 Thread Mauro Carvalho Chehab
Em 26-06-2012 17:38, Greg KH escreveu: > On Tue, Jun 26, 2012 at 04:34:19PM -0300, Mauro Carvalho Chehab wrote: >> Several media devices are only capable of probing the device if >> the firmware load is enabled, e. g. when the usermode var is not >> disabled. >> >> Add a routine to allow those driv

Re: [PATCH RFC 1/4] kmod: add a routine to return if usermode is disabled

2012-06-26 Thread Greg KH
On Tue, Jun 26, 2012 at 04:34:19PM -0300, Mauro Carvalho Chehab wrote: > Several media devices are only capable of probing the device if > the firmware load is enabled, e. g. when the usermode var is not > disabled. > > Add a routine to allow those drivers to test if probe can continue > or need t

[PATCH RFC 1/4] kmod: add a routine to return if usermode is disabled

2012-06-26 Thread Mauro Carvalho Chehab
Several media devices are only capable of probing the device if the firmware load is enabled, e. g. when the usermode var is not disabled. Add a routine to allow those drivers to test if probe can continue or need to be deferred. Signed-off-by: Mauro Carvalho Chehab --- include/linux/firmware.h