# # ChangeLog for uspace/drv/usbhub/main.c in mainline # # Generated by Trac 1.6 # 2025-05-17T00:25:08Z Sun, 12 Dec 2010 14:46:13 GMT Matus Dekanek [4c74ac3] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/utils.c (modified) usb hub driver almost complete Sun, 05 Dec 2010 22:32:45 GMT Matus Dekanek [b5ec347] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/port_status.h (added) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (added) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/hcdhubd.h (modified) various convenience definitions removing of usb_hcd_hub_info_t from ... 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 ...