USB support in my OS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

USB support in my OS

Post by inflater »

Hi,
I'd like to make a simple USB application to my real mode OS, but I don't know where I should find a ID number for that HW... I have all basic functions to access USB, though. I looked to the Windoze's Device manager and i found this (Microcom ADSL Deskporte USB device):

Hardware IDentification
USB\Vid_0572&Pid_cb00&Rev_0001

Where can I found more info for programming USB? Thanks.

inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

http://www.usb.org/home

http://developer.intel.com/technology/usb/uhci11d.htm

http://en.wikipedia.org/wiki/OHCI

http://www.intel.com/technology/usb/ehcispec.htm

http://www.usb.org/developers/devclass_docs

Good luck reading. The [UOE]HCI docs are mostly for hardware developers but that doesn't mean you can't read them for the software interface.
Post Reply