From: David Brownell <[EMAIL PROTECTED]>

        So you're reporting at least one reproducible bug (3a sticks),
        maybe a second (hub shows up twice, see below) and even
        a third (CONFIG problem) ... and that eventually you see one
        hard-to-reproduce BUG()?

I report a BUG(), and mention in passing that some things are
not perfect. Some people tend to connect these minor flaws
with the bug. I think they are wrong.

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.

Andries

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to