# # ChangeLog for uspace/drv in mainline # # Generated by Trac 1.6 # 2026-05-26T03:18:35Z Wed, 09 Feb 2011 08:26:36 GMT Jan Vesely [3cc5ccda] * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci.h (modified) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified) Use mutex to guard the tracker_list Do not resolve finished trackers ... Wed, 09 Feb 2011 08:17:32 GMT Jan Vesely [ad29045] * uspace/drv/usbhid/main.c (modified) Enable usbhid Tue, 08 Feb 2011 22:26:36 GMT Jan Vesely [e0004ad] * uspace/drv/uhci-hcd/tracker.c (modified) Fixes: don't move buffer_offset in setup stage usbinfo utility works Tue, 08 Feb 2011 22:24:56 GMT Jan Vesely [2b4dbd1] * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) Fixes: Use 8B as default control pipe max packet size Fixes: use ... Tue, 08 Feb 2011 19:48:10 GMT Jan Vesely [014d5033] * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/tracker.c (modified) * uspace/drv/uhci-rhd/main.c (modified) * uspace/drv/usbhid/main.c (modified) Fixes: set tracker speed in init changes debug level Mon, 07 Feb 2011 22:12:26 GMT Jan Vesely [f82cc1a8] * HelenOS.config (modified) * uspace/drv/rootvirt/devices.def (modified) Development changes, VirtualHC config option Mon, 07 Feb 2011 22:09:17 GMT Jan Vesely [f241b05b] * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/tracker.c (modified) * uspace/drv/uhci-hcd/tracker.h (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) Adds new calbacks implementation several debug texts Mon, 07 Feb 2011 19:05:07 GMT Jan Vesely [a72620d] * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/tracker.c (modified) Adds new API hc stubs Mon, 07 Feb 2011 14:42:15 GMT Jan Vesely [fe10e72] * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/tracker.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified) Fixes(only for new API trackers): add support for toggle bit Mon, 07 Feb 2011 14:06:57 GMT Jan Vesely [3f189c5] * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/callback.c (deleted) * uspace/drv/uhci-hcd/callback.h (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_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified) Lots of cleanup, removes unused code (replaced by trackers) Mon, 07 Feb 2011 13:56:18 GMT Jan Vesely [7e62b62] * uspace/drv/uhci-hcd/iface.c (modified) Use trackers for interrupt transfers Mon, 07 Feb 2011 13:55:49 GMT Jan Vesely [52b7f15f] * uspace/drv/uhci-hcd/tracker.c (modified) Fixes: zero TD in case it is accesssed uninitialized Mon, 07 Feb 2011 13:39:21 GMT Jan Vesely [c8dd5b1] * uspace/drv/uhci-hcd/tracker.c (modified) Adds tracker interrupt_in and interrupt_out implementaion Mon, 07 Feb 2011 13:28:25 GMT Jan Vesely [9e80904] * uspace/drv/uhci-hcd/iface.c (modified) Adds the use of trackers for control transfers(old API) Mon, 07 Feb 2011 13:27:14 GMT Jan Vesely [e2172cf8] * uspace/drv/uhci-hcd/tracker.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci.h (modified) Fixes: report proper size in tracker call_in Adds few debug lines Mon, 07 Feb 2011 12:49:19 GMT Jan Vesely [9a818a9] * uspace/drv/uhci-hcd/tracker.c (modified) * uspace/drv/uhci-hcd/tracker.h (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.h (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified) Adds support for tracker scheduling and callback Mon, 07 Feb 2011 11:39:52 GMT Jan Vesely [da17cf0] * uspace/drv/uhci-hcd/tracker.c (modified) * uspace/drv/uhci-hcd/tracker.h (modified) Adds tracker support for the old control connection API Mon, 07 Feb 2011 11:20:22 GMT Jan Vesely [4192d3d6] * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/tracker.c (added) * uspace/drv/uhci-hcd/tracker.h (added) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified) Add new tracking mechanism for complex transfers Sun, 06 Feb 2011 21:58:56 GMT Vojtech Horky [960ff451] * HelenOS.config (modified) * uspace/drv/rootvirt/devices.def (modified) Launch of virtual USB HC configurable It is possible to specify ... Fri, 04 Feb 2011 23:51:54 GMT Jan Vesely [4d73d71] * uspace/drv/uhci-hcd/uhci.c (modified) add some basic packet checks Fri, 04 Feb 2011 22:40:13 GMT Jan Vesely [474afc9] * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/_link.ld.in (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.h (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/test2/test2.c (modified) * uspace/drv/uhci-hcd/pci.c (modified) * uspace/drv/usbhid/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/vhc/conndev.c (modified) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/abs32le/src/thread_entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/entry.s (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.s (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entry.s (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entry.s (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.s (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.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/ipc.c (modified) * uspace/lib/c/generic/ipc/ns.c (added) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/private/async.h (moved) * uspace/lib/c/generic/private/async_sess.h (moved) * uspace/lib/c/generic/private/io.h (added) * uspace/lib/c/generic/private/libc.h (added) * uspace/lib/c/generic/private/malloc.h (added) * uspace/lib/c/generic/private/thread.h (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_sess.h (modified) * uspace/lib/c/include/byteorder.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/err.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/screenbuffer.h (modified) * uspace/lib/c/include/ipc/adb.h (modified) * uspace/lib/c/include/ipc/arp.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/lib/c/include/ipc/char.h (modified) * uspace/lib/c/include/ipc/clipboard.h (modified) * uspace/lib/c/include/ipc/common.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/devmap.h (modified) * uspace/lib/c/include/ipc/fb.h (modified) * uspace/lib/c/include/ipc/icmp.h (modified) * uspace/lib/c/include/ipc/il.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/ipc/kbd.h (modified) * uspace/lib/c/include/ipc/loader.h (modified) * uspace/lib/c/include/ipc/mouse.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/net_net.h (modified) * uspace/lib/c/include/ipc/netif.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ipc/packet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/tl.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/il_skel.c (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/il_skel.h (modified) * uspace/lib/net/include/netif_skel.h (modified) * uspace/lib/net/include/nil_skel.h (modified) * uspace/lib/net/include/tl_skel.h (modified) * uspace/lib/net/netif/netif_skel.c (modified) * uspace/lib/net/nil/nil_skel.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/net/tl/tl_skel.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/packet/include/packet_server.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/addrkeep.c (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbdrv.c (modified) * uspace/lib/usbvirt/src/callback.c (modified) * uspace/lib/usbvirt/src/main.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/ata_bd/ata_hw.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/adb_mouse/adb_mouse.c (modified) * uspace/srv/hid/char_mouse/char_mouse.c (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hid/kbd/port/gxemul.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/pl050.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/fhc/fhc.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/hw/netif/ne2000/ne2000.c (modified) * uspace/srv/loader/arch/abs32le/_link.ld.in (modified) * uspace/srv/loader/arch/amd64/_link.ld.in (modified) * uspace/srv/loader/arch/arm32/_link.ld.in (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) * uspace/srv/loader/arch/ia64/_link.ld.in (modified) * uspace/srv/loader/arch/mips32/_link.ld.in (modified) * uspace/srv/loader/arch/ppc32/_link.ld.in (modified) * uspace/srv/loader/arch/sparc64/_link.ld.in (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) development branch changes Fri, 04 Feb 2011 20:56:52 GMT Vojtech Horky [17aca1c] * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/_link.ld.in (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.h (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/test2/test2.c (modified) * uspace/drv/uhci-hcd/pci.c (modified) * uspace/drv/usbhid/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/vhc/conndev.c (modified) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/abs32le/src/thread_entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/entry.s (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.s (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entry.s (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entry.s (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.s (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.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/ipc.c (modified) * uspace/lib/c/generic/ipc/ns.c (added) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/private/async.h (moved) * uspace/lib/c/generic/private/async_sess.h (moved) * uspace/lib/c/generic/private/io.h (added) * uspace/lib/c/generic/private/libc.h (added) * uspace/lib/c/generic/private/malloc.h (added) * uspace/lib/c/generic/private/thread.h (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_sess.h (modified) * uspace/lib/c/include/byteorder.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/err.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/screenbuffer.h (modified) * uspace/lib/c/include/ipc/adb.h (modified) * uspace/lib/c/include/ipc/arp.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/lib/c/include/ipc/char.h (modified) * uspace/lib/c/include/ipc/clipboard.h (modified) * uspace/lib/c/include/ipc/common.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/devmap.h (modified) * uspace/lib/c/include/ipc/fb.h (modified) * uspace/lib/c/include/ipc/icmp.h (modified) * uspace/lib/c/include/ipc/il.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/ipc/kbd.h (modified) * uspace/lib/c/include/ipc/loader.h (modified) * uspace/lib/c/include/ipc/mouse.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/net_net.h (modified) * uspace/lib/c/include/ipc/netif.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ipc/packet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/tl.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/il_skel.c (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/il_skel.h (modified) * uspace/lib/net/include/netif_skel.h (modified) * uspace/lib/net/include/nil_skel.h (modified) * uspace/lib/net/include/tl_skel.h (modified) * uspace/lib/net/netif/netif_skel.c (modified) * uspace/lib/net/nil/nil_skel.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/net/tl/tl_skel.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/packet/include/packet_server.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/pipes.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbdrv.c (modified) * uspace/lib/usbvirt/src/callback.c (modified) * uspace/lib/usbvirt/src/main.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/ata_bd/ata_hw.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/adb_mouse/adb_mouse.c (modified) * uspace/srv/hid/char_mouse/char_mouse.c (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hid/kbd/port/gxemul.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/pl050.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/fhc/fhc.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/hw/netif/ne2000/ne2000.c (modified) * uspace/srv/loader/arch/abs32le/_link.ld.in (modified) * uspace/srv/loader/arch/amd64/_link.ld.in (modified) * uspace/srv/loader/arch/arm32/_link.ld.in (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) * uspace/srv/loader/arch/ia64/_link.ld.in (modified) * uspace/srv/loader/arch/mips32/_link.ld.in (modified) * uspace/srv/loader/arch/ppc32/_link.ld.in (modified) * uspace/srv/loader/arch/sparc64/_link.ld.in (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes Fri, 04 Feb 2011 17:19:20 GMT Jan Vesely [400575c5] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/uhci-hcd/Makefile (added) * uspace/drv/uhci-hcd/callback.c (added) * uspace/drv/uhci-hcd/callback.h (added) * uspace/drv/uhci-hcd/iface.c (added) * uspace/drv/uhci-hcd/iface.h (added) * uspace/drv/uhci-hcd/main.c (moved) * uspace/drv/uhci-hcd/pci.c (moved) * uspace/drv/uhci-hcd/pci.h (moved) * uspace/drv/uhci-hcd/root_hub.c (added) * uspace/drv/uhci-hcd/root_hub.h (added) * uspace/drv/uhci-hcd/transfer_list.c (added) * uspace/drv/uhci-hcd/transfer_list.h (added) * uspace/drv/uhci-hcd/transfers.c (moved) * uspace/drv/uhci-hcd/uhci-hcd.ma (moved) * uspace/drv/uhci-hcd/uhci.c (added) * uspace/drv/uhci-hcd/uhci.h (added) * uspace/drv/uhci-hcd/uhci_struct/link_pointer.h (added) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (added) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (added) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (added) * uspace/drv/uhci-hcd/utils/malloc32.h (added) * uspace/drv/uhci-rhd/Makefile (moved) * uspace/drv/uhci-rhd/main.c (added) * uspace/drv/uhci-rhd/port.c (added) * uspace/drv/uhci-rhd/port.h (added) * uspace/drv/uhci-rhd/port_status.c (added) * uspace/drv/uhci-rhd/port_status.h (added) * uspace/drv/uhci-rhd/root_hub.c (added) * uspace/drv/uhci-rhd/root_hub.h (added) * uspace/drv/uhci-rhd/uhci-rhd.ma (added) * uspace/drv/usbhid/main.c (modified) * uspace/lib/usb/include/usb/addrkeep.h (added) * uspace/lib/usb/include/usb/devreq.h (modified) Add UHCI Host Controller driver (uhci-hcd) Add UHCI Root Hub driver ... Fri, 04 Feb 2011 17:07:33 GMT Jan Vesely [89acf204] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/usbmem.h (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbmem.c (modified) development changes Fri, 04 Feb 2011 17:02:32 GMT Jan Vesely [2899980] * uspace/drv/usbhid/main.c (modified) Minor changes in usbhid driver Fri, 04 Feb 2011 17:02:02 GMT Jan Vesely [d6f78857] * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci.h (modified) * uspace/drv/uhci-hcd/utils/malloc32.h (modified) More debug output reduce timeout Fri, 04 Feb 2011 15:23:28 GMT Jan Vesely [9e4f6a7] * uspace/drv/uhci-hcd/uhci.c (modified) Add QH element pointer to debug output Fri, 04 Feb 2011 14:52:41 GMT Jan Vesely [dcef3669] * uspace/drv/uhci-hcd/transfer_list.c (modified) debug output fix Fri, 04 Feb 2011 14:45:42 GMT Jan Vesely [881c47b] * 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.h (modified) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified) New UHCI packet scheduler queues are named for nicer debug output ... Fri, 04 Feb 2011 14:22:31 GMT Vojtech Horky [6f8f808] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) Enabled fully new logging in USB hub driver Fri, 04 Feb 2011 13:41:20 GMT Matus Dekanek [78d1525] * uspace/drv/usbhid/hid.h (modified) * uspace/drv/usbhid/main.c (modified) * uspace/lib/usb/src/addrkeep.c (modified) * uspace/lib/usb/src/debug.c (modified) merge from usb/development Fri, 04 Feb 2011 13:36:44 GMT Matus Dekanek [103a3626] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/include/usb/usbmem.h (modified) * uspace/lib/usb/src/usbmem.c (modified) a bit of codelifting, dprintf correctly used in usb hub driver Fri, 04 Feb 2011 13:30:25 GMT Jan Vesely [97e87de] * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-rhd/port.c (modified) Add some more error checking Fri, 04 Feb 2011 13:07:32 GMT Jan Vesely [74d6e90] * 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/drv/usbhid/descdump.h (modified) * uspace/drv/usbhid/descparser.h (modified) * uspace/drv/usbhid/hid.h (added) * uspace/drv/usbhid/main.c (modified) * uspace/drv/vhc/connhost.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/classes/hid.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/pipes.h (added) * uspace/lib/usb/include/usb/request.h (added) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/include/usb/usbdrv.h (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/pipes.c (added) * uspace/lib/usb/src/request.c (added) * uspace/lib/usb/src/usbdrv.c (modified) Merge devel branch Fri, 04 Feb 2011 13:06:19 GMT Jan Vesely [dd455b1] * uspace/drv/uhci-rhd/port.c (modified) Bind new devices to their respective usb addresses Fri, 04 Feb 2011 13:05:23 GMT Jan Vesely [1669a73] * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/uhci.c (modified) Minor refactoring Fri, 04 Feb 2011 12:59:58 GMT Vojtech Horky [ff244e6] * uspace/drv/usbhid/hid.h (modified) * uspace/drv/usbhid/main.c (modified) Reverted HID driver usage of pipe API Reverted revision: 799.1.19 ... Fri, 04 Feb 2011 12:37:31 GMT Jan Vesely [1f5c1e61] * 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.c (modified) * uspace/drv/uhci-rhd/root_hub.c (modified) Separate phones for every root hub port Add tons of debug output Wed, 02 Feb 2011 20:37:53 GMT Martin Decky [86d7bfa] * uspace/drv/test2/test2.c (modified) * uspace/lib/c/generic/async.c (modified) avoid possible segfaults on error paths when a fibril fails to be created Wed, 02 Feb 2011 00:09:25 GMT Vojtech Horky [0484d92] * uspace/drv/usbhid/hid.h (modified) * uspace/drv/usbhid/main.c (modified) USB HID driver uses pipe API only Tue, 01 Feb 2011 23:25:48 GMT Jan Vesely [5944244] * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/main.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.h (modified) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified) * uspace/drv/uhci-hcd/utils/malloc32.h (modified) * uspace/drv/uhci-rhd/main.c (modified) Refactoring uhci_ functions are called on uhci_t not device_t Tue, 01 Feb 2011 23:07:03 GMT Vojtech Horky [23c7f4d] * uspace/drv/usbhid/main.c (modified) * uspace/lib/usb/include/usb/pipes.h (modified) * uspace/lib/usb/src/pipes.c (modified) Rename connection initialization function Tue, 01 Feb 2011 22:45:37 GMT Jan Vesely [c56dbe0] * uspace/drv/uhci-hcd/callback.c (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/pci.c (modified) * uspace/drv/uhci-hcd/root_hub.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_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-rhd/main.c (modified) * uspace/drv/uhci-rhd/port.c (modified) * uspace/drv/uhci-rhd/port_status.c (modified) * uspace/drv/uhci-rhd/root_hub.c (modified) Added license statement to all .c files Tue, 01 Feb 2011 22:19:15 GMT Jan Vesely [afcd86e] * uspace/drv/uhci-hcd/callback.c (modified) * uspace/drv/uhci-hcd/callback.h (modified) * uspace/drv/uhci-hcd/debug.h (deleted) * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/name.h (deleted) * uspace/drv/uhci-hcd/root_hub.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_struct/transfer_descriptor.c (modified) Driver uhci-hcd uses unified debug log Tue, 01 Feb 2011 22:02:23 GMT Jan Vesely [7ce0fe3] * uspace/drv/uhci-rhd/debug.h (deleted) * uspace/drv/uhci-rhd/main.c (modified) * uspace/drv/uhci-rhd/name.h (deleted) * uspace/drv/uhci-rhd/port.c (modified) * uspace/drv/uhci-rhd/port_status.c (modified) * uspace/drv/uhci-rhd/port_status.h (modified) * uspace/drv/uhci-rhd/root_hub.c (modified) * uspace/drv/uhci-rhd/root_hub.h (modified) Root ub driver uses unified debug logging and some other polishing. Tue, 01 Feb 2011 21:59:43 GMT Vojtech Horky [bbc7d83e] * uspace/drv/vhc/Makefile (modified) * uspace/drv/vhc/conndev.c (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/debug.c (deleted) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/vhcd.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/debug.c (modified) Merge development/ changes Tue, 01 Feb 2011 21:30:05 GMT Jan Vesely [993a1e1] * uspace/drv/vhc/Makefile (modified) * uspace/drv/vhc/conndev.c (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/debug.c (deleted) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/vhcd.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/debug.c (modified) Merge from devel - introducing unified debug logging Tue, 01 Feb 2011 21:01:39 GMT Vojtech Horky [284c629] * uspace/drv/vhc/connhost.c (modified) Virtual HC handles atomic control transfers Tue, 01 Feb 2011 11:34:03 GMT Vojtech Horky [0b31409] * uspace/drv/vhc/Makefile (modified) * uspace/drv/vhc/conndev.c (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/debug.c (deleted) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/vhcd.h (modified) Virtual host controller uses usb_log_* functions Tue, 01 Feb 2011 00:08:46 GMT Jan Vesely [1256a0a] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/uhci-hcd/Makefile (modified) * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/name.h (modified) * uspace/drv/uhci-hcd/pci.c (modified) * uspace/drv/uhci-hcd/pci.h (added) * uspace/drv/uhci-hcd/root_hub.c (added) * uspace/drv/uhci-hcd/root_hub.h (added) * uspace/drv/uhci-hcd/root_hub/root_hub.c (deleted) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci.h (modified) * uspace/drv/uhci-rhd/Makefile (added) * uspace/drv/uhci-rhd/debug.h (moved) * uspace/drv/uhci-rhd/main.c (added) * uspace/drv/uhci-rhd/name.h (added) * uspace/drv/uhci-rhd/port.c (moved) * uspace/drv/uhci-rhd/port.h (moved) * uspace/drv/uhci-rhd/port_status.c (moved) * uspace/drv/uhci-rhd/port_status.h (moved) * uspace/drv/uhci-rhd/root_hub.c (added) * uspace/drv/uhci-rhd/root_hub.h (moved) * uspace/drv/uhci-rhd/uhci-rhd.ma (added) uhci-rhd - UHCI Root hub drier as a separated process this wil ... Mon, 31 Jan 2011 17:38:26 GMT Jan Vesely [37ac7bb] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/uhci-hcd/Makefile (moved) * uspace/drv/uhci-hcd/callback.c (moved) * uspace/drv/uhci-hcd/callback.h (moved) * uspace/drv/uhci-hcd/debug.h (moved) * uspace/drv/uhci-hcd/iface.c (moved) * uspace/drv/uhci-hcd/iface.h (moved) * uspace/drv/uhci-hcd/main.c (moved) * uspace/drv/uhci-hcd/name.h (moved) * uspace/drv/uhci-hcd/pci.c (moved) * uspace/drv/uhci-hcd/root_hub/debug.h (moved) * uspace/drv/uhci-hcd/root_hub/port.c (moved) * uspace/drv/uhci-hcd/root_hub/port.h (moved) * uspace/drv/uhci-hcd/root_hub/port_status.c (moved) * uspace/drv/uhci-hcd/root_hub/port_status.h (moved) * uspace/drv/uhci-hcd/root_hub/root_hub.c (moved) * uspace/drv/uhci-hcd/root_hub/root_hub.h (moved) * uspace/drv/uhci-hcd/transfer_list.c (moved) * uspace/drv/uhci-hcd/transfer_list.h (moved) * uspace/drv/uhci-hcd/uhci-hcd.ma (moved) * uspace/drv/uhci-hcd/uhci.c (moved) * uspace/drv/uhci-hcd/uhci.h (moved) * uspace/drv/uhci-hcd/uhci_struct/link_pointer.h (moved) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (moved) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (moved) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (moved) * uspace/drv/uhci-hcd/utils/malloc32.h (moved) Renames "uhci"->"uhci-hcd" to prepare RH drier separation Sun, 30 Jan 2011 22:34:38 GMT Vojtech Horky [707ffcf] * uspace/drv/usbhid/hid.h (modified) * uspace/drv/usbhid/main.c (modified) USB HID driver uses pipes for interrupt endpoint Sun, 30 Jan 2011 22:06:09 GMT Vojtech Horky [c2772b8] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * 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/doc/doxygroups.h (modified) * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/pci.c (added) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/usbhid/Makefile (moved) * uspace/drv/usbhid/conv.c (moved) * uspace/drv/usbhid/conv.h (moved) * uspace/drv/usbhid/descdump.c (moved) * uspace/drv/usbhid/descdump.h (moved) * uspace/drv/usbhid/descparser.c (moved) * uspace/drv/usbhid/descparser.h (moved) * uspace/drv/usbhid/hid.h (moved) * uspace/drv/usbhid/kbd.h (added) * uspace/drv/usbhid/layout.h (moved) * uspace/drv/usbhid/main.c (moved) * uspace/drv/usbhid/usbhid.ma (moved) * uspace/drv/usbkbd/kbd.h (deleted) Merge development/ changes Sun, 30 Jan 2011 22:03:39 GMT Vojtech Horky [54b5625] * uspace/drv/usbkbd/descdump.h (modified) * uspace/drv/usbkbd/descparser.h (modified) * uspace/drv/usbkbd/hid.h (added) * uspace/drv/usbkbd/main.c (modified) * uspace/lib/usb/include/usb/classes/hid.h (modified) Driver dependent stuff outside libusb The USB classes files in ... Sat, 29 Jan 2011 11:36:08 GMT Martin Decky [ffa2c8ef] * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.h (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/il_skel.c (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/il_skel.h (modified) * uspace/lib/net/include/netif_skel.h (modified) * uspace/lib/net/include/nil_skel.h (modified) * uspace/lib/net/include/tl_skel.h (modified) * uspace/lib/net/netif/netif_skel.c (modified) * uspace/lib/net/nil/nil_skel.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/net/tl/tl_skel.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/packet/include/packet_server.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/adb_mouse/adb_mouse.c (modified) * uspace/srv/hid/char_mouse/char_mouse.c (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hid/kbd/port/gxemul.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/pl050.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/fhc/fhc.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/hw/netif/ne2000/ne2000.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) do not intermix low-level IPC methods with async framework methods Sat, 29 Jan 2011 10:31:09 GMT Jan Vesely [72e19f50] * uspace/drv/uhci/root_hub/port.c (modified) Nasty ugly fix that eats puppies, connection to hc postponed. Sat, 29 Jan 2011 10:19:04 GMT Jan Vesely [4687fcd4] * .bzrignore (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * uspace/Makefile (modified) * uspace/app/stats/stats.c (modified) * uspace/app/tasks/tasks.c (deleted) * uspace/app/top/screen.c (modified) * 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/app/virtusbhub/Makefile (moved) * uspace/app/virtusbhub/main.c (added) * uspace/app/virtusbkbd/descriptor.h (modified) * uspace/app/virtusbkbd/items.h (modified) * uspace/app/virtusbkbd/kbdconfig.c (modified) * uspace/app/virtusbkbd/kbdconfig.h (modified) * uspace/app/virtusbkbd/keys.c (modified) * uspace/app/virtusbkbd/keys.h (modified) * uspace/app/virtusbkbd/report.h (modified) * uspace/app/virtusbkbd/stdreq.c (modified) * uspace/app/virtusbkbd/stdreq.h (modified) * uspace/app/virtusbkbd/virtusbkbd.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/pci.c (added) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/usbhid/Makefile (moved) * uspace/drv/usbhid/conv.c (added) * uspace/drv/usbhid/conv.h (added) * uspace/drv/usbhid/descdump.c (moved) * uspace/drv/usbhid/descdump.h (moved) * uspace/drv/usbhid/descparser.c (moved) * uspace/drv/usbhid/descparser.h (moved) * uspace/drv/usbhid/kbd.h (added) * uspace/drv/usbhid/layout.h (added) * uspace/drv/usbhid/main.c (moved) * uspace/drv/usbhid/usbhid.ma (moved) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hub/hub.h (modified) * uspace/drv/vhc/hub/virthub.c (modified) * uspace/drv/vhc/hub/virthub.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/il/il_skel.c (modified) * uspace/lib/net/nil/nil_skel.c (modified) * uspace/lib/net/tl/tl_skel.c (modified) * uspace/lib/usb/src/hidparser.c (modified) * uspace/lib/usbvirt/src/main.c (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/fhc/fhc.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/hw/netif/ne2000/ne2000.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Changes from devel, break stuff. Sat, 29 Jan 2011 09:59:30 GMT Jan Vesely [67a1b78] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/iface.c (modified) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/uhci.h (modified) Dropped usage od hcdhubd.h Fixed parameter order in callback_in Sat, 29 Jan 2011 09:31:29 GMT Jan Vesely [5286a2c] * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/transfer_list.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Reduced debug level and made times shorter Sat, 29 Jan 2011 09:18:13 GMT Jan Vesely [d956aa5] * uspace/drv/uhci/callback.c (modified) Fixed: memcpy direction Sat, 29 Jan 2011 08:58:46 GMT Jan Vesely [113aef8] * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci/utils/malloc32.h (modified) TD debug messages refatoring Sat, 29 Jan 2011 08:32:04 GMT Jan Vesely [245b56b5] * uspace/drv/uhci/root_hub/debug.h (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/port.h (modified) * uspace/drv/uhci/root_hub/root_hub.c (modified) * uspace/drv/uhci/root_hub/root_hub.h (modified) Added info message on succesfull device addition Changed root ub ... Sat, 29 Jan 2011 08:00:14 GMT Jan Vesely [816175a2] * uspace/drv/uhci/root_hub/debug.h (added) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/root_hub.c (modified) Made root hub output use different tag than hc Limited root hub ... Sat, 29 Jan 2011 07:54:54 GMT Jan Vesely [62d9827] * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/root_hub.c (modified) Switched to address hadling interface, instead of direct access. Sat, 29 Jan 2011 07:51:08 GMT Jan Vesely [86b39f7e] * uspace/drv/uhci/iface.c (modified) Implemented address handling interface Sat, 29 Jan 2011 07:23:03 GMT Jan Vesely [621fdaa] * uspace/drv/uhci/debug.h (modified) Print errors as errors, not debug messages. Sat, 29 Jan 2011 06:33:09 GMT Jan Vesely [c8ca07e] * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/utils/malloc32.h (modified) Fixed (from Vojta): Use alignment and size in proper order (memalign) Sat, 29 Jan 2011 00:25:32 GMT Vojtech Horky [76b57734] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Yet another bad argument order Sat, 29 Jan 2011 00:18:26 GMT Vojtech Horky [1431e8f] * uspace/drv/uhci/utils/malloc32.h (modified) Another parameter ordering Sat, 29 Jan 2011 00:14:07 GMT Vojtech Horky [4046c1ea] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Merge parent branch Sat, 29 Jan 2011 00:08:35 GMT Vojtech Horky [b3258ad] * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Null data packet handled in TD initialization Sat, 29 Jan 2011 00:04:28 GMT Vojtech Horky [24b07ac4] * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) More flexible buffer dump Fri, 28 Jan 2011 23:56:04 GMT Vojtech Horky [5935fe4c] * uspace/drv/uhci/utils/malloc32.h (modified) Fix wrong parameter order Fri, 28 Jan 2011 23:54:15 GMT Vojtech Horky [096a1ff] * uspace/drv/uhci/debug.h (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Shorter debug messages Fri, 28 Jan 2011 23:51:36 GMT Jan Vesely [44d8853] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) Fixed: Do not crash on zero buffers Fri, 28 Jan 2011 23:30:37 GMT Jan Vesely [e68de30] * uspace/drv/uhci/root_hub/port.c (modified) Fixed: use proper device enumeration procedure Fri, 28 Jan 2011 23:13:28 GMT Jan Vesely [f0e25e8] * uspace/drv/uhci/root_hub/port.c (modified) Fixed: reset port after detecting a new device Fri, 28 Jan 2011 21:17:51 GMT Vojtech Horky [66d5062] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/usbhid/Makefile (moved) * uspace/drv/usbhid/conv.c (moved) * uspace/drv/usbhid/conv.h (moved) * uspace/drv/usbhid/descdump.c (moved) * uspace/drv/usbhid/descdump.h (moved) * uspace/drv/usbhid/descparser.c (moved) * uspace/drv/usbhid/descparser.h (moved) * uspace/drv/usbhid/kbd.h (moved) * uspace/drv/usbhid/layout.h (moved) * uspace/drv/usbhid/main.c (moved) * uspace/drv/usbhid/usbhid.ma (moved) Rename `usbkbd' driver to `usbhid' Fri, 28 Jan 2011 21:05:51 GMT Vojtech Horky [1c13dac] * uspace/drv/usbkbd/conv.c (modified) * uspace/drv/usbkbd/conv.h (modified) * uspace/drv/usbkbd/descdump.c (modified) * uspace/drv/usbkbd/descdump.h (modified) * uspace/drv/usbkbd/descparser.c (modified) * uspace/drv/usbkbd/descparser.h (modified) * uspace/drv/usbkbd/kbd.h (modified) * uspace/drv/usbkbd/layout.h (modified) * uspace/drv/usbkbd/main.c (modified) Add Doxygen groups to usbkbd driver Fri, 28 Jan 2011 20:08:12 GMT Vojtech Horky [76d9eb7e] * uspace/drv/usbkbd/Makefile (modified) Cleaner Makefile in usbkbd Added some missing variables, more ... Fri, 28 Jan 2011 19:07:41 GMT Jan Vesely [3da5eb9] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) Fixed: add buffer pointer to TD on initialization Added status info ... Fri, 28 Jan 2011 19:06:28 GMT Jan Vesely [01656f2] * uspace/drv/uhci/utils/malloc32.h (modified) Fixed: use 16 byte alignment (see UHCI spec) Fri, 28 Jan 2011 17:36:40 GMT Jan Vesely [0535ee4] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Added debug_checker fibril (checks memory structures) Fixed: ... Fri, 28 Jan 2011 17:34:58 GMT Jan Vesely [3fb3099c] * uspace/drv/uhci/transfer_list.c (modified) Fixed: Add pointer to enqueue debug output Fri, 28 Jan 2011 17:33:56 GMT Jan Vesely [0b68b7c] * uspace/drv/uhci/callback.c (modified) Fixed: initialize arg field properly Added callback_out call Fri, 28 Jan 2011 17:32:58 GMT Jan Vesely [b6120d90] * uspace/drv/uhci/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) Fixed: Error count mask Made TD fields volatile Fri, 28 Jan 2011 17:31:48 GMT Jan Vesely [54229db] * uspace/drv/uhci/utils/malloc32.h (modified) Fixed: return phys address instead of frame number Fri, 28 Jan 2011 17:20:57 GMT Vojtech Horky [1879a7d] * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/conv.c (added) * uspace/drv/usbkbd/conv.h (added) * uspace/drv/usbkbd/kbd.h (added) * uspace/drv/usbkbd/layout.h (added) * uspace/drv/usbkbd/main.c (modified) * uspace/lib/usb/src/hidparser.c (modified) Merge development/ changes Fri, 28 Jan 2011 17:16:13 GMT Vojtech Horky [c113056] * uspace/drv/usbkbd/main.c (modified) Fix wrong printf directive Fri, 28 Jan 2011 17:12:17 GMT Vojtech Horky [ea991e84] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/pci.c (added) * uspace/drv/uhci/uhci.h (modified) Get I/O ranges for UHCI registers Fri, 28 Jan 2011 15:55:55 GMT Lubos Slovak [3ee48f2] * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/conv.c (added) * uspace/drv/usbkbd/conv.h (added) * uspace/drv/usbkbd/kbd.h (added) * uspace/drv/usbkbd/layout.h (added) * uspace/drv/usbkbd/main.c (modified) * uspace/lib/usb/src/hidparser.c (modified) Merge: HID driver - correct scancodes, communication with console, ... Fri, 28 Jan 2011 15:47:39 GMT Jan Vesely [d1984e0] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Added UHCI command register values HC is started on initialization. Fri, 28 Jan 2011 15:46:21 GMT Jan Vesely [a8e96683] * uspace/drv/uhci/utils/malloc32.h (modified) Added memory control/translation mechanisms. Fri, 28 Jan 2011 15:45:40 GMT Jan Vesely [10f479ae] * uspace/drv/uhci/main.c (modified) Return correct value after uhci_init Fri, 28 Jan 2011 14:59:50 GMT Jan Vesely [d93ff502] * uspace/drv/uhci/iface.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) Added toggle bit parameter. Removed uhci_* specific functions, use ... Fri, 28 Jan 2011 14:52:55 GMT Vojtech Horky [ef8d655] * uspace/drv/vhc/hub.c (modified) More robust init of virtual root hub The loop is necessary since ... Fri, 28 Jan 2011 14:36:47 GMT Matus Dekanek [ba5ab09] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) fixed one possible memory leak using fibril_mutex instead of futex Fri, 28 Jan 2011 12:43:07 GMT Jan Vesely [de0e6b3] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/callback.h (modified) * uspace/drv/uhci/transfer_list.c (modified) * uspace/drv/uhci/transfer_list.h (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) * uspace/drv/uhci/utils/malloc32.h (moved) Used usbmem allocator Fri, 28 Jan 2011 12:20:26 GMT Jan Vesely [45c4f5a] * uspace/drv/uhci/uhci.c (modified) Used callback_get() and dispose convenience functions Fri, 28 Jan 2011 12:20:09 GMT Jan Vesely [987dda8] * uspace/drv/uhci/callback.c (modified) * uspace/drv/uhci/callback.h (modified) Added calback_get() and callback_dispose() convenience functions