[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

USB support problem while compiling kernel



Hi
I am trying to add Human Interface Device for USB support the kernel (2.4.20).
I should say that the USB support itself is working and it recognized my USB 
hubs and controllers. But when I want to add HID, it complians during "make 
bzImage". I have enabled "Input Core Support" both for keyboard and mouse.
And in USB support for HID, I am selecting "full HID support" and "Input Layer 
Support".
This is how it complains:
--------------------- Error Start ------------------------------------------
drivers/usb/usbdrv.o(.text+0x1453d): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x145cd): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x14621): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x1469d): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x148cc): In function `hidinput_connect':
: undefined reference to `input_register_device'
drivers/usb/usbdrv.o(.text+0x1458c): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x148e9): In function `hidinput_disconnect':
: undefined reference to `input_unregister_device'
--------------------- Error End ------------------------------------------

Any input is appreciated
Thanks
Hamid



Reply to: