I finally received a .config from Reuben Farrelly and reproduced the problem. The libusual.o is being built, but not linked into the kernel image.
--- Never one to ignore a good idea, I propose to take a segment of Adrian's patch which addresses this particular problem: > --- linux-2.6.14-mm1-full/drivers/usb/Makefile.old 2005-11-08 > 01:31:00.000000000 +0100 > +++ linux-2.6.14-mm1-full/drivers/usb/Makefile 2005-11-08 > 01:31:26.000000000 +0100 > @@ -22,6 +22,7 @@ > obj-$(CONFIG_USB_PRINTER) += class/ > > obj-$(CONFIG_USB_STORAGE) += storage/ > +obj-$(CONFIG_USB_LIBUSUAL) += storage/ > > obj-$(CONFIG_USB_AIPTEK) += input/ > obj-$(CONFIG_USB_ATI_REMOTE) += input/ With a small change, this seems to work fine with the supplied .config. Also I have tested my usual build modes and added Reuben's configuration to my testing list. Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> diff -urp -X dontdiff linux-2.6.14-mm1/drivers/usb/Makefile linux-2.6.14-mm1-reub/drivers/usb/Makefile --- linux-2.6.14-mm1/drivers/usb/Makefile 2005-11-10 23:18:32.000000000 -0800 +++ linux-2.6.14-mm1-reub/drivers/usb/Makefile 2005-11-11 01:01:31.000000000 -0800 @@ -22,6 +22,7 @@ obj-$(CONFIG_USB_MIDI) += class/ obj-$(CONFIG_USB_PRINTER) += class/ obj-$(CONFIG_USB_STORAGE) += storage/ +obj-$(CONFIG_USB) += storage/ obj-$(CONFIG_USB_AIPTEK) += input/ obj-$(CONFIG_USB_ATI_REMOTE) += input/ ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel