Re: [2.4.21-rc1] USB Trackball broken

Joe Korty (joe.korty@ccur.com)
Wed, 23 Apr 2003 21:16:17 -0400


Hi David, Nils,

Nils, you have

CONFIG_USB_HIDINPUT=y

which is correct. David, you have

CONFIG_USB_HIDINPUT=m

which is an illegal setting. You must have hand-edited your config file
to get this. My guess is, the '=m' is being treated as 'not set'.

You also need to have CONFIG_INPUT (Input core support section) set.
If this is not set you will not see the CONFIG_USB_HIDINPUT question
come up in the USB section.

Regards,
Joe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/