Jump to content

USBECD.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "USB 2.0 Extended Control Driver provides direct control interface to usb devices. It is used to support USB graphics tablets and webcams. Developed by Wim Brul. DEVICE=U..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
USB 2.0 Extended Control Driver provides direct control interface to usb devices. It is used to support USB graphics tablets and webcams. Developed by [[Wim Brul]].  
USB 2.0 Extended Control Driver provides direct control interface to USB devices. It is used to support USB graphics tablets and webcams. Developed by [[Wim Brul]].  
  DEVICE=USBECD.SYS /D:0000:0000:0000 /N:$$$$$$$$ /S /V
  DEVICE=USBECD.SYS /D:0000:0000:0000 /N:$$$$$$$$ /S /V


Line 5: Line 5:


* /D:0000:0000:0000
* /D:0000:0000:0000
Device, specifies the usb device. The 1st part is idVendor, the Vendor Identification. The 2nd part is idProduct, the Product Identification. The 3rd part is bcdDevice, the Device Release Number. Must be specified with valid hexadecimal numbers. The driver accepts the characters 0 thru 9 and A thru F. Moreover the wildcard character # may be used. An invalid character truncates the hexadecimal number. Leading zeroes may be omitted.
Device, specifies the USB device. The 1st part is idVendor, the Vendor Identification. The 2nd part is idProduct, the Product Identification. The 3rd part is bcdDevice, the Device Release Number. Must be specified with valid hexadecimal numbers. The driver accepts the characters 0 through 9 and A through F. Moreover the wildcard character # may be used. An invalid character truncates the hexadecimal number. Leading zeroes may be omitted.


* /N:$$$$$$$$
* /N:$$$$$$$$
Name, specifies the device driver name. Must be unique and valid. It must be different to all other file, directory and driver names throughout your system. The driver accepts the characters allowed by the HPFS file system for file and directory names but not the space and the dot. An invalid character truncates the device driver name.
Name, specifies the device driver name. Must be unique and valid. It must be different from all other files, directory and driver names throughout your system. The driver accepts the characters allowed by the HPFS file system for file and directory names but not the space and the dot. An invalid character truncates the device driver name.


* /S
* /S
Silence Mode, switch audible signal off. The default is audible signal switched on which results into a sharp beep on attach/detach of the usb device.
Silence Mode, switch audible signal off. The default is audible signal switched on which results into a sharp beep on attach/detach of the USB device.


* /V
* /V
Verbose Mode, display information. Displays driver information during OS/2 initialization. The default is no driver information displayed.  
Verbose Mode, display information. Displays driver information during OS/2 initialization. The default is no driver information displayed.  


'''Platform Support:'''
{| class="wikitable"
{| class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0

Revision as of 11:43, 20 March 2018

USB 2.0 Extended Control Driver provides direct control interface to USB devices. It is used to support USB graphics tablets and webcams. Developed by Wim Brul.

DEVICE=USBECD.SYS /D:0000:0000:0000 /N:$$$$$$$$ /S /V

Parameters

  • /D:0000:0000:0000

Device, specifies the USB device. The 1st part is idVendor, the Vendor Identification. The 2nd part is idProduct, the Product Identification. The 3rd part is bcdDevice, the Device Release Number. Must be specified with valid hexadecimal numbers. The driver accepts the characters 0 through 9 and A through F. Moreover the wildcard character # may be used. An invalid character truncates the hexadecimal number. Leading zeroes may be omitted.

  • /N:$$$$$$$$

Name, specifies the device driver name. Must be unique and valid. It must be different from all other files, directory and driver names throughout your system. The driver accepts the characters allowed by the HPFS file system for file and directory names but not the space and the dot. An invalid character truncates the device driver name.

  • /S

Silence Mode, switch audible signal off. The default is audible signal switched on which results into a sharp beep on attach/detach of the USB device.

  • /V

Verbose Mode, display information. Displays driver information during OS/2 initialization. The default is no driver information displayed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes