Hi all, I'm writing a USB1.1 based mouse driver. My compilation is good but when I try to load the module it says unresolved symbol input_register_device unresolved symbol input_unregister_device i have the linux/input.h file declared. My command line is gcc -D__KERNEL__ -DMODULE -Wall -I/usr/src/linux-2.4/include -O2 -c usbtest.c Please help. I'm using kernel 2.4.2 Thanks __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/