# # ChangeLog for uspace/lib/usb/Makefile in mainline # # Generated by Trac 1.6 # 2025-04-08T20:55:07Z Thu, 09 Sep 2010 15:26:57 GMT Vojtech Horky [c0e1be7] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/usb/Makefile (added) * uspace/app/usb/example.c (added) * uspace/doc/doxygroups.h (modified) * uspace/lib/usb/Makefile (added) * uspace/lib/usb/hcd.c (added) * uspace/lib/usb/hcd.h (added) * uspace/srv/hw/bus/usb/hcd/virtual/Makefile (added) * uspace/srv/hw/bus/usb/hcd/virtual/hc.c (added) * uspace/srv/hw/bus/usb/hcd/virtual/hc.h (added) * uspace/srv/hw/bus/usb/hcd/virtual/hcd.c (added) * uspace/srv/hw/bus/usb/hcd/virtual/vhcd.h (added) Start working on virtual USB HCD So far, the `vhcd' server ...