# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-20T21:54:43Z Tue, 22 Mar 2011 22:30:55 GMT Matus Dekanek [4d0c40b] * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/ohci/root_hub.h (modified) * uspace/drv/usbhub/port_status.h (modified) * uspace/drv/usbhub/usbhub.c (modified) ohci root hub implementation basis, missing descriptors and interrupt ... Mon, 21 Mar 2011 17:16:10 GMT Matus Dekanek [41ef5b9] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * kernel/tools/genmap.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/usbinfo/dev.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/ohci/Makefile (modified) * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc.c (added) * uspace/drv/ohci/hc.h (moved) * uspace/drv/ohci/iface.c (moved) * uspace/drv/ohci/iface.h (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/ohci_regs.h (modified) * uspace/drv/ohci/root_hub.c (moved) * uspace/drv/ohci/root_hub.h (moved) * uspace/drv/ohci/utils/malloc32.h (added) * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/drv/usbflbk/Makefile (added) * uspace/drv/usbflbk/main.c (moved) * uspace/drv/usbflbk/usbflbk.ma (added) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/hidreq.c (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbmid/main.c (modified) * uspace/drv/usbmid/usbmid.c (modified) * uspace/drv/usbmid/usbmid.h (modified) * uspace/drv/usbmouse/init.c (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/include/usb/host/batch.h (added) * uspace/lib/usb/include/usb/host/device_keeper.h (moved) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/include/usb/recognise.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/devpoll.c (modified) * uspace/lib/usb/src/host/batch.c (added) * uspace/lib/usb/src/host/device_keeper.c (moved) * uspace/lib/usb/src/hub.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/pipesinit.c (modified) * uspace/lib/usb/src/pipesio.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/request.c (modified) * uspace/lib/usb/src/usb.c (modified) merge from usb/development Mon, 21 Mar 2011 16:54:36 GMT Vojtech Horky [434ef65] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/host/batch.c (modified) * uspace/lib/usb/src/usb.c (modified) Small improvements of libusb Below is a summary of changes * ... Mon, 21 Mar 2011 16:47:38 GMT Vojtech Horky [625f1ba] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) Hub driver refactoring Static endpoint description. Use already ... Mon, 21 Mar 2011 16:27:49 GMT Vojtech Horky [e484f3b] * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) USB framework remembers some descriptors Currently, it is only ... Mon, 21 Mar 2011 16:05:08 GMT Vojtech Horky [34eb135] * kernel/tools/genmap.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) Merge development/ changes Mon, 21 Mar 2011 16:01:58 GMT Vojtech Horky [5287502] * kernel/tools/genmap.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) Merge mainline changes Mon, 21 Mar 2011 15:55:38 GMT Vojtech Horky [d7186cd] * uspace/lib/usb/src/host/batch.c (modified) Batch debugging messages more compact and verbose Mon, 21 Mar 2011 15:53:51 GMT Vojtech Horky [a90fc0c] * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) Refactoring of "enum to string" functions Mon, 21 Mar 2011 15:35:29 GMT Vojtech Horky [aaff605] * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) Add usb_str_speed() function Mon, 21 Mar 2011 15:29:05 GMT Martin Decky [432f68a] * kernel/tools/genmap.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) improve compatibility with Python 3.2 (thx Vojtech Horky) Mon, 21 Mar 2011 15:12:04 GMT Vojtech Horky [28eee11c] * uspace/app/usbinfo/dev.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/iface.c (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/ohci/root_hub.h (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/hidreq.c (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbmid/main.c (modified) * uspace/drv/usbmid/usbmid.c (modified) * uspace/drv/usbmid/usbmid.h (modified) * uspace/drv/usbmouse/init.c (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/include/usb/host/batch.h (modified) * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/include/usb/recognise.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/devpoll.c (modified) * uspace/lib/usb/src/host/batch.c (modified) * uspace/lib/usb/src/host/device_keeper.c (modified) * uspace/lib/usb/src/hub.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/pipesinit.c (modified) * uspace/lib/usb/src/pipesio.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/request.c (modified) Function and types renaming This merge does not involve any change ... Mon, 21 Mar 2011 15:08:29 GMT Vojtech Horky [7102aa5] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/ohci_regs.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) Merge development/ changes Mon, 21 Mar 2011 15:06:37 GMT Vojtech Horky [c92c13f] * uspace/lib/usb/include/usb/host/batch.h (modified) * uspace/lib/usb/src/host/batch.c (modified) Formatting and comments No change in functionality. Mon, 21 Mar 2011 15:01:52 GMT Vojtech Horky [1387692] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/iface.c (modified) * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/ohci/root_hub.h (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/lib/usb/include/usb/host/batch.h (modified) * uspace/lib/usb/src/host/batch.c (modified) Rename batch_* => usb_transfer_batch_* No change in functionality. Mon, 21 Mar 2011 14:33:50 GMT Vojtech Horky [e34e77a] * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/src/host/device_keeper.c (modified) Formatting and comments No change in functionality Mon, 21 Mar 2011 14:27:47 GMT Vojtech Horky [68b5ed6e] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/iface.c (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/src/host/device_keeper.c (modified) Rename device_keeper* => usb_device_keeper* Also extended some ... Mon, 21 Mar 2011 14:27:13 GMT Jan Vesely [5971dd3] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/ohci_regs.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) Interrupt emulator, and rh address reset Mon, 21 Mar 2011 14:25:06 GMT Jan Vesely [5d1db18] * uspace/drv/ohci/hc.c (modified) Set rh address to -1 if devman register fails Mon, 21 Mar 2011 14:23:19 GMT Martin Decky [afe1d1e] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) fix possible compiler warnings (thx Vojtech Horky) Mon, 21 Mar 2011 14:20:23 GMT Jan Vesely [7d6a676] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/ohci_regs.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) Add interrupt emulator Mon, 21 Mar 2011 14:10:41 GMT Vojtech Horky [3954a63b] * uspace/app/usbinfo/dev.c (modified) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hidreq.c (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbmid/main.c (modified) * uspace/drv/usbmid/usbmid.c (modified) * uspace/drv/usbmouse/init.c (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/devpoll.c (modified) * uspace/lib/usb/src/hub.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/pipesinit.c (modified) * uspace/lib/usb/src/pipesio.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/request.c (modified) Rename usb_endpoint_pipe_*() => usb_pipe_*() No change in functionality. Mon, 21 Mar 2011 13:53:11 GMT Vojtech Horky [a372663] * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbmid/usbmid.h (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/include/usb/recognise.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/devpoll.c (modified) * uspace/lib/usb/src/hub.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/pipesinit.c (modified) * uspace/lib/usb/src/pipesio.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/request.c (modified) Rename usb_endpoint_pipe_t => usb_pipe_t No change in functionality. Mon, 21 Mar 2011 13:47:30 GMT Vojtech Horky [8a951ca] * uspace/drv/ohci/Makefile (modified) * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/hc.c (moved) * uspace/drv/ohci/hc.h (moved) * uspace/drv/ohci/iface.c (moved) * uspace/drv/ohci/iface.h (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/root_hub.c (moved) * uspace/drv/ohci/root_hub.h (moved) * uspace/drv/ohci/utils/malloc32.h (added) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/lib/usb/include/usb/host/batch.h (modified) * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/src/host/batch.c (modified) * uspace/lib/usb/src/host/device_keeper.c (modified) Merge development/ changes Mon, 21 Mar 2011 13:43:27 GMT Jan Vesely [48fe0c9] * uspace/drv/ohci/Makefile (modified) * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/hc.c (moved) * uspace/drv/ohci/hc.h (moved) * uspace/drv/ohci/iface.c (moved) * uspace/drv/ohci/iface.h (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/root_hub.c (moved) * uspace/drv/ohci/root_hub.h (moved) * uspace/drv/ohci/utils/malloc32.h (added) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/lib/usb/include/usb/host/batch.h (modified) * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/src/host/batch.c (modified) * uspace/lib/usb/src/host/device_keeper.c (modified) OHCI hc driver software side implementation Mon, 21 Mar 2011 13:41:03 GMT Jan Vesely [925e099] * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/request.c (modified) Development changes Mon, 21 Mar 2011 13:39:24 GMT Jan Vesely [9078de8f] * uspace/drv/ohci/utils/malloc32.h (added) Add forgotten header Mon, 21 Mar 2011 13:37:40 GMT Jan Vesely [5156580] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/root_hub.c (modified) Set rh address to 0 during dummy_reset Mon, 21 Mar 2011 13:34:18 GMT Jan Vesely [d328172] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/root_hub.c (modified) Implement driver side batch routines, make rh reuse requests Mon, 21 Mar 2011 13:28:31 GMT Vojtech Horky [0e45e7f] * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/request.c (modified) USB request wrappers, usbinfo tunning (#53, #136) The request ... Mon, 21 Mar 2011 13:19:19 GMT Vojtech Horky [f8e1a2c] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc_iface.c (modified) * uspace/drv/ohci/ohci_rh.c (modified) * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/host/batch.h (added) * uspace/lib/usb/include/usb/host/device_keeper.h (moved) * uspace/lib/usb/src/host/batch.c (added) * uspace/lib/usb/src/host/device_keeper.c (moved) * uspace/lib/usb/src/pipes.c (modified) Merge development/ changes Mon, 21 Mar 2011 13:18:03 GMT Jan Vesely [2bf8f8c] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/ohci/root_hub.h (modified) Implement batch_get Mon, 21 Mar 2011 13:07:56 GMT Jan Vesely [be7950e8] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/iface.c (modified) Implement interface, add stub batch functions Mon, 21 Mar 2011 12:51:02 GMT Jan Vesely [ff582d47] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/main.c (modified) A really ugly way to register hub Mon, 21 Mar 2011 12:23:31 GMT Jan Vesely [8627377] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/ohci/root_hub.h (modified) Add usb iface implementation Mon, 21 Mar 2011 12:04:12 GMT Vojtech Horky [e387d0f] * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) Add back full descriptor dump to usbinfo Mon, 21 Mar 2011 11:52:29 GMT Jan Vesely [a6d1bc1] * uspace/drv/ohci/hc.c (modified) * uspace/drv/ohci/hc.h (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/root_hub.c (modified) * uspace/drv/ohci/root_hub.h (modified) Add infrastructure for rh registration. Mon, 21 Mar 2011 11:30:14 GMT Vojtech Horky [eece178] * uspace/app/usbinfo/info.c (modified) Add dumper for hub descriptor to usbinfo It will probably not be ... Mon, 21 Mar 2011 11:29:50 GMT Vojtech Horky [57abafd] * uspace/lib/usb/include/usb/classes/hub.h (modified) Add structure for header of hub descriptor Mon, 21 Mar 2011 11:19:30 GMT Jan Vesely [b0beee82] * uspace/drv/ohci/iface.c (modified) Implement address reservation Mon, 21 Mar 2011 11:13:26 GMT Jan Vesely [bab71635] * uspace/drv/ohci/Makefile (modified) * uspace/drv/ohci/hc.c (moved) * uspace/drv/ohci/hc.h (moved) * uspace/drv/ohci/iface.c (moved) * uspace/drv/ohci/iface.h (modified) * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/root_hub.c (moved) * uspace/drv/ohci/root_hub.h (moved) Renames, remove ohci prefix Mon, 21 Mar 2011 11:06:38 GMT Vojtech Horky [9cf1c5a] * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/request.c (modified) Add wrappers for standard USB requests (#53) However, they are not ... Mon, 21 Mar 2011 10:54:23 GMT Jan Vesely [c15070c] * uspace/drv/uhci-hcd/batch.c (modified) * uspace/lib/usb/include/usb/host/batch.h (modified) * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/src/host/batch.c (modified) * uspace/lib/usb/src/host/device_keeper.c (modified) Fix toggle protocol, add support for all 32 endpoints Mon, 21 Mar 2011 10:30:06 GMT Jan Vesely [2e1d5d70] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc_iface.c (modified) * uspace/drv/ohci/ohci_rh.c (modified) * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/host/batch.h (added) * uspace/lib/usb/include/usb/host/device_keeper.h (moved) * uspace/lib/usb/src/host/batch.c (added) * uspace/lib/usb/src/host/device_keeper.c (moved) Host controller refactoring, move shared stuff to libusb/host Mon, 21 Mar 2011 10:27:44 GMT Jan Vesely [79c8a96] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/usbinfo/info.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/usbflbk/Makefile (added) * uspace/drv/usbflbk/main.c (added) * uspace/drv/usbflbk/usbflbk.ma (added) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/recognise.c (modified) Development branch changes Mon, 21 Mar 2011 10:25:33 GMT Jan Vesely [81dce9f] * uspace/drv/ohci/batch.c (modified) * uspace/drv/ohci/batch.h (modified) * uspace/drv/ohci/hc_iface.c (modified) * uspace/drv/ohci/ohci_rh.c (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/host/batch.h (added) * uspace/lib/usb/include/usb/host/device_keeper.h (modified) * uspace/lib/usb/src/host/batch.c (added) Make batch_t a library structure Mon, 21 Mar 2011 09:08:43 GMT Jan Vesely [1fb1339] * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/host/device_keeper.h (moved) * uspace/lib/usb/src/host/device_keeper.c (moved) Move device_keeper to libusb Mon, 21 Mar 2011 00:11:31 GMT Vojtech Horky [f0fdc7d] * uspace/lib/usb/src/pipes.c (modified) Fix race condition in driver - HC communication See diff for ... Sun, 20 Mar 2011 23:39:40 GMT Vojtech Horky [00c18bc] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/usbinfo/info.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/usbflbk/Makefile (added) * uspace/drv/usbflbk/main.c (added) * uspace/drv/usbflbk/usbflbk.ma (added) * uspace/lib/usb/src/recognise.c (modified) Add USB fallback driver The purpose of it is to see all USB devices ... Sun, 20 Mar 2011 23:35:08 GMT Vojtech Horky [2211125e] * uspace/drv/usbflbk/main.c (modified) * uspace/drv/usbflbk/usbflbk.ma (modified) * uspace/lib/usb/src/recognise.c (modified) USB fallback works for interfaces as well Sun, 20 Mar 2011 23:18:34 GMT Vojtech Horky [2c1f24c] * uspace/drv/usbflbk/main.c (modified) USB fallback driver refactoring Sun, 20 Mar 2011 23:00:30 GMT Vojtech Horky [fa8f1f7] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/ohci/Makefile (added) * uspace/drv/ohci/batch.c (added) * uspace/drv/ohci/batch.h (added) * uspace/drv/ohci/hc_iface.c (added) * uspace/drv/ohci/iface.h (added) * uspace/drv/ohci/main.c (added) * uspace/drv/ohci/ohci.ma (added) * uspace/drv/ohci/ohci_hc.c (added) * uspace/drv/ohci/ohci_hc.h (added) * uspace/drv/ohci/ohci_regs.h (added) * uspace/drv/ohci/ohci_rh.c (added) * uspace/drv/ohci/ohci_rh.h (added) * uspace/drv/ohci/pci.c (added) * uspace/drv/ohci/pci.h (added) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) Merge development/ changes Sun, 20 Mar 2011 22:28:20 GMT Matus Dekanek [33577f81] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) mostly hub driver code refactoring (using new generic usb device ... Sun, 20 Mar 2011 22:24:56 GMT Matus Dekanek [fd9f6e4c] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/ehci-hcd/Makefile (modified) * uspace/drv/ehci-hcd/ehci.h (added) * uspace/drv/ehci-hcd/hc_iface.c (added) * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/ohci/Makefile (added) * uspace/drv/ohci/batch.c (added) * uspace/drv/ohci/batch.h (added) * uspace/drv/ohci/hc_iface.c (added) * uspace/drv/ohci/iface.h (added) * uspace/drv/ohci/main.c (added) * uspace/drv/ohci/ohci.ma (added) * uspace/drv/ohci/ohci_hc.c (added) * uspace/drv/ohci/ohci_hc.h (added) * uspace/drv/ohci/ohci_regs.h (added) * uspace/drv/ohci/ohci_rh.c (added) * uspace/drv/ohci/ohci_rh.h (added) * uspace/drv/ohci/pci.c (added) * uspace/drv/ohci/pci.h (added) merge with usb/development Sun, 20 Mar 2011 21:50:20 GMT Matus Dekanek [09daa8b] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) using usb/devdrv interface to simplify hub communication ... Sun, 20 Mar 2011 21:36:17 GMT Jan Vesely [e7bc999] * uspace/drv/ohci/main.c (modified) * uspace/drv/ohci/ohci_hc.c (modified) * uspace/drv/ohci/ohci_hc.h (modified) * uspace/drv/ohci/ohci_regs.h (modified) * uspace/drv/ohci/ohci_rh.c (modified) * uspace/drv/ohci/pci.c (modified) Add interrupt support Fix register structure Interrupts disabled ... Sun, 20 Mar 2011 18:36:09 GMT Jan Vesely [42dbb26] * uspace/drv/ohci/ohci_hc.c (modified) * uspace/drv/ohci/ohci_hc.h (modified) * uspace/drv/ohci/ohci_regs.h (added) * uspace/drv/ohci/ohci_rh.c (modified) * uspace/drv/ohci/ohci_rh.h (modified) Enable access to device registers Sun, 20 Mar 2011 17:06:10 GMT Jan Vesely [b8e9acb] * uspace/drv/ohci/iface.h (modified) * uspace/drv/ohci/pci.c (modified) Name fix Sun, 20 Mar 2011 17:03:02 GMT Jan Vesely [8727c18] * uspace/Makefile (modified) Add OHCI to ai32 arch Sun, 20 Mar 2011 17:02:29 GMT Jan Vesely [be6cc9cf] * .bzrignore (modified) OHCI bzrignore Sun, 20 Mar 2011 16:59:54 GMT Jan Vesely [41b96b4] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/ohci/Makefile (added) * uspace/drv/ohci/batch.c (added) * uspace/drv/ohci/batch.h (added) * uspace/drv/ohci/hc_iface.c (added) * uspace/drv/ohci/iface.h (added) * uspace/drv/ohci/main.c (added) * uspace/drv/ohci/ohci.ma (added) * uspace/drv/ohci/ohci_hc.c (added) * uspace/drv/ohci/ohci_hc.h (added) * uspace/drv/ohci/ohci_rh.c (added) * uspace/drv/ohci/ohci_rh.h (added) * uspace/drv/ohci/pci.c (added) * uspace/drv/ohci/pci.h (added) OHCI stub Sun, 20 Mar 2011 15:52:27 GMT Vojtech Horky [8373f53] * uspace/app/usbinfo/info.c (modified) usbinfo: number of configs and ifaces printed Sun, 20 Mar 2011 15:41:41 GMT Vojtech Horky [93855d4] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/usbflbk/Makefile (added) * uspace/drv/usbflbk/main.c (added) * uspace/drv/usbflbk/usbflbk.ma (added) * uspace/lib/usb/src/recognise.c (modified) Add USB fallback driver This driver is launched when no other ... Sun, 20 Mar 2011 15:14:31 GMT Jiri Svoboda [7308e84] * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) Display offset at beginning of line in bdd (thx Maurizio Lombardi). Sun, 20 Mar 2011 14:51:11 GMT Vojtech Horky [103cf26] * uspace/drv/ehci-hcd/Makefile (modified) * uspace/drv/ehci-hcd/ehci.h (added) * uspace/drv/ehci-hcd/hc_iface.c (added) * uspace/drv/ehci-hcd/main.c (modified) EHCI stub implementation Added host controller interface to EHCI ... Sat, 19 Mar 2011 18:30:20 GMT Matus Dekanek [59e01689] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) * uspace/drv/usbmouse/init.c (modified) * uspace/lib/usb/include/usb/classes/hid_report_items.h (added) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) * uspace/lib/usb/src/hidparser.c (modified) merge from usb/development Sat, 19 Mar 2011 18:14:01 GMT Vojtech Horky [a763eb4] * uspace/drv/ehci-hcd/hc_iface.c (modified) Doxygen comments to HC iface of EHCI No change in functionality. Sat, 19 Mar 2011 17:47:28 GMT Vojtech Horky [81608b5] * uspace/drv/ehci-hcd/ehci.h (modified) * uspace/drv/ehci-hcd/main.c (modified) EHCI: small fixes Sat, 19 Mar 2011 17:40:15 GMT Vojtech Horky [f51594fa] * uspace/drv/ehci-hcd/Makefile (modified) * uspace/drv/ehci-hcd/ehci.h (added) * uspace/drv/ehci-hcd/hc_iface.c (added) * uspace/drv/ehci-hcd/main.c (modified) Add EHCI stub for HC interface Fri, 18 Mar 2011 17:19:29 GMT Lubos Slovak [3746bfe] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) Fixed #140 (properly destroying KBD structure when polling ends) Fri, 18 Mar 2011 17:17:04 GMT Lubos Slovak [00b13408] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) Fixed destroying of KBD structure when polling ended. The structure ... Fri, 18 Mar 2011 16:53:18 GMT Vojtech Horky [411d9fa] * uspace/drv/usbmouse/init.c (modified) * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) Mouse sets boot protocol Fri, 18 Mar 2011 16:50:37 GMT Vojtech Horky [382f3266] * Makefile (modified) * release/Makefile (moved) * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (moved) * uspace/app/sbi/src/builtin/bi_console.h (added) * uspace/app/sbi/src/builtin/bi_task.c (added) * uspace/app/sbi/src/builtin/bi_task.h (moved) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/intmap.c (modified) * uspace/app/sbi/src/intmap.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/list.h (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/array.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (modified) * uspace/dist/src/sysel/demos/count.sy (modified) * uspace/dist/src/sysel/demos/ctor.sy (modified) * uspace/dist/src/sysel/demos/deleg.sy (modified) * uspace/dist/src/sysel/demos/enum.sy (modified) * uspace/dist/src/sysel/demos/except.sy (modified) * uspace/dist/src/sysel/demos/gen.sy (modified) * uspace/dist/src/sysel/demos/hello.sy (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/iface.sy (modified) * uspace/dist/src/sysel/demos/inherit.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/svar.sy (modified) * uspace/dist/src/sysel/demos/switch.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhub/port_status.h (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/lib/usb/include/usb/classes/hid_report_items.h (added) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/src/hidparser.c (modified) * uspace/srv/hid/console/gcons.c (modified) Merge development/ changes Fri, 18 Mar 2011 16:45:38 GMT Vojtech Horky [054ed84] * uspace/drv/usbmouse/init.c (modified) Mouse sets boot protocol Fri, 18 Mar 2011 16:45:04 GMT Vojtech Horky [d71691d] * uspace/lib/usb/include/usb/devdrv.h (modified) * uspace/lib/usb/src/devdrv.c (modified) USB device structure remembers interface Fri, 18 Mar 2011 16:31:50 GMT Matus Dekanek [98637224] * uspace/drv/usbhub/usbhub.c (modified) second fix of bug 138(multiple new devices deadlock), works in qemu Fri, 18 Mar 2011 16:25:45 GMT Matus Dekanek [e93e319] * uspace/drv/usbhub/usbhub.c (modified) second check of bug 138 (multiple new devices) Fri, 18 Mar 2011 16:17:24 GMT Lubos Slovak [4fec9ee] * Makefile (modified) * release/Makefile (moved) * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (moved) * uspace/app/sbi/src/builtin/bi_console.h (added) * uspace/app/sbi/src/builtin/bi_task.c (added) * uspace/app/sbi/src/builtin/bi_task.h (moved) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/intmap.c (modified) * uspace/app/sbi/src/intmap.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/list.h (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/desctree.c (added) * uspace/app/usbinfo/dev.c (added) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/array.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (modified) * uspace/dist/src/sysel/demos/count.sy (modified) * uspace/dist/src/sysel/demos/ctor.sy (modified) * uspace/dist/src/sysel/demos/deleg.sy (modified) * uspace/dist/src/sysel/demos/enum.sy (modified) * uspace/dist/src/sysel/demos/except.sy (modified) * uspace/dist/src/sysel/demos/gen.sy (modified) * uspace/dist/src/sysel/demos/hello.sy (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/iface.sy (modified) * uspace/dist/src/sysel/demos/inherit.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/svar.sy (modified) * uspace/dist/src/sysel/demos/switch.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhub/port_status.h (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/l18n/langs.c (added) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/usb/include/usb/classes/hid_report_items.h (added) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/include/usb/dp.h (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/src/dp.c (modified) * uspace/lib/usb/src/hidparser.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/srv/hid/console/gcons.c (modified) Changes from development Fri, 18 Mar 2011 16:03:29 GMT Lubos Slovak [d8e61b0d] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/lib/usb/include/usb/classes/hid_report_items.h (added) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/src/hidparser.c (modified) Report protocol support using HID report parser. Fri, 18 Mar 2011 15:10:35 GMT Lubos Slovak [fc5ed5d] * uspace/drv/usbhid/kbddev.c (modified) Getting size of report from parser, changed key processing. Fri, 18 Mar 2011 15:03:26 GMT Matus Dekanek [11ac272] * uspace/drv/usbhub/port_status.h (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) fixes: deadlock with default address, usb speeds Fri, 18 Mar 2011 14:58:29 GMT Matus Dekanek [a7528a16] * uspace/drv/usbhub/port_status.h (modified) * uspace/drv/usbhub/usbhub.c (modified) speed on port is low/full/high Fri, 18 Mar 2011 14:43:09 GMT Matus Dekanek [a83e138] * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) sollution for bug 138 (deadlock caused by incorrect asking for ... Fri, 18 Mar 2011 14:24:00 GMT Matus Dekanek [b495a93] * uspace/drv/usbhub/usbhub.c (modified) drpintf removed, usb_log_... used instead Fri, 18 Mar 2011 14:21:00 GMT Lubos Slovak [bb41b85] * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/src/hidparser.c (modified) Merged changes from branch maklf Fri, 18 Mar 2011 14:17:27 GMT Lubos Slovak [6e3b9a58] * dist/Makefile (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/ehci-hcd/pci.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/iface.h (modified) * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/pci.c (modified) * uspace/drv/uhci-hcd/pci.h (modified) * uspace/drv/uhci-hcd/root_hub.c (deleted) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (added) * uspace/drv/uhci-hcd/uhci_hc.h (added) * uspace/drv/uhci-hcd/uhci_rh.c (moved) * uspace/drv/uhci-hcd/uhci_rh.h (moved) * uspace/drv/uhci-hcd/uhci_struct/link_pointer.h (modified) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified) * uspace/drv/uhci-hcd/utils/device_keeper.c (modified) * uspace/drv/uhci-hcd/utils/device_keeper.h (modified) * uspace/drv/uhci-hcd/utils/malloc32.h (modified) * uspace/drv/uhci-rhd/Makefile (modified) * uspace/drv/uhci-rhd/main.c (modified) * uspace/drv/uhci-rhd/port.c (modified) * uspace/drv/uhci-rhd/port.h (modified) * uspace/drv/uhci-rhd/port_status.h (deleted) * uspace/drv/uhci-rhd/root_hub.c (modified) * uspace/drv/uhci-rhd/root_hub.h (modified) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) * uspace/drv/usbmid/usbmid.c (modified) * uspace/drv/usbmouse/init.c (modified) * uspace/drv/usbmouse/main.c (modified) * uspace/drv/usbmouse/mouse.c (modified) * uspace/drv/usbmouse/mouse.h (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/devdrv.h (added) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/src/devdrv.c (added) * uspace/lib/usb/src/devpoll.c (added) * uspace/lib/usb/src/hub.c (modified) * uspace/lib/usb/src/pipesinit.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) Merged changes from branch lelian/hidd Fri, 18 Mar 2011 12:16:36 GMT Matus Dekanek [73751c0] * Makefile (modified) * release/Makefile (moved) * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (moved) * uspace/app/sbi/src/builtin/bi_console.h (added) * uspace/app/sbi/src/builtin/bi_task.c (added) * uspace/app/sbi/src/builtin/bi_task.h (moved) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/intmap.c (modified) * uspace/app/sbi/src/intmap.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/list.h (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/desctree.c (added) * uspace/app/usbinfo/dev.c (added) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/array.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (modified) * uspace/dist/src/sysel/demos/count.sy (modified) * uspace/dist/src/sysel/demos/ctor.sy (modified) * uspace/dist/src/sysel/demos/deleg.sy (modified) * uspace/dist/src/sysel/demos/enum.sy (modified) * uspace/dist/src/sysel/demos/except.sy (modified) * uspace/dist/src/sysel/demos/gen.sy (modified) * uspace/dist/src/sysel/demos/hello.sy (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/iface.sy (modified) * uspace/dist/src/sysel/demos/inherit.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/svar.sy (modified) * uspace/dist/src/sysel/demos/switch.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/l18n/langs.c (added) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/usb/include/usb/dp.h (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/src/dp.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/srv/hid/console/gcons.c (modified) merge with usb/development Fri, 18 Mar 2011 09:18:40 GMT Vojtech Horky [b64eac6] * Makefile (modified) * release/Makefile (moved) * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (moved) * uspace/app/sbi/src/builtin/bi_console.h (added) * uspace/app/sbi/src/builtin/bi_task.c (added) * uspace/app/sbi/src/builtin/bi_task.h (moved) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/intmap.c (modified) * uspace/app/sbi/src/intmap.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/list.h (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/array.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (modified) * uspace/dist/src/sysel/demos/count.sy (modified) * uspace/dist/src/sysel/demos/ctor.sy (modified) * uspace/dist/src/sysel/demos/deleg.sy (modified) * uspace/dist/src/sysel/demos/enum.sy (modified) * uspace/dist/src/sysel/demos/except.sy (modified) * uspace/dist/src/sysel/demos/gen.sy (modified) * uspace/dist/src/sysel/demos/hello.sy (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/iface.sy (modified) * uspace/dist/src/sysel/demos/inherit.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/svar.sy (modified) * uspace/dist/src/sysel/demos/switch.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) * uspace/srv/hid/console/gcons.c (modified) Merge mainline changes Fri, 18 Mar 2011 09:14:22 GMT Vojtech Horky [1614ce3] * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/desctree.c (added) * uspace/app/usbinfo/dev.c (added) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/l18n/langs.c (added) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/usb/include/usb/dp.h (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/src/dp.c (modified) * uspace/lib/usb/src/pipes.c (modified) Improvements of usbinfo application Refactored the code, filtering ... Thu, 17 Mar 2011 23:41:39 GMT Vojtech Horky [b8e2f93] * uspace/app/usbinfo/info.c (modified) usbinfo prints language name instead of code Thu, 17 Mar 2011 23:41:21 GMT Vojtech Horky [749f18c5] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/l18n/langs.c (added) * uspace/lib/c/include/l18n/langs.h (modified) Add function for string representation of a locale Thu, 17 Mar 2011 23:29:16 GMT Vojtech Horky [8865087] * uspace/app/usbinfo/info.c (modified) usbinfo recognises HID descriptor Thu, 17 Mar 2011 23:22:25 GMT Vojtech Horky [a458bc9] * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) usbinfo refactoring - command line switches Thu, 17 Mar 2011 23:17:42 GMT Vojtech Horky [2d6787b] * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) Old code removal from usbinfo Thu, 17 Mar 2011 23:10:26 GMT Vojtech Horky [aad3587] * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) String printing back in usbinfo Thu, 17 Mar 2011 22:59:37 GMT Vojtech Horky [7b13d8e] * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/info.c (modified) usbinfo prints match ids from interfaces too Thu, 17 Mar 2011 22:32:24 GMT Jiri Svoboda [306061a] * uspace/srv/hid/console/gcons.c (modified) Display mouse pointer even in lower resolution. Still be careful not ... Thu, 17 Mar 2011 22:29:16 GMT Vojtech Horky [4fa05a32] * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/batch.h (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci_hc.c (modified) * uspace/drv/uhci-hcd/uhci_hc.h (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub.h (modified) Merge development/ changes Thu, 17 Mar 2011 22:24:32 GMT Vojtech Horky [bf58895] * uspace/app/usbinfo/info.c (modified) usbinfo uses the library descriptor walker Thu, 17 Mar 2011 22:22:58 GMT Vojtech Horky [da77278] * uspace/lib/usb/include/usb/dp.h (modified) * uspace/lib/usb/src/dp.c (modified) Add simple "walker" over descriptors It iterates over all ...