Hi, all I am writing a driver for a modem. Modem is an USB one and is detected by Linux as standard ACM CDC device. The problem is -- it will load standard ACM driver for it, not my own driver. I guess, it does the right thing because modem is ACM CDC one, but I really need my driver to operate the modem properly.
If ACM driver is not loaded, then my driver kicks in and all is OK. I need both drivers in the system. If a standard modem is plugged in, ACM driver should operate it, if my modem is in my driver should take over. Any ideas how to accomplish this? Thanks, /*******************************************************/ Rudolf Ladyzhenskii Senior Design Engineer Open Networks Pty. Ltd. Level 26, 35 Collins Street, Melbourne VIC 3000 e-mail: [EMAIL PROTECTED] phone: +61 3 9656 5107 fax: +61 3 9656 5122 web: www.opennw.com /*******************************************************/ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
