Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-11 | use default case instead of handling other packet statuses explicitely | Amir Hammad | 1 | -19/+7 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | use forward declaration for usbh_dev_driver_t | Amir Hammad | 1 | -2/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | use NULL instead of 0 for assigning null pointer | Amir Hammad | 1 | -1/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | hub: use common code to remove device | Amir Hammad | 1 | -6/+1 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | HUB: make use of control wrappers + use enums | Amir Hammad | 1 | -215/+70 | |
Until now, hardcoded numbers were used as states. Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | add DISABLE_LOW_LEVEL ifdef in hub device driver | Amir Hammad | 1 | -0/+8 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | Drop need for the set configuration request in dev drivers | Amir Hammad | 1 | -54/+18 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | core: Simplify device removes | Amir Hammad | 1 | -14/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-08 | make usbh_packet->data of union type | Amir Hammad | 1 | -1/+1 | |
out: const void * in: void * Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-01 | fix bmRequestType field - use of defines | Amir Hammad | 1 | -12/+12 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-08-30 | hub: fix commented out code and comments | Amir Hammad | 1 | -14/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-08-23 | remove not needed carriage returns in printf | Amir Hammad | 1 | -1/+1 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-07-30 | add option to pass data to control writes | Amir Hammad | 1 | -11/+14 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-07-09 | Adjust documentation to fit doxygen | Amir Hammad | 1 | -1/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-07-08 | rename usbh_hubbed.* to usbh_core.* | Amir Hammad | 1 | -1/+1 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-07-08 | refactor: use enum instead of #define: USBH_ENDPOINT_TYPE and USBH_SPEED | Amir Hammad | 1 | -1/+1 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-07-29 | hub: Empty packet readings after SET_ and CLEAR_ commands | Amir Hammad | 1 | -9/+21 | |
* fixed typo/bug: "hub->state += 2" must have been "hub->state = 2" to issue empty read Now, after each SET_ or CLEAR_ command, empty read is issued. + removed forward declaration of event() - cleaning Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-07-13 | hub: Do not allow unitialized driver to be loaded | Amir Hammad | 1 | -1/+8 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-07-13 | Global logging: use \n for a new line instead \r\n in LOG_PRINTF | Amir Hammad | 1 | -26/+26 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-07-13 | hub: Fix forgotten break | Amir Hammad | 1 | -0/+5 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-08 | Device drivers: Refactor: Remove prefixes of static functions and variables | Amir Hammad | 1 | -11/+11 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-08 | Device drivers: Refactor: Move driver declaration to the end of file | Amir Hammad | 1 | -24/+19 | |
forward declarations are not needed Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-06 | Refactor device drivers: don't use automatic casts | Amir Hammad | 1 | -6/+6 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-01 | poll(): refactor every poll argument t_us and tflp -> time_curr_us | Amir Hammad | 1 | -3/+3 | |
added comment to usbh_hubbed.h Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-01 | libusbhost: Open source USB host stack for embedded devices | Amir Hammad | 1 | -0/+865 | |
First public version, date: 1.4.2015 Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> |