reactos/drivers/usb/usbstor
Johannes Anderwald 991d02daa5 [USBEHCI_NEW]
- Remove function declaration
[USBSTOR]
- Start on usbstor driver (USB Mass Storage Driver)
- Implement reading device descriptor / configuration descriptor
- Implement scanning of configuration descriptor for bulk in / bulk out endpoints
- Implement selecting configuration and interface and verify selected interface
- Implement reading max lun and create child device object for each lun
- Handle PnP requests for functional device object
- Implement support routines to send urb's to lower device object (usbhub)
- Start implementing PDO routines

svn path=/branches/usb-bringup/; revision=51563
2011-05-03 00:15:23 +00:00
..
CMakeLists.txt [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
descriptor.c [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
fdo.c [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
misc.c [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
pdo.c [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
usbstor.c [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
usbstor.h [USBEHCI_NEW] 2011-05-03 00:15:23 +00:00
usbstor.rc