I thought I'd get the joystick working in my frame buffer testing, so I could exit the gameloop by pressing a button.
Seems there's an error in input.h
Search on kernel_ulong_t (there's a block of code)
Put #ifdef __KERNEL__ at the start of the block, and a matching #endif at the end.
This file is in /lib/modules/2.6...../build/linux/include
(I think, I don't have access to my YDL box right now)
I'd like to know how other people are coming along w/ their PS3 homebrew coding.
Surely I'm not the only one playing around with this hardware.
Dr. Royal