home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / usbmodem.zip / USBCOMM.DDP < prev    next >
Text File  |  2001-10-23  |  1KB  |  32 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * This is a device driver profile for a USB Modem driver.         *
  4. * DDINSTAL would use this profile to automatically install the    *
  5. * target device support.  The complete profile is processed only  *
  6. * when the TSTUSBD.EXE program returns 0, indicating that the     *
  7. * USB basic driver stack is actually installed in the workstation.*
  8. *                                                                 *
  9. *******************************************************************
  10.  
  11.  :PRESENCECHECK        * Check for the presence of an USB.
  12.  TSTUSBC.EXE
  13.  
  14.   ***********************************************************
  15.   * The remainder of this file is processed only if         *
  16.   * TSTUSBD.EXE indicates detection of the USB driver stack.*
  17.   ***********************************************************
  18.  
  19.  :TITLE
  20.  IBM OS/2 USB Communication driver
  21.  
  22.  :CONFIG               * Add this line to CONFIG.SYS
  23.  DEVICE= \OS2\BOOT\USBCOM.SYS /V
  24.  
  25.  :FILES
  26.  USBCOM.SYS \OS2\BOOT\USBCOM.SYS
  27.                        * Move these files from the installation
  28.                        * diskette to the \OS2\BOOT directory on the
  29.                        * target partition.
  30. 
  31.  
  32.