summaryrefslogtreecommitdiff
path: root/src/usbh_driver_hid_mouse.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-23remove not needed carriage returns in printfAmir Hammad1-1/+1
2016-07-30add option to pass data to control writesAmir Hammad1-1/+1
2016-07-09Adjust documentation to fit doxygenAmir Hammad1-1/+2
2016-07-08rename usbh_hubbed.* to usbh_core.*Amir Hammad1-2/+2
2016-07-08refactor: use enum instead of #define: USBH_ENDPOINT_TYPE and USBH_SPEEDAmir Hammad1-1/+1
2015-08-26Device driver/mouse: use correct endpoint type: INTERRUPTAmir Hammad1-1/+1
2015-07-13mouse: Do not allow unitialized driver to be loadedAmir Hammad1-1/+9
2015-07-13Global logging: use \n for a new line instead \r\n in LOG_PRINTFAmir Hammad1-2/+2
2015-04-08Device drivers: Refactor: Remove prefixes of static functions and variablesAmir Hammad1-10/+10
2015-04-08Device drivers: Refactor: Move driver declaration to the end of fileAmir Hammad1-24/+19
2015-04-06Refactor device drivers: don't use automatic castsAmir Hammad1-5/+5
2015-04-05Device driver/hid_mouse: Bugfix enum STATESAmir Hammad1-2/+2
2015-04-01poll(): refactor every poll argument t_us and tflp -> time_curr_usAmir Hammad1-6/+6
2015-04-01libusbhost: Open source USB host stack for embedded devicesAmir Hammad1-0/+294