# # ChangeLog for uspace/drv/bus/usb/usbhid/mouse/mousedev.h in mainline # # Generated by Trac 1.5.4 # 2024-05-16T16:49:55Z Thu, 18 Aug 2011 13:34:33 GMT Jiri Svoboda [1dc4a5e] * uspace/app/lsusb/main.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/srv/devman/main.c (modified) Renaming to reflect classes are gone. Mon, 20 Jun 2011 19:54:22 GMT Martin Decky [5203e256] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/isa/Makefile (moved) * uspace/drv/bus/isa/isa.c (moved) * uspace/drv/bus/isa/isa.dev (moved) * uspace/drv/bus/isa/isa.ma (moved) * uspace/drv/bus/pci/pciintel/Makefile (moved) * uspace/drv/bus/pci/pciintel/pci.c (moved) * uspace/drv/bus/pci/pciintel/pci.h (moved) * uspace/drv/bus/pci/pciintel/pci_regs.h (moved) * uspace/drv/bus/pci/pciintel/pciintel.ma (moved) * uspace/drv/bus/usb/ehci/Makefile (moved) * uspace/drv/bus/usb/ehci/ehci.h (moved) * uspace/drv/bus/usb/ehci/ehci.ma (moved) * uspace/drv/bus/usb/ehci/hc_iface.c (moved) * uspace/drv/bus/usb/ehci/main.c (moved) * uspace/drv/bus/usb/ehci/pci.c (moved) * uspace/drv/bus/usb/ehci/pci.h (moved) * uspace/drv/bus/usb/ohci/Makefile (moved) * uspace/drv/bus/usb/ohci/batch.c (moved) * uspace/drv/bus/usb/ohci/batch.h (moved) * uspace/drv/bus/usb/ohci/endpoint_list.c (moved) * uspace/drv/bus/usb/ohci/endpoint_list.h (moved) * uspace/drv/bus/usb/ohci/hc.c (moved) * uspace/drv/bus/usb/ohci/hc.h (moved) * uspace/drv/bus/usb/ohci/hcd_endpoint.c (moved) * uspace/drv/bus/usb/ohci/hcd_endpoint.h (moved) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (moved) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (moved) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (moved) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (moved) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (moved) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (moved) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (moved) * uspace/drv/bus/usb/ohci/iface.c (moved) * uspace/drv/bus/usb/ohci/iface.h (moved) * uspace/drv/bus/usb/ohci/main.c (moved) * uspace/drv/bus/usb/ohci/ohci.c (moved) * uspace/drv/bus/usb/ohci/ohci.h (moved) * uspace/drv/bus/usb/ohci/ohci.ma (moved) * uspace/drv/bus/usb/ohci/ohci_regs.h (moved) * uspace/drv/bus/usb/ohci/pci.c (moved) * uspace/drv/bus/usb/ohci/pci.h (moved) * uspace/drv/bus/usb/ohci/root_hub.c (moved) * uspace/drv/bus/usb/ohci/root_hub.h (moved) * uspace/drv/bus/usb/ohci/utils/malloc32.h (moved) * uspace/drv/bus/usb/uhci/Makefile (moved) * uspace/drv/bus/usb/uhci/batch.c (moved) * uspace/drv/bus/usb/uhci/batch.h (moved) * uspace/drv/bus/usb/uhci/hc.c (moved) * uspace/drv/bus/usb/uhci/hc.h (moved) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (moved) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (moved) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (moved) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (moved) * uspace/drv/bus/usb/uhci/iface.c (moved) * uspace/drv/bus/usb/uhci/iface.h (moved) * uspace/drv/bus/usb/uhci/main.c (moved) * uspace/drv/bus/usb/uhci/pci.c (moved) * uspace/drv/bus/usb/uhci/pci.h (moved) * uspace/drv/bus/usb/uhci/root_hub.c (moved) * uspace/drv/bus/usb/uhci/root_hub.h (moved) * uspace/drv/bus/usb/uhci/transfer_list.c (moved) * uspace/drv/bus/usb/uhci/transfer_list.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (moved) * uspace/drv/bus/usb/uhci/uhci.h (moved) * uspace/drv/bus/usb/uhci/uhci.ma (moved) * uspace/drv/bus/usb/uhci/utils/malloc32.h (moved) * uspace/drv/bus/usb/uhcirh/Makefile (moved) * uspace/drv/bus/usb/uhcirh/main.c (moved) * uspace/drv/bus/usb/uhcirh/port.c (moved) * uspace/drv/bus/usb/uhcirh/port.h (moved) * uspace/drv/bus/usb/uhcirh/root_hub.c (moved) * uspace/drv/bus/usb/uhcirh/root_hub.h (moved) * uspace/drv/bus/usb/uhcirh/uhcirh.ma (moved) * uspace/drv/bus/usb/usbflbk/Makefile (moved) * uspace/drv/bus/usb/usbflbk/main.c (moved) * uspace/drv/bus/usb/usbflbk/usbflbk.ma (moved) * uspace/drv/bus/usb/usbhid/Makefile (moved) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (moved) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (moved) * uspace/drv/bus/usb/usbhid/kbd/conv.c (moved) * uspace/drv/bus/usb/usbhid/kbd/conv.h (moved) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (moved) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (moved) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (moved) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (moved) * uspace/drv/bus/usb/usbhid/main.c (moved) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (moved) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (moved) * uspace/drv/bus/usb/usbhid/multimedia/keymap.c (moved) * uspace/drv/bus/usb/usbhid/multimedia/keymap.h (moved) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (moved) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (moved) * uspace/drv/bus/usb/usbhid/subdrivers.c (moved) * uspace/drv/bus/usb/usbhid/subdrivers.h (moved) * uspace/drv/bus/usb/usbhid/usbhid.c (moved) * uspace/drv/bus/usb/usbhid/usbhid.h (moved) * uspace/drv/bus/usb/usbhid/usbhid.ma (moved) * uspace/drv/bus/usb/usbhub/Makefile (moved) * uspace/drv/bus/usb/usbhub/main.c (moved) * uspace/drv/bus/usb/usbhub/port_status.h (moved) * uspace/drv/bus/usb/usbhub/ports.c (moved) * uspace/drv/bus/usb/usbhub/ports.h (moved) * uspace/drv/bus/usb/usbhub/usbhub.c (moved) * uspace/drv/bus/usb/usbhub/usbhub.h (moved) * uspace/drv/bus/usb/usbhub/usbhub.ma (moved) * uspace/drv/bus/usb/usbhub/usbhub_private.h (moved) * uspace/drv/bus/usb/usbhub/utils.c (moved) * uspace/drv/bus/usb/usbmast/Makefile (moved) * uspace/drv/bus/usb/usbmast/cmds.h (moved) * uspace/drv/bus/usb/usbmast/inquiry.c (moved) * uspace/drv/bus/usb/usbmast/main.c (moved) * uspace/drv/bus/usb/usbmast/mast.c (moved) * uspace/drv/bus/usb/usbmast/mast.h (moved) * uspace/drv/bus/usb/usbmast/scsi.h (moved) * uspace/drv/bus/usb/usbmast/usbmast.ma (moved) * uspace/drv/bus/usb/usbmid/Makefile (moved) * uspace/drv/bus/usb/usbmid/dump.c (moved) * uspace/drv/bus/usb/usbmid/explore.c (moved) * uspace/drv/bus/usb/usbmid/main.c (moved) * uspace/drv/bus/usb/usbmid/usbmid.c (moved) * uspace/drv/bus/usb/usbmid/usbmid.h (moved) * uspace/drv/bus/usb/usbmid/usbmid.ma (moved) * uspace/drv/bus/usb/usbmouse/Makefile (moved) * uspace/drv/bus/usb/usbmouse/init.c (moved) * uspace/drv/bus/usb/usbmouse/main.c (moved) * uspace/drv/bus/usb/usbmouse/mouse.c (moved) * uspace/drv/bus/usb/usbmouse/mouse.h (moved) * uspace/drv/bus/usb/usbmouse/usbmouse.ma (moved) * uspace/drv/bus/usb/vhc/Makefile (moved) * uspace/drv/bus/usb/vhc/conn.h (moved) * uspace/drv/bus/usb/vhc/conndev.c (moved) * uspace/drv/bus/usb/vhc/connhost.c (moved) * uspace/drv/bus/usb/vhc/devconn.c (moved) * uspace/drv/bus/usb/vhc/hub.c (moved) * uspace/drv/bus/usb/vhc/hub.h (moved) * uspace/drv/bus/usb/vhc/hub/hub.c (moved) * uspace/drv/bus/usb/vhc/hub/hub.h (moved) * uspace/drv/bus/usb/vhc/hub/virthub.c (moved) * uspace/drv/bus/usb/vhc/hub/virthub.h (moved) * uspace/drv/bus/usb/vhc/hub/virthubops.c (moved) * uspace/drv/bus/usb/vhc/main.c (moved) * uspace/drv/bus/usb/vhc/transfer.c (moved) * uspace/drv/bus/usb/vhc/vhc.ma (moved) * uspace/drv/bus/usb/vhc/vhcd.h (moved) * uspace/drv/char/ns8250/Makefile (moved) * uspace/drv/char/ns8250/cyclic_buffer.h (moved) * uspace/drv/char/ns8250/ns8250.c (moved) * uspace/drv/char/ns8250/ns8250.ma (moved) * uspace/drv/infrastructure/root/Makefile (moved) * uspace/drv/infrastructure/root/root.c (moved) * uspace/drv/infrastructure/root/root.ma (moved) * uspace/drv/infrastructure/rootmac/Makefile (moved) * uspace/drv/infrastructure/rootmac/rootmac.c (moved) * uspace/drv/infrastructure/rootmac/rootmac.ma (moved) * uspace/drv/infrastructure/rootpc/Makefile (moved) * uspace/drv/infrastructure/rootpc/rootpc.c (moved) * uspace/drv/infrastructure/rootpc/rootpc.ma (moved) * uspace/drv/infrastructure/rootvirt/Makefile (moved) * uspace/drv/infrastructure/rootvirt/devices.def (moved) * uspace/drv/infrastructure/rootvirt/rootvirt.c (moved) * uspace/drv/infrastructure/rootvirt/rootvirt.ma (moved) * uspace/drv/test/test1/Makefile (moved) * uspace/drv/test/test1/char.c (moved) * uspace/drv/test/test1/test1.c (moved) * uspace/drv/test/test1/test1.h (moved) * uspace/drv/test/test1/test1.ma (moved) * uspace/drv/test/test2/Makefile (moved) * uspace/drv/test/test2/test2.c (moved) * uspace/drv/test/test2/test2.ma (moved) * uspace/drv/test/test3/Makefile (moved) * uspace/drv/test/test3/test3.c (moved) * uspace/drv/test/test3/test3.ma (moved) keep the drivers source tree tidy by using logical subdirectories