~4Dgifts/toolbox/hardware/summa README Summagraphics Tablet Source Code This directory contains files related to a streams driver for the Summagraphics 6x9 tablet. It contains all the files required to build and test the summagraphics tablet driver. This could be used as an example of how to create a streams device driver for a typical serial port device. All object files containted herein were compiled on an IRIX 5.3 operating system. Listing of Files **************** The following is a listing of the files included on the Summagraphics Tablet Driver tape. README.streams describes streams modules in IRIX 5.x. This is the same as the file found in the 4Dgifts/examples/input/devices directory. README.Xconfig A slightly modified version of the README file in the /usr/lib/X11/input/config directory (this comes from the x_eoe.sw.Server subsystem). It contains information about the commands used to control the way the X server deals with input devices. docs [directory] docs/Summa.ps Summagraphics information in postscript format docs/Summa.txt Summagraphics information in ascii text format io [directory] io/Makefile the make file for summa io/idev.c source for the idev interface io/idev.o object file for the idev interface io/summa.c source for the summagraphics driver io/summa.o the summagraphics tablet driver summa.master the file that will go in /usr/sysgen/master.d summa_x_config An example "x_init" configuration file summa_dev_config An example "device_init" configuration file sys [directory] sys/idev.h the header file for the idev interface sys/shmiq.h the header file for the shared memory input queue sys/summa.h the header file for the summagraphics driver test [directory] test/Makefile the make file for inputtest test/README an info file for inputtest test/idev.c source file for idev interface (linked to the file in the io directory) test/inputtest the inputtest program test/inputtest.c source code for inputtest test/inputtest.h header file for inputtest test/summa.c source file for the summagraphics driver (linked to the file in the io directory)
Documentation
Subdirectories