# # ChangeLog for uspace/lib/usbhost in mainline # # Generated by Trac 1.6 # 2025-08-22T10:16:38Z Wed, 14 Dec 2011 20:45:49 GMT Jan Vesely [e285656] * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia64/src/start.S (modified) * uspace/Makefile (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/nic/e1k/Makefile (added) * uspace/drv/nic/e1k/e1k.c (added) * uspace/drv/nic/e1k/e1k.h (added) * uspace/drv/nic/e1k/e1k.ma (added) * uspace/drv/nic/rtl8139/Makefile (added) * uspace/drv/nic/rtl8139/defs.c (added) * uspace/drv/nic/rtl8139/defs.h (added) * uspace/drv/nic/rtl8139/driver.c (added) * uspace/drv/nic/rtl8139/driver.h (added) * uspace/drv/nic/rtl8139/general.c (added) * uspace/drv/nic/rtl8139/general.h (added) * uspace/drv/nic/rtl8139/rtl8139.ma (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/device/pci.c (added) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/device/pci.h (added) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) Mainline changes Wed, 14 Dec 2011 13:49:01 GMT Jan Vesely [cbd568b] * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) libsusbhost: Doxygen. Wed, 14 Dec 2011 11:49:09 GMT Jan Vesely [c59dbdd5] * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) libusbhost: Doxygen. Return NULL on NULL link in endpoint_get_instance. Mon, 12 Dec 2011 17:15:05 GMT Martin Decky [972c60ce] * kernel/arch/ia64/src/start.S (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/usbhost/Makefile (modified) cstyle (no change in functionality) Tue, 06 Dec 2011 12:19:15 GMT Jan Vesely [5cfcc64] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) libusbhost: User both stored error value and transferred size in the ... Tue, 06 Dec 2011 12:10:54 GMT Jan Vesely [2582d8f] * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) libusbhost: Use same size for data copy and callback. This breaks ... Tue, 06 Dec 2011 12:06:41 GMT Jan Vesely [f167f55b] * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) lilbusbhost: Do not use usb_transfer_batch_t.error field in ... Mon, 05 Dec 2011 20:34:52 GMT Jan Vesely [3f162ab] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) usb: Use macros from macros.h header. Wed, 30 Nov 2011 16:08:14 GMT Jan Vesely [7711296] * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) libusbhost, libusbdev: Minor fixes. Fri, 25 Nov 2011 17:41:23 GMT Jan Vesely [02fc5c4] * uspace/drv/bus/usb/ehci/hc_iface.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/pipesio.c (modified) * uspace/lib/usbhost/src/iface.c (modified) usbhc: Export IPC wrapper instead of IPC call numbers. Hide IPC ... Fri, 04 Nov 2011 19:04:58 GMT Jan Vesely [bbd09694] * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost: Make sure USB_DEFAULT_ADDRESS won't get assigned if not ... Fri, 04 Nov 2011 16:06:25 GMT Jan Vesely [6b6fc232] * uspace/lib/usbhost/src/iface.c (modified) libusbhost,iface: Remove all registered endpoints on address release. ... Fri, 04 Nov 2011 16:05:17 GMT Jan Vesely [46f2808] * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: usb_endpoint_manager add function to remove all endpoints ... Mon, 31 Oct 2011 16:50:31 GMT Jan Vesely [27736cf] * uspace/drv/bus/usb/ehci/hc_iface.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbhost/src/iface.c (modified) usb: Don't pass speed info when registering endpoint. Mon, 31 Oct 2011 16:46:31 GMT Jan Vesely [f37eb84] * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost, libusbdev: Fix releasing default address. Mon, 31 Oct 2011 16:15:01 GMT Jan Vesely [1b17e37] * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost: Require all EP to have their address occupied before ... Mon, 31 Oct 2011 15:51:49 GMT Jan Vesely [67f55e7b] * uspace/drv/bus/usb/ehci/hc_iface.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbhost/src/iface.c (modified) usb: Allow devices to request explicit address. Mon, 31 Oct 2011 14:59:04 GMT Jan Vesely [0cd8089] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost: Change usb_device_manager interface. Use ... Mon, 31 Oct 2011 13:39:22 GMT Jan Vesely [5e07cbc0] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost: usb_device_manager: Add speed limit. Sat, 29 Oct 2011 20:17:51 GMT Jan Vesely [17412546] * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) libusbhost: endpoint_t: extend mutex protection, add doxygen comments. Sat, 29 Oct 2011 15:35:52 GMT Jan Vesely [549ff23] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) libusbhost: Cleanup usb_transfer_batch interface. Remove redundant ... Sat, 29 Oct 2011 14:46:52 GMT Jan Vesely [4dfc905] * uspace/lib/usbhost/include/usb/host/hcd.h (modified) libusbhost: Add doxygen commnets for generice host controller driver. ... Sat, 29 Oct 2011 13:35:40 GMT Jan Vesely [5400606] * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: Fixes and improvements for usb_endpoint_manager. Add ... Sat, 29 Oct 2011 11:36:54 GMT Jan Vesely [2fd1f0c6] * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost: Make usb_device_manager more robust. Return error on ... Fri, 28 Oct 2011 21:52:15 GMT Jan Vesely [48ae3ef] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.h (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: Make interfaces more symmetric. Make ... Fri, 28 Oct 2011 20:53:41 GMT Jan Vesely [7265558] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: Drop hash_table and use multiple lists instead. This ... Thu, 27 Oct 2011 11:40:06 GMT Jan Vesely [83c3123] * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: Store bandwidth in endpoint structure. Remove redundant ... Thu, 27 Oct 2011 10:45:08 GMT Jan Vesely [4267908] * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) libusbhost: Merge find_by_address and get_speed. These functions ... Fri, 16 Sep 2011 10:18:16 GMT Jan Vesely [db2cb04] * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) libusbhost: Add batch direction function and doxygen comments. Thu, 15 Sep 2011 15:05:38 GMT Jan Vesely [8b54fe6] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (moved) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (moved) usb: Rename device_keeper => sub-device_manager to match the rest of ... Thu, 15 Sep 2011 14:47:42 GMT Jan Vesely [f58ef61] * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/root_hub.h (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (moved) * uspace/lib/usbhost/src/usb_transfer_batch.c (moved) usb: rename batch.h => usb_transfer_batch.h to match the structure name Wed, 14 Sep 2011 18:52:40 GMT Jan Vesely [56e9fb0] * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbhost/src/batch.c (modified) usb: add support for packing target_t type into uint32_t Tue, 13 Sep 2011 14:24:16 GMT Jan Vesely [1e647c7d] * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usbhost/src/iface.c (modified) usb: remove unused functions Tue, 13 Sep 2011 12:46:03 GMT Jan Vesely [4cbb6e4] * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: Don't include direction in endpoint hash, make ... Tue, 13 Sep 2011 12:30:05 GMT Jan Vesely [a837544] * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/iface.c (modified) libusbhost: Use uint64_t to pass setup_data Tue, 13 Sep 2011 12:00:16 GMT Jan Vesely [3822f7c9] * uspace/lib/usbhost/src/iface.c (modified) libusbhost: Remove unused setup_size parameter, implement read/write ... Tue, 13 Sep 2011 11:39:48 GMT Jan Vesely [a00ac07] * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/iface.c (modified) libusbhost: Use static area for setup_buffer Wed, 07 Sep 2011 11:38:57 GMT Jan Vesely [933b0d7] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) USB: make bandwidth count function changeable Wed, 07 Sep 2011 10:20:11 GMT Jan Vesely [7099861] * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: remove unused cond. variable Wed, 07 Sep 2011 10:17:00 GMT Jan Vesely [563d9d0a] * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) libusbhost: minor cleanup and fixes Wed, 31 Aug 2011 22:58:04 GMT Jan Vesely [4e9ecf4] * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/iface.c (modified) libusbhost: remove unused elements Wed, 31 Aug 2011 21:45:59 GMT Jan Vesely [f18d82f0] * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) libusbhost: change finish functions to do the data copying if ... Wed, 31 Aug 2011 18:21:48 GMT Jan Vesely [70fb822] * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/iface.c (modified) libusbhost: change usb_transfer_batch_T handling to get/dispose pair ... Wed, 31 Aug 2011 15:31:42 GMT Jan Vesely [96e2d01] * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) libusbhost: make batch call interface public add pointer checks Wed, 31 Aug 2011 14:01:14 GMT Jan Vesely [b5cfeab4] * uspace/lib/usbhost/src/batch.c (modified) libusbhost: only copy data if the pointer is valid Fri, 26 Aug 2011 07:14:06 GMT Jan Vesely [0815000] * uspace/lib/usbhost/src/iface.c (modified) libusbhost: Clarify usage of speed parameter. Thu, 25 Aug 2011 14:21:57 GMT Jan Vesely [620c710] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) libushost: promote endpoint data dtor to destruction hook ohci: use ... Thu, 25 Aug 2011 13:16:45 GMT Jan Vesely [23b0fe8] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/iface.c (modified) libusbhost,uhci,ohci: Remove batch init hook. Hw specific ... Thu, 25 Aug 2011 13:01:19 GMT Jan Vesely [4f0e510] * uspace/lib/usbhost/include/usb/host/hcd.h (modified) libusbhost: Add hcd paramter to ep creation hook. Thu, 25 Aug 2011 10:17:06 GMT Jan Vesely [32e093e] * uspace/drv/bus/usb/ohci/hcd_endpoint.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) libusbhost: Add destructor for hcdata Thu, 25 Aug 2011 08:53:14 GMT Jan Vesely [1a02517] * uspace/drv/bus/usb/uhci/batch.c (modified) * uspace/drv/bus/usb/uhci/batch.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/iface.c (modified) libusbhost: Streamline new hcd arch. UHCI: follow changes in ... Wed, 24 Aug 2011 15:23:46 GMT Jan Vesely [3afb758] * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/batch.c (modified) * uspace/drv/bus/usb/uhci/batch.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/iface.c (deleted) * uspace/drv/bus/usb/uhci/iface.h (deleted) * uspace/drv/bus/usb/uhci/pci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) UHCI: Remove old code Add support for hcd_t destruction. Wed, 24 Aug 2011 13:32:47 GMT Jan Vesely [df8f3fa] * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/iface.c (modified) Fix: only reset ep if the control transfer was sucessful. Wed, 24 Aug 2011 11:46:10 GMT Jan Vesely [31bc40e] * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) Fix include guard typo Wed, 24 Aug 2011 11:39:42 GMT Jan Vesely [45d105a] * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (added) * uspace/lib/usbhost/src/iface.c (added) Add generic USB HC driver interface. Tue, 12 Jul 2011 10:32:21 GMT Jan Vesely [0c224b2] * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) OHCI: Revert revision 1122. usb_transfer_batch_t relies on its ... Mon, 11 Jul 2011 17:05:18 GMT Jan Vesely [b21dfba] * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) libusbhost: Make batch_finish a wrapper over finish_error rather the ... Mon, 11 Jul 2011 11:27:57 GMT Jan Vesely [062b25f] * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/root_hub.h (modified) * uspace/lib/usbhost/src/batch.c (modified) OHCI: Root hub: Get rid of allocation in hub descriptor creation. ... Mon, 11 Jul 2011 09:28:00 GMT Jan Vesely [aa81adc] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) libusbhost: endpoint_t uses get/destroy pair, instead of ... Thu, 07 Jul 2011 20:17:39 GMT Jiri Svoboda [026793d] * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/usbmast/mast.c (modified) * uspace/lib/usbhost/src/batch.c (modified) Increase message verbosity levels so that I/O is not normally logged. ... Sat, 18 Jun 2011 19:18:41 GMT Vojtech Horky [c4fb5ecd] * uspace/drv/ehci_hcd/hc_iface.c (modified) * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/uhci_hcd/batch.c (modified) * uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.c (modified) * uspace/drv/uhci_hcd/iface.c (modified) * uspace/drv/uhci_hcd/transfer_list.c (modified) * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/src/batch.c (modified) Less logging in USB host controller drivers Many of the debug ... Wed, 18 May 2011 16:25:53 GMT Vojtech Horky [17fc40c] * uspace/lib/usbhost/src/device_keeper.c (modified) Prohibit getting device handle on default address Tue, 17 May 2011 12:40:31 GMT Vojtech Horky [160b75e] * uspace/doc/doxygroups.h (modified) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hc.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipepriv.c (modified) * uspace/lib/usbdev/src/pipepriv.h (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/pipesio.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbdev/src/usbdevice.c (modified) * uspace/lib/usbhid/include/usb/hid/hid.h (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) * uspace/lib/usbhid/include/usb/hid/hidparser.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidreport.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/iface.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/core.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/led.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhost/include/usb/host/batch.h (modified) * uspace/lib/usbhost/include/usb/host/device_keeper.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/device_keeper.c (modified) Fix Doxygen groups of USB libraries Tue, 17 May 2011 09:06:17 GMT Vojtech Horky [9f2de92] * uspace/drv/vhc/connhost.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/addrkeep.h (deleted) * uspace/lib/usbhost/src/addrkeep.c (deleted) Address keeper removed This structure is no longer needed. Tue, 17 May 2011 07:44:17 GMT Vojtech Horky [3375bd4] * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/src/boot.S (modified) * contrib/tools/font/bdf2c.pl (moved) * contrib/tools/font/u_vga16.bdf (moved) * contrib/tools/serengeti_silo.sh (moved) * kernel/Makefile (modified) * kernel/arch/abs32le/include/types.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/barrier.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia64/_link.ld.in (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/include/cpu.h (modified) * kernel/arch/sparc64/include/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/types.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/reserve.h (added) * kernel/generic/include/str.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/reserve.c (added) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * tools/mkfat.py (modified) * uspace/Makefile.common (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/mm/malloc2.c (added) * uspace/app/tester/mm/malloc2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/drv/uhci-rhd/port.c (modified) * uspace/drv/vhc/transfer.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.inc (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entryjmp.c (moved) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (moved) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entryjmp.s (moved) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/config.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/arch/ia32/include/faddr.h (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/arch/ia32/include/rtld/dynamic.h (moved) * uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h (added) * uspace/lib/c/arch/ia32/src/entryjmp.s (moved) * uspace/lib/c/arch/ia32/src/rtld/dynamic.c (added) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (added) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.s (modified) * uspace/lib/c/arch/ia64/src/entryjmp.s (moved) * uspace/lib/c/arch/ia64/src/thread_entry.s (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entryjmp.s (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entryjmp.s (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entryjmp.s (moved) * uspace/lib/c/generic/adt/prodcons.c (added) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/assert.c (added) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/generic/dlfcn.c (added) * uspace/lib/c/generic/errno.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/rtld/dynamic.c (added) * uspace/lib/c/generic/rtld/elf_load.c (added) * uspace/lib/c/generic/rtld/module.c (added) * uspace/lib/c/generic/rtld/rtld.c (added) * uspace/lib/c/generic/rtld/symbol.c (added) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/adt/fifo.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) * uspace/lib/c/include/adt/prodcons.h (added) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/dlfcn.h (added) * uspace/lib/c/include/entry_point.h (moved) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/rtld/dynamic.h (added) * uspace/lib/c/include/rtld/elf_dyn.h (added) * uspace/lib/c/include/rtld/module.h (added) * uspace/lib/c/include/rtld/rtld.h (added) * uspace/lib/c/include/rtld/rtld_arch.h (added) * uspace/lib/c/include/rtld/rtld_debug.h (added) * uspace/lib/c/include/rtld/symbol.h (added) * uspace/lib/c/include/str.h (modified) * uspace/lib/softfloat/generic/add.c (modified) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/other.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/other.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/hw/netif/ne2000/dp8390.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/abs32le/Makefile.inc (deleted) * uspace/srv/loader/arch/abs32le/_link.ld.in (deleted) * uspace/srv/loader/arch/amd64/Makefile.inc (deleted) * uspace/srv/loader/arch/amd64/_link.ld.in (deleted) * uspace/srv/loader/arch/arm32/Makefile.inc (deleted) * uspace/srv/loader/arch/arm32/_link.ld.in (deleted) * uspace/srv/loader/arch/ia32/Makefile.inc (deleted) * uspace/srv/loader/arch/ia32/_link.ld.in (deleted) * uspace/srv/loader/arch/ia64/Makefile.inc (deleted) * uspace/srv/loader/arch/ia64/_link.ld.in (deleted) * uspace/srv/loader/arch/mips32/Makefile.inc (deleted) * uspace/srv/loader/arch/mips32/_link.ld.in (deleted) * uspace/srv/loader/arch/mips32eb (deleted) * uspace/srv/loader/arch/ppc32/Makefile.inc (deleted) * uspace/srv/loader/arch/ppc32/_link.ld.in (deleted) * uspace/srv/loader/arch/sparc64/Makefile.inc (deleted) * uspace/srv/loader/arch/sparc64/_link.ld.in (deleted) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/include/elf_load.h (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/Makefile (modified) Merge mainline changes Conflicts: ... Sun, 08 May 2011 20:00:07 GMT Vojtech Horky [3e4f2e0] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/lsusb/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/adt/usbaddrkeep.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/vuhid/Makefile (modified) * uspace/drv/ehci-hcd/Makefile (modified) * uspace/drv/ohci/Makefile (modified) * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/hw_struct/queue_head.h (modified) * uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-rhd/Makefile (modified) * uspace/drv/usbflbk/Makefile (modified) * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhub/Makefile (modified) * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbmast/Makefile (modified) * uspace/drv/usbmid/Makefile (modified) * uspace/drv/usbmouse/Makefile (modified) * uspace/drv/vhc/Makefile (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/driver.h (added) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/driver.c (moved) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usbdev/Makefile (added) * uspace/lib/usbdev/include/usb/devdrv.h (moved) * uspace/lib/usbdev/include/usb/devpoll.h (moved) * uspace/lib/usbdev/include/usb/dp.h (moved) * uspace/lib/usbdev/include/usb/hub.h (moved) * uspace/lib/usbdev/include/usb/pipes.h (moved) * uspace/lib/usbdev/include/usb/recognise.h (moved) * uspace/lib/usbdev/include/usb/request.h (moved) * uspace/lib/usbdev/include/usb/usbdevice.h (moved) * uspace/lib/usbdev/src/altiface.c (moved) * uspace/lib/usbdev/src/devdrv.c (moved) * uspace/lib/usbdev/src/devpoll.c (moved) * uspace/lib/usbdev/src/dp.c (moved) * uspace/lib/usbdev/src/hub.c (moved) * uspace/lib/usbdev/src/pipepriv.c (moved) * uspace/lib/usbdev/src/pipepriv.h (moved) * uspace/lib/usbdev/src/pipes.c (moved) * uspace/lib/usbdev/src/pipesinit.c (moved) * uspace/lib/usbdev/src/pipesio.c (moved) * uspace/lib/usbdev/src/recognise.c (moved) * uspace/lib/usbdev/src/request.c (moved) * uspace/lib/usbdev/src/usbdevice.c (moved) * uspace/lib/usbhid/Makefile (added) * uspace/lib/usbhid/include/usb/classes/hid.h (moved) * uspace/lib/usbhid/include/usb/classes/hid/iface.h (moved) * uspace/lib/usbhid/include/usb/classes/hid/utled.h (moved) * uspace/lib/usbhid/include/usb/classes/hid_report_items.h (moved) * uspace/lib/usbhid/include/usb/classes/hiddescriptor.h (moved) * uspace/lib/usbhid/include/usb/classes/hidparser.h (moved) * uspace/lib/usbhid/include/usb/classes/hidpath.h (moved) * uspace/lib/usbhid/include/usb/classes/hidreport.h (moved) * uspace/lib/usbhid/include/usb/classes/hidreq.h (moved) * uspace/lib/usbhid/include/usb/classes/hidtypes.h (moved) * uspace/lib/usbhid/include/usb/classes/hidut.h (moved) * uspace/lib/usbhid/include/usb/classes/hidutkbd.h (moved) * uspace/lib/usbhid/src/hiddescriptor.c (moved) * uspace/lib/usbhid/src/hidiface.c (moved) * uspace/lib/usbhid/src/hidparser.c (moved) * uspace/lib/usbhid/src/hidpath.c (moved) * uspace/lib/usbhid/src/hidreport.c (moved) * uspace/lib/usbhid/src/hidreq.c (moved) * uspace/lib/usbhost/Makefile (added) * uspace/lib/usbhost/include/usb/addrkeep.h (moved) * uspace/lib/usbhost/include/usb/host/batch.h (moved) * uspace/lib/usbhost/include/usb/host/device_keeper.h (moved) * uspace/lib/usbhost/include/usb/host/endpoint.h (moved) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (moved) * uspace/lib/usbhost/src/addrkeep.c (moved) * uspace/lib/usbhost/src/batch.c (moved) * uspace/lib/usbhost/src/device_keeper.c (moved) * uspace/lib/usbhost/src/endpoint.c (moved) * uspace/lib/usbhost/src/usb_endpoint_manager.c (moved) * uspace/lib/usbvirt/Makefile (modified) libusb divided into sublibraries Also removed address keeper test ...