Difference between revisions of "USB"

From ReactOS Wiki
Jump to: navigation, search
m (USB changelog)
m
Line 28: Line 28:
 
* Drivers from Linux (Cromwell actually) are ported to ReactOS, and OHCI host controller driver is now working fine. However no class drivers has been developed yet, so no usb devices work right now. Next release (0.3.0) will have support for USB keyboards and mice, and also quite more popular UHCI controller. ([[Aleksey Bragin]])
 
* Drivers from Linux (Cromwell actually) are ported to ReactOS, and OHCI host controller driver is now working fine. However no class drivers has been developed yet, so no usb devices work right now. Next release (0.3.0) will have support for USB keyboards and mice, and also quite more popular UHCI controller. ([[Aleksey Bragin]])
  
 +
[[ChangeLog-0.2.7]]
 +
* UHCI HCD driver supports recognizing Memory type of resource ([[Aleksey Bragin]], [[Hervé Poussineau]])
 +
* UHCI controller driver, which uses the Cromwell USB stack
 +
* Basic USB hub driver, which sometimes reports connected devices
  
  

Revision as of 06:56, 17 March 2012

See Also

USB Stack

USB Stack Template

USB Todo

Supported USB Devices

Booting from a USB disk

USB Working January 26, 2012

USB branch merged at r55555

History of USB in ReactOS April 9th, 2009

More news about USB April 22nd, 2010

New USB Drivers April 28th, 2011

Two of Four host controller interface drivers completed January 23rd, 2012

USB branch merged with trunk February 28th, 2012

Changelog

ChangeLog-0.2.6

  • Drivers from Linux (Cromwell actually) are ported to ReactOS, and OHCI host controller driver is now working fine. However no class drivers has been developed yet, so no usb devices work right now. Next release (0.3.0) will have support for USB keyboards and mice, and also quite more popular UHCI controller. (Aleksey Bragin)

ChangeLog-0.2.7

  • UHCI HCD driver supports recognizing Memory type of resource (Aleksey Bragin, Hervé Poussineau)
  • UHCI controller driver, which uses the Cromwell USB stack
  • Basic USB hub driver, which sometimes reports connected devices