# # ChangeLog for uspace/drv in mainline # # Generated by Trac 1.6 # 2025-08-29T08:54:32Z Sun, 30 Oct 2011 13:50:07 GMT Jan Vesely [54d1ad9] * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Fix over-current handling. Make power-switching policies ... Sun, 30 Oct 2011 13:13:14 GMT Jan Vesely [fbe148ee] * uspace/drv/bus/usb/usbhid/main.c (modified) usbhid: Add trivial device_remove implementation. Add const ... Sun, 30 Oct 2011 13:12:19 GMT Jan Vesely [9871bca] * uspace/drv/bus/usb/usbmast/main.c (modified) usbmast: Add device_remove stub. Add const qualifiers. Sun, 30 Oct 2011 13:10:24 GMT Jan Vesely [aa05b29] * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) usbmid: Add device_remove incomplete implementation. Add const ... Sun, 30 Oct 2011 13:09:04 GMT Jan Vesely [cf7561f] * uspace/drv/bus/usb/usbflbk/main.c (modified) usbflbk: Implement trivial device remove call. Add const qualifiers. Sat, 29 Oct 2011 20:37:48 GMT Jan Vesely [e27c2476] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Fix double free in error paths. Remove redundant ... Sat, 29 Oct 2011 20:19:08 GMT Jan Vesely [c44a5f1] * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) ohci: Fix doxygen group. 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 ... Fri, 28 Oct 2011 22:19:29 GMT Jan Vesely [57e06ef] * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.h (modified) ohci: Minor improvements. Remove unused member. Fix comments. Add ... 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 ... Tue, 18 Oct 2011 20:41:25 GMT Jakub Jermar [e5291e0] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/usbmouse/Makefile (deleted) * uspace/drv/bus/usb/usbmouse/init.c (deleted) * uspace/drv/bus/usb/usbmouse/main.c (deleted) * uspace/drv/bus/usb/usbmouse/mouse.c (deleted) * uspace/drv/bus/usb/usbmouse/mouse.h (deleted) * uspace/drv/bus/usb/usbmouse/usbmouse.ma (deleted) Remove the superfluous usbmouse driver. Sun, 16 Oct 2011 19:38:53 GMT Jan Vesely [1f131fb9] * uspace/app/mkbd/main.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/usbmouse/main.c (modified) * uspace/drv/bus/usb/usbmouse/mouse.c (modified) * uspace/drv/bus/usb/usbmouse/mouse.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) Minor USB changes. Add more const qualifiers where possible. Do ... Sun, 16 Oct 2011 17:24:02 GMT Jan Vesely [f8dfb40] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) ohci: Use saner alignment rules. Sun, 16 Oct 2011 17:10:19 GMT Jan Vesely [19746a96] * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/root_hub.h (modified) ohci: Add root hub mutex to prevent interrupt request handling race. Sun, 16 Oct 2011 17:02:02 GMT Jan Vesely [0fe2ff1] * uspace/drv/bus/usb/ohci/root_hub.c (modified) ohci: Minor changes to root hub. Sun, 16 Oct 2011 16:14:56 GMT Jan Vesely [dab3112] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) ohci: Remove unused code. Sun, 16 Oct 2011 15:16:22 GMT Jan Vesely [d5abaf4] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) ohci: Rework transfer completion routine. Include 'not completed' ... Sun, 16 Oct 2011 14:24:05 GMT Jan Vesely [70d72dd] * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) ohci: OHCI TD routines refactoring. Merge td_set_next to td_init: ... Sun, 16 Oct 2011 14:21:49 GMT Jan Vesely [9515f674] * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) ohci: OHCI ED routines refactoring. Merge ed_set_td to ed_init: td ... Sat, 15 Oct 2011 19:38:36 GMT Jakub Jermar [721d4b6e] * uspace/drv/bus/usb/usbmast/main.c (modified) Remove an out-of-date comment introduced in the previous commit. Sat, 15 Oct 2011 18:55:07 GMT Jakub Jermar [a044f71] * uspace/drv/bus/usb/usbmast/main.c (modified) Device driver data cannot be freed by the driver itself. Sat, 15 Oct 2011 15:42:26 GMT Jan Vesely [93d2684] * uspace/drv/bus/usb/usbhid/subdrivers.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) usbhid: Count max number of sub-drivers based on available subdrivers. Sat, 15 Oct 2011 15:34:03 GMT Jan Vesely [3f8f09f] * uspace/drv/bus/usb/usbhid/subdrivers.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) usbhid: Refactoring. My keyboard still works... Sat, 15 Oct 2011 14:56:23 GMT Jan Vesely [b803845] * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/usbmouse/main.c (modified) * uspace/drv/bus/usb/usbmouse/mouse.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) usb: Make endpoint descriptions const. Sat, 15 Oct 2011 14:30:18 GMT Jan Vesely [9c5fd7a] * uspace/drv/bus/usb/usbmouse/mouse.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) libusbdev: Rename _destroy => _deinit The function does not free ... Sat, 15 Oct 2011 14:29:34 GMT Jan Vesely [ce2a1c2] * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) usbhid: multimedia; unite init and create_function functions. Sat, 15 Oct 2011 14:09:14 GMT Jan Vesely [a8c4e871] * uspace/app/mkbd/main.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) usb: use _deinit suffix for functions that do not destroy/free their ... Sat, 15 Oct 2011 12:49:18 GMT Jan Vesely [065064e6] * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) usb: Add and use usb_device_data_alloc. Inspired by ... Sat, 15 Oct 2011 12:13:59 GMT Jan Vesely [7c95d6f5] * uspace/app/usbinfo/dump.c (modified) * uspace/drv/bus/usb/usbmid/dump.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (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/pipes.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) usb: Further const madness. Sat, 15 Oct 2011 11:58:16 GMT Jan Vesely [8a121b1] * uspace/app/usbinfo/desctree.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/bus/usb/usbmid/dump.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) usb: Make descriptors readonly. Sat, 15 Oct 2011 00:09:46 GMT Jan Vesely [2a5b62b] * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) usbhid: Wait for autorepeat fibril during destruction. Fixes random ... Fri, 14 Oct 2011 22:58:55 GMT Jan Vesely [bd444e5] * uspace/drv/bus/usb/usbhid/usbhid.h (modified) usbhid: Fix endpoints declaration. Fri, 14 Oct 2011 21:53:20 GMT Jan Vesely [aaf835d] * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) ushid: Minor changes. Explicit size is not needed for static ... Fri, 14 Oct 2011 18:53:04 GMT Jan Vesely [68dbe3e] * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) usbhid: Add fibril running indicator. Fri, 14 Oct 2011 16:22:07 GMT Jan Vesely [98604cc] * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) usbhid: Implement device_gone. Fri, 14 Oct 2011 15:36:12 GMT Jan Vesely [f2964e45] * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) usbhid: mouse drv unbinds DDF functions on destruction. Fri, 14 Oct 2011 15:22:12 GMT Jan Vesely [c5b6db53] * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) usbhid: unbind generic hid DDF function. Fri, 14 Oct 2011 15:07:21 GMT Jan Vesely [af8c9b54] * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) usbhid: multim unbind ddf function during destruction. Fri, 14 Oct 2011 15:00:05 GMT Jan Vesely [571ba2a] * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) usbhid: more whitespace fixes Fri, 14 Oct 2011 14:46:59 GMT Jan Vesely [7b54b99] * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) usbhid: kbd unbind and destroy ddf function during destruction. ... Fri, 14 Oct 2011 14:37:32 GMT Jan Vesely [cddd151] * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) usbhid: kbd store pointer to created function. Make repeat mutex ... Fri, 14 Oct 2011 13:07:04 GMT Jan Vesely [e5024111] * uspace/drv/bus/usb/usbhid/usbhid.c (modified) usbhid: Initialize report sooner than on first use. Fixes crash ... Fri, 14 Oct 2011 12:40:31 GMT Jan Vesely [cc29622] * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/conv.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) usbhid: Remove tabs on empty lines. diff -w shows no changes. Fri, 14 Oct 2011 12:19:42 GMT Jan Vesely [3002434] * uspace/drv/bus/usb/usbmast/main.c (modified) usbmast: Implement device_gone. Fri, 14 Oct 2011 12:05:40 GMT Jan Vesely [87037cc9] * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) usbmast: Keep track of pointers to created LUN functions. Fri, 14 Oct 2011 10:29:39 GMT Jan Vesely [a92ce4ef] * uspace/drv/bus/usb/usbmid/usbmid.c (modified) usbmid: Fix crash on device remove, add note. Fri, 14 Oct 2011 10:19:11 GMT Jan Vesely [d8e698e7] * uspace/drv/bus/usb/usbmid/usbmid.c (modified) usbmid: Remove redundant function. Fri, 14 Oct 2011 09:36:23 GMT Jan Vesely [38e68ab] * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) usbmid: Implement device_gone. Fri, 14 Oct 2011 09:07:15 GMT Jan Vesely [344a0ac] * uspace/drv/bus/usb/usbhub/port.c (modified) usbhub: Open hc connection before unregistering address. Thu, 13 Oct 2011 21:24:40 GMT Jan Vesely [229629d] * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) usbmid: Use new usb_mid_t to store all the interfaces and functions. Thu, 13 Oct 2011 21:22:55 GMT Jan Vesely [359d96f] * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) usbmid: Fix memory leaks. Thu, 13 Oct 2011 20:28:32 GMT Jan Vesely [05a119b] * uspace/drv/bus/usb/usbflbk/main.c (modified) usbflbk: Implement device_gone. Thu, 13 Oct 2011 12:55:34 GMT Jan Vesely [a825eeb0] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Remove connected devices before confirming device gone. Thu, 13 Oct 2011 12:54:36 GMT Jan Vesely [a14d6a7] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Remove +1 port_count hack Thu, 13 Oct 2011 11:43:23 GMT Jan Vesely [eda7a4e0] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: rename hub_info => hub_dev Thu, 13 Oct 2011 10:23:50 GMT Jan Vesely [612af1a0] * uspace/drv/bus/usb/uhcirh/port.c (modified) uhcirh: Improve error handling. Wed, 12 Oct 2011 21:21:30 GMT Jan Vesely [0d103aef] * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/lib/usbdev/src/hub.c (modified) uhcirh: make sure connection to hc is opoen during device removal. ... Wed, 12 Oct 2011 20:31:29 GMT Jan Vesely [32ec5671] * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/src/hub.c (modified) usb: Remove unused port_no argument. Wed, 12 Oct 2011 20:23:23 GMT Jan Vesely [013517b] * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/src/hub.c (modified) usb: Remove assigned_handle output parameter. Use new_fun instead. Wed, 12 Oct 2011 20:03:36 GMT Jan Vesely [90994fa] * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/src/hub.c (modified) usb: Hubs should store child functions not just handles. Wed, 12 Oct 2011 19:41:53 GMT Jan Vesely [205f0766] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Implement device gone routine. Fix error path. Wed, 12 Oct 2011 19:04:00 GMT Jan Vesely [6626bba9] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Rename usb_hub_info => usb_hub_dev. Wed, 12 Oct 2011 18:57:06 GMT Jan Vesely [196fbb0] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Store hub function ptr within hub structure. Wed, 12 Oct 2011 18:54:05 GMT Jan Vesely [940f576] * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Add device_gone skeleton Wed, 12 Oct 2011 18:19:01 GMT Jan Vesely [7be3638] * uspace/drv/bus/usb/uhcirh/port.c (modified) uhcirh: Handle ghost device removal, improve output. Wed, 12 Oct 2011 18:03:22 GMT Jan Vesely [96fde65] * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) usbmast: don't use ddf_dev_t driver_data for soft-state. That is ... Wed, 12 Oct 2011 17:31:05 GMT Jan Vesely [4501e207] * uspace/drv/bus/usb/uhcirh/port.h (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/src/hub.c (modified) rename: usb_hc_attached_device_t => usb_hub_attached_device_t Host ... Wed, 12 Oct 2011 17:22:43 GMT Jan Vesely [aa1922c] * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/port.h (modified) uhcirh: Implement removal of attached devices. Wed, 12 Oct 2011 15:35:23 GMT Jan Vesely [1a4ea01d] * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmouse/main.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) usb: Rename add_device => device_add Fri, 07 Oct 2011 17:15:04 GMT Jan Vesely [49a98c8] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) ohci: Display leading zeros in TD and ED debug messages. Fri, 07 Oct 2011 17:14:26 GMT Jan Vesely [fec6bf2] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Check size before touching configuration descriptor. Fri, 07 Oct 2011 17:12:30 GMT Jan Vesely [6f05705] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Declare iteration variables inside for loops. Codestyle. Fri, 07 Oct 2011 17:11:53 GMT Jan Vesely [75f9dcd] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/pci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) uhci: Declare iteration variables inside for loops. Fix typo. Fri, 07 Oct 2011 17:11:07 GMT Jan Vesely [9b8958b] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/pci.c (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) ohci: Declare iteration variables inside for loops. Mon, 03 Oct 2011 13:52:46 GMT Jan Vesely [58edcfb] * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) uhci: Remove redundant if statement. free() can handle NULL pointers. Mon, 03 Oct 2011 13:40:30 GMT Jan Vesely [5357620] * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) ohci: Remove redundant if. free() can handle NULL pointers. Thu, 29 Sep 2011 19:36:10 GMT Jan Vesely [dbd54f72] * uspace/drv/bus/usb/usbhub/port.c (modified) usbhub: Handle device removal on port. Wed, 12 Oct 2011 13:00:03 GMT Jakub Jermar [32cd37f] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) Fix stack buffer overflow. Fri, 07 Oct 2011 22:22:34 GMT Martin Decky [80099c19] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (added) * uspace/drv/nic/ne2k/dp8390.c (added) * uspace/drv/nic/ne2k/dp8390.h (added) * uspace/drv/nic/ne2k/ne2k.c (added) * uspace/drv/nic/ne2k/ne2k.ma (added) * uspace/srv/net/cfg/ne2k.nic (modified) cherrypick a sanitized NE2K driver from lp:~helenos-nicf/helenos/nicf ... Fri, 07 Oct 2011 20:20:33 GMT Martin Decky [00d7e1b] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/lo/Makefile (added) * uspace/drv/nic/lo/lo.c (added) * uspace/drv/nic/lo/lo.ma (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (added) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (added) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/net_checksum.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/net/include/net_checksum.h (modified) * uspace/lib/net/tl/tl_skel.c (modified) * uspace/lib/nic/Makefile (added) * uspace/lib/nic/include/nic.h (added) * uspace/lib/nic/include/nic_addr_db.h (added) * uspace/lib/nic/include/nic_driver.h (added) * uspace/lib/nic/include/nic_impl.h (added) * uspace/lib/nic/include/nic_rx_control.h (added) * uspace/lib/nic/include/nic_wol_virtues.h (added) * uspace/lib/nic/src/nic_addr_db.c (added) * uspace/lib/nic/src/nic_driver.c (added) * uspace/lib/nic/src/nic_impl.c (added) * uspace/lib/nic/src/nic_rx_control.c (added) * uspace/lib/nic/src/nic_wol_virtues.c (added) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (deleted) * uspace/srv/net/net/packet_server.h (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) networking improvements * start the networking stack from init * ... Wed, 05 Oct 2011 21:34:47 GMT Jakub Jermar [d6c953e9] * uspace/drv/bus/usb/usbmast/main.c (modified) Do not interfere with DDF deallocating device driver data. Mon, 03 Oct 2011 18:44:00 GMT Jiri Svoboda [3d79f5b] * uspace/drv/bus/usb/usbmast/main.c (modified) Allocate usbmast device soft state using ddf_dev_data_alloc(). Mon, 03 Oct 2011 18:39:42 GMT Jiri Svoboda [d95f02ff] * uspace/drv/bus/usb/usbmast/main.c (modified) Fix bug usbmast soft state allocation. Sat, 01 Oct 2011 22:40:51 GMT Jakub Jermar [60c6fe0] * uspace/drv/bus/usb/usbmast/main.c (modified) Fix a possible use-after-free. Sat, 01 Oct 2011 21:04:37 GMT Jakub Jermar [c21ff31] * uspace/drv/bus/usb/usbmast/main.c (modified) Fix a possible double free(). Tue, 27 Sep 2011 18:39:12 GMT Jan Vesely [e231d26] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Fix compile issues. Tue, 27 Sep 2011 11:36:10 GMT Jan Vesely [a1cb170] * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Minor fixes License and whitespace. Tue, 27 Sep 2011 11:21:12 GMT Jan Vesely [d650494] * uspace/drv/bus/usb/usbhub/port.c (modified) ushub: Handle situation when both connection and enabled change occur. Fri, 23 Sep 2011 19:47:14 GMT Jan Vesely [400f363] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (moved) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Rename port_status.h => status.h It contains both ... Fri, 23 Sep 2011 19:44:28 GMT Jan Vesely [a61c683] * uspace/drv/bus/usb/usbhub/port_status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Fix endian TODOs Fri, 23 Sep 2011 19:16:31 GMT Jan Vesely [aefa0d5] * uspace/drv/bus/usb/usbhub/port.c (modified) usbhub: Convert add device mechanism to use usb_hub_port_t instead of ... Fri, 23 Sep 2011 19:06:37 GMT Jan Vesely [0212751] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) usbhub: IMplement some easy TODOs Convert process_intterrupt to use ... Fri, 23 Sep 2011 14:47:07 GMT Jan Vesely [4559d89] * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: Remove unused control_pipe field. Fri, 23 Sep 2011 14:44:31 GMT Jan Vesely [621ba8c] * uspace/drv/bus/usb/usbhub/Makefile (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/utils.c (deleted) * uspace/drv/bus/usb/usbhub/utils.h (deleted) * uspace/lib/usb/include/usb/classes/hub.h (modified) usbhub: Request only hub descriptor header. DOn't use deserialize ... Fri, 23 Sep 2011 14:24:50 GMT Jan Vesely [3b617579] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbhub/utils.c (modified) usbhub: Add license lines. Fri, 23 Sep 2011 14:17:59 GMT Jan Vesely [442fa6b] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) usbhub: More functions use new usb_hub_port_t elements. Use per ... Fri, 23 Sep 2011 13:44:12 GMT Jan Vesely [c0587d90] * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) usbhub: Add pipe and port number to port structure. Use these ...