Hi list ! I'm developping a linux usb driver (kernel 2.6) to access a cypress fx2 and a FPGA which is connected as FIFO Master to the fx2. I thought of using two device files. One to read/write data from/to fx2 firmware and a second one to pass/get data to/from the FPGA without firmware intervention.
(How) is it possible to access different endpoints on one device (fx2) via different device files ? I think standard way via "usb_register_dev()" during the probe function would not work, because I get only one pointer to a "interface" structure, but I need to register two "devices" to get two devicefiles. I'd like to use the fx2 in its standard configuration, so there's only one interface with multiple endpoints. Has anyone done something like this or an idea how to achieve it ? Any suggestions are welcome. Thanks ! Thorsten ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel