Difference between revisions of "OHCI"

From ReactOS Wiki
Jump to: navigation, search
(Created page with "USBOHCI.SYS is the ReactOS driver for the [http://en.wikipedia.org/wiki/Host_controller_interface_(USB,_Firewire)#Open_Host_Controller_Interface_2 Open Host Controller interf…")
 
(Link to OHCI document (copied from Wikipedia), known issues link, see also)
Line 1: Line 1:
USBOHCI.SYS is the [[ReactOS]] driver for the [http://en.wikipedia.org/wiki/Host_controller_interface_(USB,_Firewire)#Open_Host_Controller_Interface_2 Open Host Controller interface]. OHCI supports USB 1.1 full and low speed devices. It does not support USB 2.0 or "high speed" devices.
+
'''USBOHCI.SYS''' is the [[ReactOS]] driver for the [[USB]] Open Host Controller Interface. OHCI supports USB 1.1 full and low speed devices. It does not support USB 2.0 or "high speed" devices.
  
ReactOS currently has a functional OHCI driver.
+
ReactOS currently has a (functional) OHCI driver.
 +
 
 +
==Known issues==
 +
* [http://jira.reactos.org/issues/?jql=text%20~%20%22OHCI%22 ReactOS Jira query for OHCI]
 +
 
 +
==See also==
 +
* [[USB]]
 +
* [[UHCI]] (USB 1.1)
 +
* [[EHCI]] (USB 2.0)
 +
 
 +
==External links==
 +
 
 +
*Wikipedia: [http://en.wikipedia.org/wiki/Host_controller_interface_(USB,_Firewire)#Open_Host_Controller_Interface_2 Open Host Controller Interface]
 +
*[ftp://ftp.compaq.com/pub/supportinformation/papers/hcir1_0a.pdf An OHCI for USB standard document from Compaq, Microsoft and National Semiconductor] (PDF)
  
  
 
[[Category:ReactOS_Components]]
 
[[Category:ReactOS_Components]]

Revision as of 16:28, 28 July 2013

USBOHCI.SYS is the ReactOS driver for the USB Open Host Controller Interface. OHCI supports USB 1.1 full and low speed devices. It does not support USB 2.0 or "high speed" devices.

ReactOS currently has a (functional) OHCI driver.

Known issues

See also

External links