USBD replacement

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
ole
Posts: 92
Joined: Sat May 08, 2004 11:14 pm
Location: Czech Republic

USBD replacement

Post by ole »

Is anybody working on the usbd replacemenet (I mean opensource) ? Is it still planned as part of ps2sdk? Is there any info about how ps2 access the ohci hw or any other low level stuff (ohci chip specification etc) ?
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

I think tyranid was the last one to ponder about working on usbd, not sure how far he got ( if at all :), and well yes usbd would be a good thing(tm)
Kung VU
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

I have been working on a USB driver replacement, but time is always the killer ;) I am actually working on it today but no doubt I will be called off to do other things soon enough.

If you need info then contact me and I'll spill the beans so to speak :)
Darren
Posts: 23
Joined: Mon Jul 12, 2004 11:49 pm

Post by Darren »

If you don't have the time to complete it then why not add it to CVS? Right now i believe its something desperately needed in ps2sdk. I would be more than happy to give a hand. This should be a priority for all dev guys in order to help make ps2sdk more complete.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Well the proto USBD is in CVS, anyone is willing to check it out, complete it break it, bin it etc. ;)

Note it will not work, still alot of code needed to be added so don't expect miracles :)
ole
Posts: 92
Joined: Sat May 08, 2004 11:14 pm
Location: Czech Republic

Post by ole »

I checked the CVS - the work of TyRaNiD is the nice foudation (lists, OHCI register handling, interrupts). I'm planning to work on this a little bit, so my question is: Did anyone already made some changes (of the usbd driver) that are not in CVS? I don't want to duplicate the work that might possibly be done before....
User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Post by Shazz »

Nice project !!!

As I'm not really happy with the current PS2SDK USB mouse driver, I took a look at the USBD interface (which is incomplete regarding to a 3rd party USB driver...), but I did not write any change for the moment but be sure I'll will be very interested into your work...
- TiTAN Art Division -
http://www.titandemo.org
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

If you want to replace the mouse driver then do so. The Mouse driver is based on the Mouse boot protocol as opposed to the proper HID protocol (same with the keyboard driver). Unfortunately a number of companies don't go the extra yard and put in a working boot protocol so there are problems with a number of devices.
Post Reply