- Fix the control_handler selection in usb_core when a request in sent to an endpoint...
commitc8664fbccfb901914dd8f6fa7b354e028e202b2f
authorpamaury <pamaury@a1c6a512-1295-4272-9138-f99709370657>
Mon, 8 Mar 2010 13:00:24 +0000 (8 13:00 +0000)
committerpamaury <pamaury@a1c6a512-1295-4272-9138-f99709370657>
Mon, 8 Mar 2010 13:00:24 +0000 (8 13:00 +0000)
treeed10bdab57535dccf81b86bb5978b30972773b41
parent109d4b9ec1b7b78f53dba47bac5cf7adafd0c8a1
- Fix the control_handler selection in usb_core when a request in sent to an endpoint (use endpoint dir and not EP_CONTROL !)
- Only interpret standard endpoint requests (previous code didn't check the request type) and pass all others to usb drivers.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25069 a1c6a512-1295-4272-9138-f99709370657
firmware/usbstack/usb_core.c