# # ChangeLog for uspace/drv/uhci/uhci.h in mainline # # Generated by Trac 1.6 # 2026-07-19T08:25:38Z Sat, 29 Jan 2011 09:31:29 GMT Jan Vesely [5286a2c] * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/transfer_list.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Reduced debug level and made times shorter Fri, 28 Jan 2011 23:54:15 GMT Vojtech Horky [096a1ff] * uspace/drv/uhci/debug.h (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Shorter debug messages Fri, 28 Jan 2011 19:07:41 GMT Jan Vesely [3da5eb9] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) Fixed: add buffer pointer to TD on initialization Added status info ... Fri, 28 Jan 2011 17:36:40 GMT Jan Vesely [0535ee4] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Added debug_checker fibril (checks memory structures) Fixed: ... Fri, 28 Jan 2011 15:47:39 GMT Jan Vesely [d1984e0] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Added UHCI command register values HC is started on initialization. Fri, 28 Jan 2011 14:59:50 GMT Jan Vesely [d93ff502] * uspace/drv/uhci/iface.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Added toggle bit parameter. Removed uhci_* specific functions, use ... Tue, 25 Jan 2011 22:51:08 GMT Jan Vesely [9ee87f6] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/frame_list.h (deleted) uhci initialization refactored Added cleaner fibril(will handle ... Fri, 21 Jan 2011 16:49:47 GMT Jan Vesely [9600516] * uspace/drv/uhci/callback.h (moved) * uspace/drv/uhci/transfer_list.h (added) * uspace/drv/uhci/translating_malloc.h (added) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/frame_list.h (moved) * uspace/drv/uhci/uhci_struct/link_pointer.h (moved) * uspace/drv/uhci/uhci_struct/queue_head.h (added) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (moved) Added transfer queues for interrupt, control and bulk transfers. ... Fri, 31 Dec 2010 15:44:54 GMT Jan Vesely [2972e21] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/debug.h (modified) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/uhci.h (modified) minor changes change debug level names use current dir as include dir Fri, 17 Dec 2010 22:07:41 GMT Jan Vesely [3515533] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/iface.c (moved) * uspace/drv/uhci/iface.h (added) * uspace/drv/uhci/link_ptr.h (added) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/name.h (added) * uspace/drv/uhci/qh.h (added) * uspace/drv/uhci/root_hub/port_status.c (added) * uspace/drv/uhci/root_hub/port_status.h (added) * uspace/drv/uhci/root_hub/root_hub.c (added) * uspace/drv/uhci/root_hub/root_hub.h (added) * uspace/drv/uhci/td_ptr.h (added) * uspace/drv/uhci/transfer.h (added) * uspace/drv/uhci/uhci.c (added) * uspace/drv/uhci/uhci.h (modified) * uspace/lib/usb/include/usb/addrkeep.h (added) * uspace/lib/usb/include/usb/hcd.h (modified) * uspace/lib/usb/src/addrkeep.c (modified) start of coding root hub driver checks for devices all addresses ... Sat, 04 Dec 2010 14:00:41 GMT Vojtech Horky [4317827] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/transfers.c (added) * uspace/drv/uhci/uhci.h (added) * uspace/drv/uhci/uhci.ma (modified) * uspace/drv/usbhub/Makefile (added) * uspace/drv/usbhub/main.c (added) * uspace/drv/usbhub/usbhub.h (added) * uspace/drv/usbhub/usbhub.ma (added) * uspace/drv/usbhub/utils.c (moved) * uspace/drv/vhc/conn.h (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/vhc.ma (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/hcdhubd.h (modified) * uspace/lib/usb/src/hcdhubd.c (modified) * uspace/lib/usb/src/hcdhubd_private.h (modified) * uspace/lib/usb/src/hcdrv.c (modified) USB hub driver in separate task The commit only includes changes ...