[usb/usbehci]
authorMichael Martin <michael.martin@reactos.org>
Sun, 5 Sep 2010 18:43:17 +0000 (18:43 +0000)
committerMichael Martin <michael.martin@reactos.org>
Sun, 5 Sep 2010 18:43:17 +0000 (18:43 +0000)
commit639f26f1b566231f626d7074d9010f009c87c130
tree4f66f21f224f1987028d8276004480be4382f7f6
parent38a87f0176c2363d39138139386561e56408ffdd
[usb/usbehci]
- Fix flags settings for PortStatus and PortChange so that the correct flags are set when hub driver sets/requests them.
- Use FastMutex to protect access to async queue and frame list.
- For USB CONFIG DESC, Check the output buffer size before attempting to write all configuration descriptors.
- Fix a bug that caused bmRequestType to be incorret value when requesting configuration and string descriptors.
- Modify some debugging to make it easier to see debug messages from usbhub driver.

svn path=/trunk/; revision=48704
reactos/drivers/usb/usbehci/fdo.c
reactos/drivers/usb/usbehci/irp.c
reactos/drivers/usb/usbehci/pdo.c
reactos/drivers/usb/usbehci/urbreq.c
reactos/drivers/usb/usbehci/usbehci.h
reactos/drivers/usb/usbehci/usbiffn.c