Hi all, There is an ACM class for USB modems. I also wrote my own driver for a particular modem we use here (it is somewhat based on ACM but is very heavily modified).
Anyway, I want my system to work with normal modems as well as with my custom one. So, I have ACM support and loading my own driver. My driver looks for a specific Vendor/Device ID, whicl ACM driver looks at device class when probing. When my modem is connected, ACM driver take control every time. Is there a way to stop this behaviour? I want my driver to probe for the modem before ACM driver does. Tahnks, /*******************************************************/ 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: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
