Author: janderwald
Date: Wed Jan  4 21:58:18 2012
New Revision: 54834

URL: http://svn.reactos.org/svn/reactos?rev=54834&view=rev
Log:
[USB-BRINGUP]
- Implement a HID parsing library, which is based on Haiku`s exellent HID Stack
- Implement HidP_FreeCollection, HidP_GetCaps, HidP_GetCollectionDescription, 
HidP_MaxUsageListLength, HidP_GetSpecificValueCaps, HidP_GetUsages, 
HidP_GetScaledUsageValue
- hidparse driver is now implemented enough to support a hid mouse
- Tested in VBox 4.1.4 + WinXP + ReactOS usbohci+ mouhid+ hidclass+ 
hidparse+hidusb

Added:
    branches/usb-bringup/lib/drivers/hidparser/   (with props)
    branches/usb-bringup/lib/drivers/hidparser/CMakeLists.txt   (with props)
    branches/usb-bringup/lib/drivers/hidparser/api.c   (with props)
    branches/usb-bringup/lib/drivers/hidparser/hidparser.c   (with props)
    branches/usb-bringup/lib/drivers/hidparser/hidparser.h   (with props)
    branches/usb-bringup/lib/drivers/hidparser/parser.c   (with props)
    branches/usb-bringup/lib/drivers/hidparser/parser.h   (with props)
Modified:
    branches/usb-bringup/drivers/hid/hidparse/CMakeLists.txt
    branches/usb-bringup/drivers/hid/hidparse/hidparse.c
    branches/usb-bringup/drivers/hid/hidparse/hidparse.h
    branches/usb-bringup/lib/drivers/CMakeLists.txt

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/usb-bringup/drivers/hid/hidparse/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/hid/hidparse/CMakeLists.txt?rev=54834&r1=54833&r2=54834&view=diff

Modified: branches/usb-bringup/drivers/hid/hidparse/hidparse.c
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/hid/hidparse/hidparse.c?rev=54834&r1=54833&r2=54834&view=diff

Modified: branches/usb-bringup/drivers/hid/hidparse/hidparse.h
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/hid/hidparse/hidparse.h?rev=54834&r1=54833&r2=54834&view=diff

Modified: branches/usb-bringup/lib/drivers/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/CMakeLists.txt?rev=54834&r1=54833&r2=54834&view=diff

Added: branches/usb-bringup/lib/drivers/hidparser/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/hidparser/CMakeLists.txt?rev=54834&view=auto

Added: branches/usb-bringup/lib/drivers/hidparser/api.c
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/hidparser/api.c?rev=54834&view=auto

Added: branches/usb-bringup/lib/drivers/hidparser/hidparser.c
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/hidparser/hidparser.c?rev=54834&view=auto

Added: branches/usb-bringup/lib/drivers/hidparser/hidparser.h
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/hidparser/hidparser.h?rev=54834&view=auto

Added: branches/usb-bringup/lib/drivers/hidparser/parser.c
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/hidparser/parser.c?rev=54834&view=auto

Added: branches/usb-bringup/lib/drivers/hidparser/parser.h
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/lib/drivers/hidparser/parser.h?rev=54834&view=auto


Reply via email to