Jogdial Patch - Version 1.0 
===========================================================
This file is a patch to two existing drivers: The Jogdial 
driver, delivering the device /dev/spic. And the mouse-wheel
driver Imwheel.
It works fine with my Sony Vaio PCG-C1XD.
In all X Applications it is possible to scroll up and down now.

The jogdial patch uses two basic tar.gz-files, which are 
contributed by other people:

The jogdial driver file, having a small application similar to
the jogdial Application under Windoze

http://www05.u-page.so-net.ne.jp/tc4/t-kinjo/vaio/jogutils.tar.gz

and the imwheel-package, normally designed for a wheelmouse...

http://jonatkins.org/imwheel/files/imwheel-0.9.9.tar.gz

To install do the following:

$ wget http://cryptix.de/ilja/downloads/jogdial-patch.tar.gz
$ tar xvfz jogdial-patch.tar.gz
$ less jogdial-patch/README  <-- so, you are here now ;)
$ wget http://www05.u-page.so-net.ne.jp/tc4/t-kinjo/vaio/jogutils.tar.gz
$ wget http://jonatkins.org/imwheel/files/imwheel-0.9.9.tar.gz
$ tar xvfz jogutils.tar.gz
$ cd jogutils
$ patch -p1 < ../jogdial-patch/jogdial.patch
$ make
$ su -
$ mknod /dev/spic c 60 0
$ logout
$ cd ..
$ tar xvfz imwheel-0.9.9.tar.gz
$ cd imwheel-0.9.9
$ patch -p1 < ../jogdial-patch/imwheel.patch
$ ./configure && make && make install
$ cd ..

To run the whole thing:

$ su -
$ insmod jogutils/spicdriver/spcidriver
$ imwheel-0.9.9/imwheel -k -W /dev/spic
$ logout

Have fun and enjoy!

Ilja Gerhardt - ilja@so36.de - March 2001

-----------
If you have a problems: Not my problem!
Start trying the driver with the jogtest
programm:

gcc -o jogtest jogtest.c

-----------
Thanx to maG - He did the work - I did the rest!
Everything is provided "as is" and under the GPL!

