YDL - 2.6.16 error in input.h

Investigation into how Linux on the PS3 might lead to homebrew development.

Moderators: cheriff, emoon

Post Reply
DaveRoyal
Posts: 16
Joined: Sat Jun 25, 2005 3:52 am
Location: Northern California, USA

YDL - 2.6.16 error in input.h

Post by DaveRoyal »

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
Post Reply