Update of /cvsroot/linuxconsole/ruby/web/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv27785
Modified Files:
index.html quick.html
Log Message:
typos, image links, usb hid link in resources
Index: index.html
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/web/htdocs/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.html 22 May 2002 20:42:08 -0000 1.9
+++ index.html 24 May 2002 08:07:24 -0000 1.10
@@ -145,6 +145,10 @@
href="http://www.suse.cz/development/input">input drivers</a>, a
previous effort in this direction which we have integrated.<p>
+<li>The <a
+href="http://www.frogmouth.net/hid-doco/linux-hid.html">Linux USB HID
+</a> document has information about the event device and ioctls.<p>
+
<li>
EvStack, another previous attempt associated with the GGI project.
There is a <a href="http://zhrodague.net/~jmcc/ggi/EvStack">home
Index: quick.html
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/web/htdocs/quick.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- quick.html 22 May 2002 20:42:08 -0000 1.5
+++ quick.html 24 May 2002 08:07:24 -0000 1.6
@@ -228,7 +228,7 @@
interface can be used with any type of input device.
This is how we can access keyboards with a tty as well as talk to touchscreens,
joysticks, mice, and other various devices in a standard way. The mouse
-interface is for backwards compatibality. Please use the Event interface for
+interface is for backwards compatibility. Please use the Event interface for
userland apps.
For serial mice you need:
@@ -274,7 +274,7 @@
Please note the Event interface can be used with any type of input device.
This is how we can access keyboards with a tty as well as talk to touchscreens,
joysticks, mice, and other various devices in a standard way. The mouse
-interface is for backwards compatibality. Please use the Event interface for
+interface is for backwards compatibility. Please use the Event interface for
userland apps.
<p>
@@ -401,10 +401,10 @@
<a href="http://www.suse.cz/"><img src="input/sponsor.png" alt="Sponsored by SuSE" border=0 width=298 height=61></a>
</div>
-</td><td background="r3i.png"><img src="input/r3i.png" border=0 width=32 height=16 alt=""><br></td></tr>
+</td><td background="input/r3i.png"><img src="input/r3i.png" border=0 width=32 height=16 alt=""><br></td></tr>
<tr><td><img src="input/l5i.png" border=0 width=32 height=16 alt=""><br></td><td>
</td><td><img src="input/r5i.png" border=0 width=32 height=16 alt=""><br></td></tr>
-<tr><td><img src="input/l7i.png" border=0 width=32 height=16 alt=""><br></td><td background="m2i.png">
+<tr><td><img src="input/l7i.png" border=0 width=32 height=16 alt=""><br></td><td background="input/m2i.png">
<img src="input/m2i.png" border=0 width=32 height=16 alt=""><br>
</td><td><img src="input/r7i.png" border=0 width=32 height=16 alt=""><br></td></tr>
</table>
|