Re: [linux-usb-devel] Device class driver question

2004-04-23 Thread David Brownell
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.

[linux-usb-devel] Device class driver question

2004-04-22 Thread Rudolf Ladyzhenskii
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 d