On Fri, 2005-02-11 at 17:53 +0000, Daniel Drake wrote:
> Duncan Sands wrote:
> > in particular USE_FW_LOADER is used to avoid compiling
> > speedtch_find_firmware and speedtch_load_firmware, so the errors you're
> > seeing means that USE_FW_LOADER is defined.  It is defined as follows:
> 
> Ah, sorry, I overlooked this. It works when CONFIG_FW_LOADER is set to y or n 
> but not when it is set to module. Speedtouch is built-in. Is this regarded as 
> user error?

Maybe the best solution is the attached patch: always use the firmware
loader.  The only reason not to is to reduce code size.

All the best,

Duncan.


--- linux-2.5/drivers/usb/atm/Kconfig.orig	2005-02-12 21:34:51.000000000 +0100
+++ linux-2.5/drivers/usb/atm/Kconfig	2005-02-12 21:36:07.000000000 +0100
@@ -20,6 +20,7 @@
 	tristate "Alcatel Speedtouch USB support"
 	depends on USB && ATM
 	select USB_ATM
+	select FW_LOADER
 	help
 	  Say Y here if you have an Alcatel SpeedTouch USB or SpeedTouch 330
 	  modem.  In order to use your modem you will need to install the 

Reply via email to