home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / usb.exe / README.TXT < prev    next >
Text File  |  1998-07-08  |  4KB  |  98 lines

  1. README.TXT File Version 1.0 for 
  2. Universal Serial Bus (USB) Device Driver Support for OS/2
  3. July 8, 1998
  4. (c) Copyright International Business Machines Corporation, 1998.
  5.     All rights Reserved.                                       
  6.  
  7.  
  8. Contents
  9. ========
  10. 1.0  Overview
  11. 2.0  USB Installation Instructions
  12. 3.0  USB Un-Install Instructions
  13.  
  14.  
  15. 1.0  Overview
  16. =============
  17.  
  18. This USB.EXE driver package provides you with IBM's most current support
  19. for Universal Serial Bus (USB) devices on the OS/2 Operating System.  This
  20. package provides support for USB mouse and USB keyboard devices.
  21.  
  22. 1.1  The USB.EXE file that you received contains the following 8 USB 
  23.      files in a self-extracting compressed format. 
  24.  
  25.        -  IBMKBD.SYS     Revised Keyboard driver with USB support
  26.        -  MOUSE.SYS    Revised Mouse device driver with USB support
  27.        -  README.TXT   This file that you are reading
  28.        -  USBD.SYS    USB Driver
  29.          -  USBHID.SYS    USB Human Interface Driver
  30.        -  USBKBD.SYS    USB Client Keyboard Driver
  31.        -  USBMOUSE.SYS    USB Client Mouse Driver
  32.        -  USBUHCD.SYS     USB Universal Host Controller Driver
  33.  
  34. 1.2  To use these USB driver files, you must expand the USB.EXE file into
  35.      its 8 component files by (a.) opening an OS/2 window and (b.) typing
  36.      USB at the OS/2 command prompt.  Once the USB.EXE file is expanded, 
  37.      please continue with the USB Installation Instructions.
  38.                                  
  39.  
  40. 2.0  USB Installation Instructions
  41. ==================================
  42.  
  43. The MOUSE.SYS and IBMKBD.SYS files in this driver package fully support
  44. both USB-attached mice/keyboards and all legacy (non-USB) keyboards/mice
  45. previously supported by the OS/2 Operating System.
  46.  
  47. However, as a standard safeguard, we recommend that you backup your
  48. existing CONFIG.SYS from your OS/2 boot partition root directory and 
  49. your existing MOUSE.SYS and IBMKBD.SYS files from your OS2\BOOT 
  50. subdirectory prior to installing the USB support. This will allow you
  51. the option to "Un-Install" the USB support, should you deem it necessary.
  52.  
  53. 2.1  Copy the following files to the OS2\BOOT subdirectory on your system
  54.  
  55.     USBUHCD.SYS
  56.     USBD.SYS
  57.     USBHID.SYS
  58.     USBMOUSE.SYS
  59.     USBKBD.SYS
  60.     MOUSE.SYS
  61.     IBMKBD.SYS
  62.  
  63. 2.2  Using an editing program of your choice (i.e., the OS/2 System Editor),
  64.      add the following lines EXACTLY AS SHOWN and IN THE ORDER LISTED at 
  65.      the end of your system's current CONFIG.SYS file.
  66.  
  67.     BASEDEV=usbuhcd.sys
  68.     BASEDEV=usbd.sys /REQ:USBUHCD$
  69.     BASEDEV=usbhid.sys
  70.     DEVICE=C:\OS2\BOOT\USBKBD.SYS
  71.     DEVICE=C:\OS2\BOOT\USBMOUSE.SYS
  72.  
  73.       Where C: is the drive letter of the OS/2 boot partition on your system.
  74.  
  75. 2.3  Save your modified CONFIG.SYS file. 
  76.  
  77. 2.4  Safely shut down and then re-boot your system in order to load the USB
  78.      drivers properly.
  79.  
  80.  
  81. 3.0  USB Un-Install Instructions
  82. ================================
  83.  
  84. 3.1  Copy your original CONFIG.SYS file that you previously backed up to
  85.      the OS/2 boot-partition root directory on your system and overwrite
  86.      the USB-version of CONFIG.SYS that is already in your OS/2 
  87.      boot-partition root directory.
  88.  
  89. 3.2  Copy the original MOUSE.SYS and IBMKBD.SYS files that you previously
  90.      backed up to the OS2\BOOT subdirectory on your system and overwrite
  91.      the USB-version of the MOUSE.SYS and IBMKBD.SYS files already in the
  92.      OS2\BOOT subdirectory.
  93.  
  94. 3.3  Safely shut down and then re-boot your system in order to re-load the
  95.      original (non-USB) mouse and keyboard drivers properly.
  96.  
  97. (end)
  98.