QNX usb host controller driver

Hi masters,
can anyone suggest an approach how to write QNX USB host controller driver for samsung s3c2410 board.which are the materials i have to go through before starting coding…

with regards

Sunil,

You’ll need to download the USB ddk.

In there are examples of a usb mouse, keyboard and printer. The format of your driver for the s3c2410 will be just like those examples.

Tim

You shouldn’t need to write a host controller driver. The s3c2410 should be OHCI shouldn’t it?