Hi, [re-send so that linux-usb-devel gets it too]
I see there's been a driver for zd1201 added in drivers/usb/net/. There's a hunk missing in drivers/usb/Makefile, the driver doesn't get built if nothing else in drivers/usb/net is configured in : Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/usb/Makefile 2005-03-18 10:26:38.000000000 +0100 +++ b/drivers/usb/Makefile 2005-03-18 10:27:22.000000000 +0100 @@ -50,6 +50,7 @@ obj-$(CONFIG_USB_PEGASUS) += net/ obj-$(CONFIG_USB_RTL8150) += net/ obj-$(CONFIG_USB_USBNET) += net/ +obj-$(CONFIG_USB_ZD1201) += net/ obj-$(CONFIG_USB_HPUSBSCSI) += image/ obj-$(CONFIG_USB_MDC800) += image/ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
