# # ChangeLog for uspace/app/devctl/devctl.c in mainline # # Generated by Trac 1.6 # 2024-12-20T12:17:41Z Wed, 11 Sep 2013 12:35:55 GMT Jiri Svoboda [1db5669] * uspace/app/devctl/devctl.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/srv/devman/client_conn.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) devctl show-drv lists attached devices, add device count to list-drv. Wed, 11 Sep 2013 10:35:49 GMT Jiri Svoboda [7969087] * uspace/app/devctl/devctl.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/srv/devman/client_conn.c (modified) devctl load-drv to manually load a driver. Wed, 11 Sep 2013 09:46:38 GMT Jiri Svoboda [e5556e4a] * uspace/app/devctl/devctl.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/srv/devman/client_conn.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) Reverse order of drivers in driver list. Print driver state. Tue, 10 Sep 2013 23:11:34 GMT Jiri Svoboda [0511549] * uspace/app/devctl/devctl.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/srv/devman/client_conn.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) * uspace/srv/devman/drv_conn.c (modified) Add devctl list-drv subcommand to list known drivers. Mon, 17 Sep 2012 14:41:32 GMT Jakub Jermar [ce1df04] * uspace/app/devctl/devctl.c (modified) Print also the actual error message when offline fails. Wed, 13 Jun 2012 21:44:47 GMT Jiri Svoboda [3f57fb7] * uspace/app/devctl/devctl.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/srv/devman/main.c (modified) In devctl print driver name for child of each function (and not the ... Sun, 21 Aug 2011 11:54:15 GMT Jiri Svoboda [1a5b252] * uspace/app/devctl/devctl.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/test/test1/test1.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/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) DDF support for function offlining and onlining. This allows ... Fri, 19 Aug 2011 12:06:03 GMT Jiri Svoboda [7beb220] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/devctl/Makefile (added) * uspace/app/devctl/devctl.c (added) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/tester/hw/serial/serial1.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/usb/src/resolve.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Skeleton of devctl utility. Currently prints device tree.