On Sun, 5 May 2002 09:59, Brad Hards wrote:
> On Sun, 5 May 2002 01:32, Nick Papadonis wrote:
> > Hi,
> >
> > This patch/hack allows my Motorola V60 to be detected as a ACM
> > device. I'm able to send it AT like commands and connect to hosts at
> > 14.4k!
>
> Is this a modem, or a phone?
Ah, I f
Brad Hards <[EMAIL PROTECTED]> writes:
> On Sun, 5 May 2002 01:32, Nick Papadonis wrote:
>> This patch/hack allows my Motorola V60 to be detected as a ACM
>> device. I'm able to send it AT like commands and connect to hosts at
>> 14.4k!
> Is this a modem, or a phone?
This is a CDMA Phone. Appar
On Sun, May 05, 2002 at 12:03:09AM +0200, Oliver Neukum wrote:
> Hi,
>
> under the dynamic scheme, you hand out all a driver's minors at once.
> Why did you decide on that ? The largest number of devices could be
> supported if a minor were handed out whenever the device is plugged in.
That is e
On Sun, 5 May 2002 01:32, Nick Papadonis wrote:
> Hi,
>
> This patch/hack allows my Motorola V60 to be detected as a ACM
> device. I'm able to send it AT like commands and connect to hosts at
> 14.4k!
Is this a modem, or a phone?
> This doesn't seem like it should go here. Does anyone know wher
On Sun, 5 May 2002 01:41, Marc Britten wrote:
> On Thu, 2002-05-02 at 22:59, Brad Hards wrote:
> > On Fri, 3 May 2002 12:41, Marc Britten wrote:
> > > Hi,
> > >
> > > I've been looking around but I have been unable to find mention of a
> > > utility like USB snoop for Linux. I've been using USB sn
On Sat, 2002-05-04 at 13:57, Munaut Sylvain wrote:
> I was looking at the code of ibmcam.c & ultracam.c. And I have a question :
> In the probe call back, when the call to AllocateDevice i successful but
> the call to RegisterVideoDevice fail, these to modules, just send
> a debug print in dmesg
Hi,
under the dynamic scheme, you hand out all a driver's minors at once.
Why did you decide on that ? The largest number of devices could be
supported if a minor were handed out whenever the device is plugged in.
Regards
Oliver
_
Hi,
in usb.c during disconnect handling a reference to a driver is passed
after the module usage count is decremented. In theory this is a race.
Regards
Oliver
You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or a
Hello
I was looking at the code of ibmcam.c & ultracam.c. And I have a question :
In the probe call back, when the call to AllocateDevice i successful but
the call to RegisterVideoDevice fail, these to modules, just send
a debug print in dmesg and return NULL. Don't they need to call
usbvideo_C
>
> > Forget datafab.c for this, as the protocoll is a little different.
>
>Hm. I used datafab.c successfully for the CF side.
>What precisely is different?
It's a while ago, but if I remember correctly, the ACOMdATA (actually
OnSpec Inc.) chip
has two short bulk data packets waiting to be read
I'm having trouble registering my Motorola v60 with the ACM driver.
Do I need to add a 'vendor' string somewhere? Any insight is much appreciated.
This is what the syslog shows:
May 3 15:22:50 noop kernel: usb.c: registered new driver acm
May 3 15:22:50 noop kernel: acm.c: v0.21:USB Abstract C
On Sat, May 04, 2002, Joost Kremers <[EMAIL PROTECTED]> wrote:
> On Sat, May 04, 2002 at 08:31:24AM -0700, David Brownell wrote:
> > - Original Message -
> > From: "Joost Kremers" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, May 04, 2002 8:10 AM
> > Subject: [linux-
On Sat, May 04, 2002, Joost Kremers <[EMAIL PROTECTED]> wrote:
> i recently bought a USB CD-RW, which didnt work properly at
> first. after a lot of hair-pulling i finally decided to try the
> usb-uhci driver for my controller. i didnt really expect much of it,
> because i also have a usb-mouse, w
On Sat, May 04, 2002 at 08:31:24AM -0700, David Brownell wrote:
> - Original Message -
> From: "Joost Kremers" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 04, 2002 8:10 AM
> Subject: [linux-usb-devel] usb-uhci vs. uhci; one works, the other doesnt...
>
>
> > i re
On Thu, 2002-05-02 at 22:59, Brad Hards wrote:
> On Fri, 3 May 2002 12:41, Marc Britten wrote:
> > Hi,
> >
> > I've been looking around but I have been unable to find mention of a
> > utility like USB snoop for Linux. I've been using USB snoop to snag data
> > in MS Windows to work on figuring out
> > If you set the interval to anything other than 0, then it will
> > automatically resubmit for you. This is how interrupt URB's are
> > typically used.
>
> OK, thanks for that info. Following on from it - which fields
> can I/need I set up again in the completion routine ?
None of them. Afte
Hi,
This patch/hack allows my Motorola V60 to be detected as a ACM
device. I'm able to send it AT like commands and connect to hosts at
14.4k!
This doesn't seem like it should go here. Does anyone know where the
vendor/device IDs are enumerated?
Thanks
--- /home/nick/linux/drivers/usb/acm.c
i recently bought a USB CD-RW, which didnt work properly at
first. after a lot of hair-pulling i finally decided to try the
usb-uhci driver for my controller. i didnt really expect much of it,
because i also have a usb-mouse, which works ok with uhci.o, but to my
surprise, it made a world of diffe
hi,
as i said in an earlier mail i am trying to write
a linux usb device driver for the
CASIO Wrist Audio Player WMP1 usb device.
i am new in usb stuff. here is what i've done:
** im using libusb to fiddle around in userspace...
** i used sniffusb and dbgview to log my win98 session.
** now i a
19 matches
Mail list logo