Re: [linux-usb-devel] Hotpug haquerie

2001-05-24 Thread Miles Lane
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

Re: [linux-usb-devel] Hotpug haquerie

2001-05-24 Thread Pete Zaitcev
> 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

[linux-usb-devel] Hotpug haquerie

2001-05-24 Thread Stephen Williams
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

[linux-usb-devel] Re: [hpoj-devel] any success w/ asus a7v133 onboard controller?

2001-05-24 Thread David Paschal
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

Re: [linux-usb-devel] stdin/stdout/stderr in hotplug scripts?

2001-05-24 Thread David Paschal
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

[linux-usb-devel] stdin/stdout/stderr in hotplug scripts?

2001-05-24 Thread David Paschal
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

Re: [linux-usb-devel] queueing URBs?

2001-05-24 Thread Georg Acher
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

Re: [linux-usb-devel] queueing URBs?

2001-05-24 Thread johan verrept
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

[linux-usb-devel] subscribe

2001-05-24 Thread Scott Baer
_ 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

[linux-usb-devel] (no subject)

2001-05-24 Thread Scott Baer
_ 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

[linux-usb-devel] PATCH: Updates to FTDI Serial converter

2001-05-24 Thread Bill Ryder
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

Re: [linux-usb-devel] [RFQ] usb-skeleton.c

2001-05-24 Thread Oliver Neukum
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

[linux-usb-devel] [PATCH] experimental Palm m500 and m505 support

2001-05-24 Thread Greg KH
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 "

[linux-usb-devel] Re: [PATCH] small locking bug fixes in the dc2xx driver

2001-05-24 Thread Greg KH
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

[linux-usb-devel] [PATCH] small usb versioning cleanup

2001-05-24 Thread Greg KH
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.