Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - USB WiFi network driver: (3 Items)
   
USB WiFi network driver  
We have a network device with USB interface and we are porting a Linux driver to QNX. The initial step is to download 
firmware to the USB device which will then enumerate the device as a network device. We trying to find how this can be 
accomplished in QNX 6.6. Is there a sample USB network driver source available? Do we have to use some QNX USB library 
to achieve this? If so, is there a documentation for the same?

Thanks
Re: USB WiFi network driver  
We don¹t have any documentation on the USB function calls, so I have
attached the source code for the Asix driver as a reference.



On 2016-08-26, 6:42 AM, "Girish Rayas" <community-noreply@qnx.com> wrote:

>We have a network device with USB interface and we are porting a Linux
>driver to QNX. The initial step is to download firmware to the USB device
>which will then enumerate the device as a network device. We trying to
>find how this can be accomplished in QNX 6.6. Is there a sample USB
>network driver source available? Do we have to use some QNX USB library
>to achieve this? If so, is there a documentation for the same?
>
>Thanks
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post116684
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Attachment: Text asix_src.tar.gz 37.38 KB
Re: USB WiFi network driver  
Thanks for the quick response and providing us with the reference driver. This is very useful.