On Fri, Apr 19, 2002 at 01:17:20AM +0200, [EMAIL PROTECTED] wrote: > > Anyway, let me start with the smallest flaw. > CONFIG_USB_INPUT is mentioned twice. > Reading drivers/usb/input/Config.in we find > > if [ "$CONFIG_USB_HID" = "y" -o "$CONFIG_USB_KBD" = "y" -o "$CONFIG_USB_MOUSE" \ > = "y" ]; then > define_bool CONFIG_USB_INPUT y > fi > if [ "$CONFIG_USB_WACOM" = "y" ]; then > define_bool CONFIG_USB_INPUT y > fi > > So, I suppose these two rules should be merged, and this tiny flaw is gone.
Yeah, this was me trying to keep the lines from being too long in the Config.in files (all of the other subdirectories in the drivers/usb/ tree have this same kind of "problem". I already have a patch from Kai Germaschewski that fixes this and a few other issues in the Makefile and Config.in changes. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
