# # ChangeLog for uspace/drv/uhci/callback.c in mainline # # Generated by Trac 1.6 # 2025-02-22T21:54:52Z Fri, 28 Jan 2011 23:51:36 GMT Jan Vesely [44d8853] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Fixed: Do not crash on zero buffers Fri, 28 Jan 2011 17:33:56 GMT Jan Vesely [0b68b7c] * uspace/drv/uhci/callback.c (modified) Fixed: initialize arg field properly Added callback_out call Fri, 28 Jan 2011 12:43:07 GMT Jan Vesely [de0e6b3] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/callback.h (modified) * uspace/drv/uhci/transfer_list.c (modified) * uspace/drv/uhci/transfer_list.h (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) * uspace/drv/uhci/utils/malloc32.h (moved) Used usbmem allocator Fri, 28 Jan 2011 12:20:09 GMT Jan Vesely [987dda8] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/callback.h (modified) Added calback_get() and callback_dispose() convenience functions Fri, 28 Jan 2011 11:45:40 GMT Jan Vesely [db7ed07] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/callback.h (modified) Added callback_run Tue, 25 Jan 2011 20:44:28 GMT Jan Vesely [89a0485a] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/callback.c (added) * uspace/drv/uhci/callback.h (modified) * uspace/drv/uhci/transfer_list.c (added) * uspace/drv/uhci/transfer_list.h (modified) * uspace/drv/uhci/uhci.c (modified) Move function implementations to .c files Unify error reporting in ...