home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmos2002.zip / SRC / KBDRIVER.MOD < prev    next >
Text File  |  1996-09-04  |  1KB  |  24 lines

  1. IMPLEMENTATION MODULE KBdriver;
  2.  
  3.         (********************************************************)
  4.         (*                                                      *)
  5.         (*      Device driver for the keyboard.                 *)
  6.         (*                                                      *)
  7.         (*      Author:         P. Moylan                       *)
  8.         (*      Last edited:    4 September 1996                *)
  9.         (*      Status:                                         *)
  10.         (*           This version (for OS/2) is effectively     *)
  11.         (*           a dummy module; its only purpose is to     *)
  12.         (*           define the LED codes.  I haven't yet       *)
  13.         (*           decided whether it should be expanded      *)
  14.         (*           in future to give the ability to get       *)
  15.         (*           scan codes; I don't at present have any    *)
  16.         (*           software that needs that capability.       *)
  17.         (*           In any case, full keyboard functionality   *)
  18.         (*           will have to wait until XDS includes       *)
  19.         (*           the VIO keyboard API.                      *)
  20.         (*                                                      *)
  21.         (********************************************************)
  22.  
  23. END KBdriver.
  24.