# # ChangeLog for uspace/drv/usbhub/main.c in mainline # # Generated by Trac 1.6 # 2024-12-26T15:21:19Z Fri, 14 Jan 2011 14:16:13 GMT Matus Dekanek [f40a1e2] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) little bit codelifting Fri, 07 Jan 2011 15:00:31 GMT Matus Dekanek [5097bed4] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) usb hub driver codelifting. added futex to guard hub list Sun, 19 Dec 2010 19:38:38 GMT Matus Dekanek [e080332] * uspace/drv/usbhub/Makefile (modified) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (added) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/usblist.c (added) * uspace/drv/usbhub/usblist.h (added) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/hcdhubd.h (modified) usb hub code refactoring Mon, 13 Dec 2010 00:31:22 GMT Vojtech Horky [f9a0cef] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/drv/usbkbd/main.c (modified) Add clearing status changes in hub driver Also, both keyboard and ... Sun, 12 Dec 2010 22:12:37 GMT Vojtech Horky [647492b] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/utils.c (modified) Fix wrong SET_ADDRESS in hub driver Also, polling interval resetted ... Sun, 12 Dec 2010 17:35:02 GMT Matus Dekanek [9f0b6cc] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/utils.c (modified) fixes for port count 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 ...