The prefered way of loading external firmware in kernels >=2.4.23 is by utilizing hotplug to grab the file from userspace.

Currently, the cx25840 module has code to do this both through hotplug and through direct file reads; with hotplug only being used if the user compiles with HP_FWLOAD=1 set.

I propose that the direct loading method be cut out entirely, and rely purely on the prefered method with hotplug. This is already the way it is handled in bttv-cards.c, for instance, so pre-2.4.23 kernels are already depreciated in v4l it appears.

Anyway, comments?
--
Tyler Trafford

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to