# # ChangeLog for uspace/lib/usb/Makefile in mainline # # Generated by Trac 1.5.4 # 2024-05-11T21:49:42Z Sat, 28 Sep 2013 16:12:00 GMT Jan Vesely [026271d5] * uspace/app/usbinfo/main.c (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/hc.h (deleted) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usb/src/hc.c (deleted) libusb: Remove usb hc references. Nothing is using this. Sun, 27 Jan 2013 15:39:10 GMT Jan Vesely [4ca778b] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/ddfiface.h (deleted) * uspace/lib/usb/src/ddfiface.c (deleted) * uspace/lib/usbdev/include/usb/dev/device.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) usbmid: Use initialized parent to get address and hc handle. Remove ...