CWUSBD.SYS
Appearance
Basic USB driver by Chris Wohlgemuth, based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver downloadable with software choice. If you already have a (maybe better) working driver from there feel free to use that one.
BASEDEV=CWUSBD.SYS
Parameter
- /V - Verbose, show some information while booting.
- /I13 - Could be used to delay USB host overtaking by USB driver stack until other device driver finishes required initialization operations and then send request to USBD driver to start USB service. It could be used to boot from USB floppy drive.
- /REQ - This parameter controlls USBD driver initialization: driver at initalization time checks for listed host controller drivers and fails to install if none of listed drivers is loaded. Current version of USB stack supports the following parameter codings:
- /REQ:USBUHCD$
- /REQ:CWUSBUHC$ USBD driver is loaded only if UHCI compliant host driver is loaded
- /REQ:USBOHCD$
- /REQ:CWUSBOHC$ USBD driver is loaded only if OHCI compliant host driver is loaded
- /REQ:USBUHCD$,USBOHCD$,CWUSBOHC$,CWUSBUHC$ - USBD driver is loaded only if one of OHCI/UHCI compliant host drivers is loaded. This most general form of parameter and must be used in
most cases.
Platform Support:
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
No | Yes | Yes | Yes |