On 24 May 2001 21:43:56 -0700, Stephen Williams wrote:
>
> I'm rather accustomed to lists that fill my mailbox until I can't
> stand it, so I'm a little surprised how quiet the linux-hotplug
> list is. I posted a patch to the hotplug scripts to support hot
> remove of USB devices, but I haven't h
> To: [EMAIL PROTECTED]
> From: Stephen Williams <[EMAIL PROTECTED]>
> Date: Thu, 24 May 2001 21:43:56 -0700
> Basically, what it does is provide a means for hotplug ``add'' scripts
> to register a remove handler that will automatically be called if
> the device is removed. It shouldn't affect th
I'm rather accustomed to lists that fill my mailbox until I can't
stand it, so I'm a little surprised how quiet the linux-hotplug
list is. I posted a patch to the hotplug scripts to support hot
remove of USB devices, but I haven't heard praise or protest in a
few days, so I'll present it here bef
Carlos Puchol wrote:
> hi, i am trying to debug the situation of an hp officejet g55
> connected to one of the onboard usb ports in my spakin' new
> asus a7v133. the printer is recognized but there is no way
> to print or scan from it
...
> so, maybe the problem is in the kernel. i am running a fr
David Brownell wrote:
> I'd expect them to be connected to nothing at all ...
So in other words you're saying that a program executed from a hotplug script
receives no open file descriptors (i.e. for stdin/stdout/stderr) the way it
would if it were executed from a normal shell prompt or startup sc
Hi,
It was recently brought to my attention that code executed in a hotplug
script, such as ptal-mlcd for the HP OfficeJet Linux driver project, does
not have standard input (fd 0) open. In hindsight I can understand why
this would be, because one doesn't want a kernel-invoked script blocking
fo
On Wed, May 23, 2001 at 08:42:46PM +0200, Roman Weissgaerber wrote:
> But may be UHCI could queue URBs of different endpoints. OHCI can't do
> this.
Yes, UHCI can do this, thanks to it's simplistic chained DMA method... You
can even (theoretically) program a sequence of bulk and isochronous
tran
David Brownell wrote:
>
> > > > Because it's faster to just send the CLEAR_HALT than to actually stop and
> > > > look at the status -- other driver vendors have realized this, resulting in
> > > > some odd-looking but totally legal bus transactions which run very quickly.
> > >
> > > I can't buy
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb
Johannes,
These are patches to the FTDI device against 2.4.5-pre5
Please send these to linux.
The main changes are:
Added proper reporting of Parity, Overrun, and Framing errors.
Added break recieved handling.
Added flip-buffer overflow check
Corrected 8U232AM status (CTS/CD etc) reporting
Up
On Thursday, 24. May 2001 08:06, you wrote:
> Thanks for the comments.
My pleasure. I find finding bugs kind of refreshing ;-)
> > 7)
> > in write:
> >
> > you release the lock before the URB is completed.
> > This is deadly.
>
> It is if you want to use it to show completion of the urb. You me
Attached below is a patch that adds initial support for the Palm m500
and Palm m505 devices. If anyone with these devices could test out the
patch and let me know if it works or not, I would appreciate it. Either
way, could you also send the output of the kernel debug log (load the
module with "
Here's the patch again against 2.4.5-pre5.
thanks,
greg k-h
diff -Nru a/drivers/usb/dc2xx.c b/drivers/usb/dc2xx.c
--- a/drivers/usb/dc2xx.c Thu May 24 00:31:29 2001
+++ b/drivers/usb/dc2xx.c Thu May 24 00:31:29 2001
@@ -336,8 +336,9 @@
if (!camera->dev) {
mi
Hi,
Now that the versioning patch made it into the kernel tree, here's a
small patch that fixes the changelog comments in the mct-u232 driver (I
couldn't send it before, as it conflicted with the versioning patch),
and a fix for the author field of the ibmcam.c driver. It is against
2.4.5-pre5.
15 matches
Mail list logo