thank you, ole.
finally my Driving force is dancing.
and hardcore reverse engineering is remained.
Search found 7 matches
- Tue Jun 21, 2005 3:32 pm
- Forum: PS2 Development
- Topic: Sending data to usb function
- Replies: 2
- Views: 2181
- Wed Jun 15, 2005 12:29 am
- Forum: PS2 Development
- Topic: Sending data to usb function
- Replies: 2
- Views: 2181
Sending data to usb function
(title renamed) I'm writting a wheel client program, especially for Logitech Driving Force. it works on reading data from the function. (90% of code is from ps2mouse driver) but I met a wall, currently have no idea on sending feedback data to the function. How can i use the second data endpoint to s...
- Wed Jun 08, 2005 6:11 pm
- Forum: PS2 Development
- Topic: HELP! I 'm new, and i don't understand everything!!!!!!!
- Replies: 2
- Views: 1583
- Mon May 16, 2005 10:30 am
- Forum: PS2 Development
- Topic: Ps2SDK mouse driver issue ?
- Replies: 8
- Views: 3586
- Sun May 15, 2005 6:02 pm
- Forum: PS2 Development
- Topic: Ps2SDK mouse driver issue ?
- Replies: 8
- Views: 3586
What I want to get is the current status of mouse( position, buttons, ...) but PS2ReadMouse fills the structure with 0 value. so I doubt if the mouse is initialized corretly, and did that kind of check. ps. as Shazz wrote before, PS2MouseEnum seems to return the number of connected mouse. If a mouse...
- Sun May 15, 2005 4:50 pm
- Forum: PS2 Development
- Topic: Ps2SDK mouse driver issue ?
- Replies: 8
- Views: 3586
- Sun May 15, 2005 3:22 pm
- Forum: PS2 Development
- Topic: Ps2SDK mouse driver issue ?
- Replies: 8
- Views: 3586
PS2MouseEnum() returns 0.
Hello. I've tried mouse to be working. but the PS2MouseEnum() returns always 0. simplified code is like below: //Load 2 Modules SifLoadModule( "host:USBD.IRX", 0, NULL ); SifLoadModule("host:PS2MOUSE", 0, NULL ); //Init PS2Mouse PS2...