File Structure

  /User Directory/contec/cdio
    cdio_uninstall.sh ................ Shell script for uninstall
    Makefile ......................... Make file for install
    readme_jp.txt .................... README Japanese version
    readme_en.txt .................... README English version
    /cgetres_usb
        Makefile ..................... Make file for compiling and installing
        cgetres_usb.c ................ USB resource acquisition module source for config
        cgetres_usb.h ................ USB resource acquisition module header for config
        gpl-2.0.txt .................. GNU General Public License
    /config
        Makefile ..................... Make file for compiling and installing
        config ....................... Setup program: It is generated by "make install" command.
        cdio.ko ...................... Driver for the starting version: It is generated by "make install" command.
        cdiousb.ko ................... Driver for the starting version: It is generated by "make install" command.
        contec_dio_start.sh .......... Driver start script: It is created by saving the configuration with config.
        contec_dio_stop.sh ........... Driver stop script: It is created by saving the configuration with config.
        contec_dio.conf .............. Setup file: It is created by saving the configuration with config. It is copied to /proc as the start script         /xxxx ........................ Directory that is named after current kernel version: It is generated by "make" command.             cgetres.ko ............... config PCI, PCI Express resource acquisition driver (corresponding to the current kernel version): It is generated by "make" command.             cgetres_usb.ko ........... config USB resource acquisition driver (corresponding to the current kernel version): It is generated by "make" command.         /i386             config ................... [x86] 32 bit setup program         /amd64             config ................... [x86] 64 bit setup program         /arm32             config ................... [arm] 32 bit setup program         /arm64             config ................... [arm] 64 bit setup program         cgetres.c .................... PCI, PCI Express resource acquisition module source for config         cgetres.h .................... PCI, PCI Express resource acquisition module header for config         EULA_JP.txt .................. License Agreement Japanese version         EULA_EN.txt .................. License Agreement English version     /help/         /en .......................... Web Help in English version         /jp .......................... Web Help in Japnese version         EULA_JP.txt .................. License Agreement Japanese version         EULA_EN.txt .................. License Agreement English version     /library         Makefile ..................... Make file for installing         Cdio_ctrl.h .................. Common header of library and module         Cdio_dm_ctrl.h ............... Common header of library and module         EULA_JP.txt .................. License Agreement Japanese version         EULA_EN.txt .................. License Agreement English version         /i386             libcdio.so.1.0 ........... [x86] 32 bit Shared library         /amd64             libcdio.so.1.0 ........... [x86] 64 bit Shared library         /arm32             libcdio.so.1.0 ........... [arm] 32 bit Shared library         /arm64             libcdio.so.1.0 ........... [arm] 64 bit Shared library     /module         Makefile ..................... Make file for compiling and installing         xxxxx.c ...................... Source of module         xxxxx.h ...................... Header of module                 EULA_JP.txt .................. License Agreement Japanese version         EULA_EN.txt .................. License Agreement English version     /module_usb         Makefile ..................... Make file for compiling and installing         xxxxx.c ...................... Source of module         xxxxx.h ...................... Header of module                 gpl-2.0.txt .................. GNU General Public License     /samples/         /en .......................... English version             inc/ ..................... header file directory             gcc/ ..................... Gcc version                 console/ ............. Console sample directory                 console_curses/ ...... Console sample directory which used curses             python/ .................. Python version                 console/ ............. Console sample directory         /jp .......................... Japnese version             inc/ ..................... header file directory             gcc/ ..................... Gcc version                 console/ ............. Console sample directory                 console_curses/ ...... Console sample directory which used curses             python/ .................. Python version                 console/ ............. Console sample directory         EULA_JP.txt .................. License Agreement Japanese version         EULA_EN.txt .................. License Agreement English version