EZ-USB driver in Linux

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello all
         I need EZ-USB driver in Linux. Can any one help me in this regard . I have EZ-USB driver in XP ,but i want to port my device from windows to Linux. I have run my application successfully in Linux using WINE but need EZ-USB driver for this. The EZ-USB IC is from CYPRESS.  I dont know what to do about driver. Any help/suggestion will be highly appreciated. Waiting for response.

   

Regards

0 Likes
1 Solution
Anonymous
Not applicable

 I use libusb, and move the driver work into the actual software instead.

   

If you didn't want to do this, you could write your own kernel driver, or just use libusb and a daemon instead.

View solution in original post

0 Likes
8 Replies