# # ChangeLog for uspace/drv/vhc/hub.c in mainline # # Generated by Trac 1.6 # 2024-12-26T03:47:19Z Wed, 15 Dec 2010 21:56:14 GMT Vojtech Horky [774afaae] * uspace/drv/vhc/Makefile (modified) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hub.h (modified) * uspace/drv/vhc/hub/hub.c (added) * uspace/drv/vhc/hub/hub.h (added) * uspace/drv/vhc/hub/virthub.c (added) * uspace/drv/vhc/hub/virthub.h (moved) * uspace/drv/vhc/hub/virthubops.c (added) * uspace/drv/vhc/hubops.c (deleted) Refactoring of virtual hub The hub is now divided into two layers ... Mon, 13 Dec 2010 09:57:22 GMT Vojtech Horky [8f8ae1fd] * uspace/drv/vhc/hub.c (modified) Better root hub initialization We connect to ourselves and use ... Mon, 13 Dec 2010 00:30:09 GMT Vojtech Horky [1e32a63] * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hubintern.h (modified) * uspace/drv/vhc/hubops.c (modified) Guarding port changes by mutex in VHC The individual ports in ... Sun, 12 Dec 2010 22:31:11 GMT Vojtech Horky [f8597ca] * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) Less debug messages in virtual host controller Sun, 12 Dec 2010 17:05:55 GMT Vojtech Horky [138a7fd] * uspace/drv/uhci/main.c (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hub.h (modified) * uspace/drv/vhc/hubintern.h (modified) * uspace/drv/vhc/hubops.c (modified) Fixes & improvements in virtual hub The changes includes: * ... Fri, 10 Dec 2010 16:15:44 GMT Vojtech Horky [0995cd6] * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hub.h (modified) Virtual HC root hub sets its own address Sat, 20 Nov 2010 14:07:05 GMT Vojtech Horky [4b4c797] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/usb/Makefile (deleted) * uspace/app/usb/example.c (deleted) * uspace/app/virtusbkbd/Makefile (modified) * uspace/app/virtusbkbd/kbdconfig.c (modified) * uspace/app/virtusbkbd/keys.h (modified) * uspace/app/virtusbkbd/virtusbkbd.c (modified) * uspace/drv/uhci/Makefile (modified) * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/vhc/Makefile (modified) * uspace/drv/vhc/conn.h (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/devices.h (modified) * uspace/drv/vhc/hc.h (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hubops.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/hcd.c (deleted) * uspace/lib/usb/hcd.h (deleted) * uspace/lib/usb/include/usb/classes/classes.h (moved) * uspace/lib/usb/include/usb/classes/hid.h (moved) * uspace/lib/usb/include/usb/classes/hidut.h (moved) * uspace/lib/usb/include/usb/classes/hidutkbd.h (moved) * uspace/lib/usb/include/usb/classes/hub.h (moved) * uspace/lib/usb/include/usb/descriptor.h (moved) * uspace/lib/usb/include/usb/devreq.h (moved) * uspace/lib/usb/include/usb/hcdhubd.h (moved) * uspace/lib/usb/include/usb/usb.h (moved) * uspace/lib/usb/include/usb/usbdrv.h (moved) * uspace/lib/usb/src/hcdhubd.c (moved) * uspace/lib/usb/src/usb.c (moved) * uspace/lib/usb/src/usbdrv.c (moved) * uspace/lib/usbvirt/Makefile (modified) * uspace/lib/usbvirt/callback.c (modified) * uspace/lib/usbvirt/device.h (modified) Directory structure reorganization USB class-specific headers are ... Fri, 19 Nov 2010 18:36:29 GMT Vojtech Horky [63b4f90] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/root/root.c (modified) * uspace/drv/uhci/uhci.ma (modified) * uspace/drv/vhc/Makefile (moved) * uspace/drv/vhc/conn.h (moved) * uspace/drv/vhc/conndev.c (moved) * uspace/drv/vhc/connhost.c (moved) * uspace/drv/vhc/debug.c (moved) * uspace/drv/vhc/devices.c (moved) * uspace/drv/vhc/devices.h (moved) * uspace/drv/vhc/hc.c (moved) * uspace/drv/vhc/hc.h (moved) * uspace/drv/vhc/hcd.c (added) * uspace/drv/vhc/hub.c (moved) * uspace/drv/vhc/hub.h (moved) * uspace/drv/vhc/hubintern.h (moved) * uspace/drv/vhc/hubops.c (moved) * uspace/drv/vhc/vhc.ma (added) * uspace/drv/vhc/vhcd.h (moved) * uspace/srv/hw/bus/usb/hcd/virtual/hcd.c (deleted) First step to make virtual HC aware of DDF Also, devman is ...