I'm having the same problem, I've tried the above suggested advice but yet I still get these errors:
Code:
joe@joe-laptop:~/.xpad360$ sudo make
make modules -C /usr/src/linux-headers-2.6.20-15-generic SUBDIRS=/home/joe/.xpad360
make[1]: Entering directory `/usr/src/linux-headers-2.6.20-15-generic'
CC [M] /home/joe/.xpad360/xpad.o
/home/joe/.xpad360/xpad.c:60:23: warning: extra tokens at end of #include directive
/home/joe/.xpad360/xpad.c:62:29: error: linux/usb_input.h: No such file or directory
/home/joe/.xpad360/xpad.c: In function ‘xpad_probe’:
/home/joe/.xpad360/xpad.c:386: warning: implicit declaration of function ‘usb_to_input_id’
/home/joe/.xpad360/xpad.c:451: warning: passing argument 6 of ‘usb_fill_int_urb’ from incompatible pointer type
make[2]: *** [/home/joe/.xpad360/xpad.o] Error 1
make[1]: *** [_module_/home/joe/.xpad360] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-15-generic'
make: *** [all] Error 2
Please help!! I am using the new Feisty Fawn release with kernel linux-headers-2.6.20-15-generic.
Bookmarks