Re: [linux-usb-devel] ACM device with 5 end-points

2001-09-25 Thread Vojtech Pavlik
On Mon, Sep 24, 2001 at 02:50:01PM +0200, Gilad Bornstein wrote: > What I wanted was that the ACM driver will recognize the device as a modem, > so again I'll be able to use it as one. > The ACM module was loaded successfully but when I tried doing: > echo atd > /dev/input/ttyACM0 > I got a "w

Re: [linux-usb-devel] ACM device with 5 end-points (Corrections).

2001-09-24 Thread Brad Hards
Gilad Bornstein wrote: > > I'm trying to work with a CDC-ACM device which has five end-points. > The three first ones are the regular Notification + Data and the other two > are proprietary end-points, for transferring some binary data. > > The device has no Linux driver (only windows). > > If

[linux-usb-devel] ACM device with 5 end-points (Corrections).

2001-09-24 Thread Gilad Bornstein
I'm trying to work with a CDC-ACM device which has five end-points. The three first ones are the regular Notification + Data and the other two are proprietary end-points, for transferring some binary data. The device has no Linux driver (only windows). If I compile the device to have only 3 end-

[linux-usb-devel] ACM device with 5 end-points

2001-09-24 Thread Gilad Bornstein
I'm trying to work with a CDC-ACM device which has five end-points. The three first ones are the regular Control + Data and the other two are proprietary end-points, for transferring some binary data. Needless to mention that the device has no Linux driver (only windows). Till recently the devic