reactos/drivers/hid
Johannes Anderwald ceb3f5ee43 [USB-BRINGUP]
- Implement AddDevice routine for hidusb
- Fix bug in Hid_DispatchUrb, which returned not initialized status code
- Implement IOCTL_HID_GET_REPORT_DESCRIPTOR, IOCTL_HID_READ_REPORT
- Add support routines for reseting / aborting pipe, not yet used
- TBD: implement error handling
- hidusb now works in combination with a usb mouse (other hid devices such as keyboards will require more ioctl implemented)
- Tested in Vbox 4.1.4 + WinXP + ReactOS usbhid.sys + ReactOS usbmou.sys
- Testing procedure -> inject usb mouse after startup (needs mouse integration disabled -> thanks to timo for pointing this out)

svn path=/branches/usb-bringup/; revision=54781
2011-12-29 19:03:40 +00:00
..
hidclass [USB-BRINGUP] 2011-12-26 03:37:22 +00:00
hidparse - rearrange hid stack 2011-12-25 18:23:22 +00:00
hidusb [USB-BRINGUP] 2011-12-29 19:03:40 +00:00
mouhid [USB-BRINGUP] 2011-12-29 10:07:00 +00:00
.gitignore - add directory for hid stack 2011-12-25 18:16:35 +00:00
CMakeLists.txt [USB-BRINGUP] 2011-12-26 03:37:22 +00:00