- if (register_chrdev(MOUSE_MAJOR,"misc",&misc_fops)) { + if (register_chrdev(MISC_MAJOR,"misc",&misc_fops)) {
-- Todd Fries