Re: Linux 2.5.7-dj3 - BUG & PATCH

Greg KH (greg@kroah.com)
Thu, 4 Apr 2002 22:45:45 -0800


On Thu, Apr 04, 2002 at 05:22:38PM +0200, Sebastian Droege wrote:
> Hi,
> I have a problem in 2.5.7-dj3 which doesn't exist in 2.5.8-pre1...
> My USB keyboard and mouse are detected properly but aren't usable
> I get the same behaviour when unsetting CONFIG_USB_HIDINPUT in 2.5.8-pre1
> grepping for CONFIG_USB_HIDINPUT in 2.5.7-dj3 finds something but the option doesn't show in old/menuconfig
> When setting CONFIG_USB_HIDINPUT=y by hand in 2.5.7-dj3 I get a compile error:
>
> make[3]: Entering directory `/usr/src/linux-2.5.7/drivers/usb'
> gcc -D__KERNEL__ -I/usr/src/linux-2.5.7/include -Wall -Wstrict-prototypes -Wno-trigraphs -O6 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=hid_input -c -o hid-input.o hid-input.c
> hid-input.c:335: redefinition of `hidinput_hid_event'
> hid.h:411: `hidinput_hid_event' previously defined here
> hid-input.c:413: redefinition of `hidinput_connect'
> hid.h:412: `hidinput_connect' previously defined here
> hid-input.c:458: redefinition of `hidinput_disconnect'
> hid.h:413: `hidinput_disconnect' previously defined here
> make[3]: *** [hid-input.o] Fehler 1

I can't duplicate this, can you send me your .config?

thanks,

greg k-h
-
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/