Hi all, my /proc/interrupts shows that ps/2 mouse has interrupt 12. but i cannot find where this is defined in the sources. For a couple of files it is defined to be 5 not 12. how can i find out which specific file is being used to drive my mouse? Only CONFIG_PSMOUSE is equal to 'y' (all others are m). Since /dev/mouse points to psaux i tried to grep for psaux in drivers/char but several files seem to contain that. (CONFIG_MOUSEDEV is also set to m) If anyone can give me a pointer to where i can find this info, it will be greatly appreciated. Thanks in advance. vijay -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/