summaryrefslogtreecommitdiff
path: root/src/usbh_core.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-11use default case instead of handling other packet statuses explicitelyAmir Hammad1-19/+7
2016-09-11lld: rework low level driver initializationAmir Hammad1-1/+1
2016-09-11use NULL instead of 0 for assigning null pointerAmir Hammad1-8/+7
2016-09-11hub: use common code to remove deviceAmir Hammad1-1/+1
2016-09-11remove detection of hangAmir Hammad1-5/+0
2016-09-11core: use new control wrapper to set configuration to deviceAmir Hammad1-21/+2
2016-09-11core: use new control wrapper to read device descriptorAmir Hammad1-27/+3
2016-09-11core: use new control wrapper to set device's addressAmir Hammad1-22/+2
2016-09-11core: add helper state machine for control read/writeAmir Hammad1-8/+87
2016-09-11Drop need for the set configuration request in dev driversAmir Hammad1-2/+56
2016-09-11core: Simplify device removesAmir Hammad1-11/+13
2016-09-08core: adjust search for the device driverAmir Hammad1-28/+29
2016-09-08make usbh_packet->data of union typeAmir Hammad1-5/+5
2016-09-08usbh_core refactorAmir Hammad1-82/+100
2016-09-01fix bmRequestType field - use of definesAmir Hammad1-4/+4
2016-07-30usbh_core: logs: DEVICE DESCRIPTOR EOLAmir Hammad1-1/+1
2016-07-30add option to pass data to control writesAmir Hammad1-6/+27
2016-07-08rename usbh_hubbed.* to usbh_core.*Amir Hammad1-0/+632