Search found 7 matches

by moofasa
Tue Jun 21, 2005 3:32 pm
Forum: PS2 Development
Topic: Sending data to usb function
Replies: 2
Views: 2181

thank you, ole.
finally my Driving force is dancing.

and hardcore reverse engineering is remained.
by moofasa
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...
by moofasa
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

the site seems to be down. I found some cached page below: http://websearch.naver.com/search.naver?where=web_html&u=http%3A%2F%2Fwww.0xd6.org%2Fps2-independence.html&fs=1&tl=independence+ps2 and another ref. http://www.i-hacked.com/content/view/94/62/ so you just need 1. PS2 2. memory ca...
by moofasa
Mon May 16, 2005 10:30 am
Forum: PS2 Development
Topic: Ps2SDK mouse driver issue ?
Replies: 8
Views: 3586

Thank you very much, rinco.
got an idea from your hint.

(getting a working usbd.irx and bin2s-ing... and so on)
by moofasa
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...
by moofasa
Sun May 15, 2005 4:50 pm
Forum: PS2 Development
Topic: Ps2SDK mouse driver issue ?
Replies: 8
Views: 3586

Oh. I mistyped.

of course I loaded "host:PS2MOUSE.IRX"
and it returns acceptable id, not -203.

hmm.. should I try with another mouse~?
by moofasa
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...