Jump to content

USBECD.SYS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{ProdS |V40=S|V45=S}}
{{ProdS |V40=S|V45=S}}
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]].  


Line 7: Line 6:


==Parameters==
==Parameters==
'''/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 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.
: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.
Line 13: Line 11:
'''/N:$$$$$$$$'''
'''/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.
: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.
;/S
;/V:Verbose Mode, display information. Displays driver information during OS/2 initialization. The default is no driver information displayed.
: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.  


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]
[[Category: USB Device Drivers]]
[[Category:USB Device Drivers]]

Latest revision as of 18:20, 21 September 2022

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3
OS/2 Warp Connect
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

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.

Syntax

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.