Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-17 Thread Joel Becker
David, Pete Zaitcev poked me with your URL because I have played with the USB device ID issues in the past. You have LPIOC_GET_BUS_ADDRESS in your medium want list. This is, of course, because there is currently no way to map /dev/usb/lpX items to USB bus/device entries at runtime. I ran

Re: [linux-usb-devel] [PATCH] usbscanner & devfs

2001-09-17 Thread David Nelson
Tom and others, Well, I got devfs up and running (I think - what a PITA - experience some other problems along the way). Anyways, just wanted to give a heads up and let you know that I'm looking into the devfs stuff. Stay tuned. Regards, /\/elson On Thu, 16 Aug 2001, Tom Rini wrote:

Re: [linux-usb-devel] Re: usb-storage not suitable for swapping

2001-09-17 Thread Pavel Machek
Hi! > Why is that? The USB 2.0 disks seem like bandwidth won't > be an issue. Is it the iffy error handling going through SCSI? > > > > Suggestions for how to fix it? > > And precisely what is the issue -- is usb-storage ignoring > information in the SCSI requests that blocking on memory > i

Re: [linux-usb-devel] Long standing usb-uhci bug...

2001-09-17 Thread Jean Tourrilhes
On Sat, Sep 15, 2001 at 05:00:42PM +0200, Georg Acher wrote: > On Fri, Sep 14, 2001 at 06:09:52PM -0700, Jean Tourrilhes wrote: > > > Questions : > > Why the completion handler is not called on timeout in this case ? > > Timeoutchecking is done by an UHCI interrupt, which is activated on de

Re: [linux-usb-devel] Long standing usb-uhci bug...

2001-09-17 Thread Jean Tourrilhes
On Mon, Sep 17, 2001 at 10:51:14AM +0200, Thomas Sailer wrote: > Jean Tourrilhes schrieb: > > > purb->timeout = MSECS_TO_JIFFIES(100); > > Although it doesn't explain your problems, > this conversion seems bogus, as USB timeouts > should be in USB frames, i.e. ms. > > Tom usb-uhci.c, uhci_chec

[linux-usb-devel] patch to fix a possible deadlock due to memory allocation

2001-09-17 Thread Oliver Neukum
Hi Matthew, hi list, the included patch replaces all dangerous memory allocations, at least I hope. Regards Oliver - --- linuxvanilla/drivers/usb/storage/datafab.c Mon Sep 10 23:39:59 2001 +++ linux/drivers/usb

[linux-usb-devel] Re: MCT USB RS232 problems

2001-09-17 Thread Wolfgang Grandegger
Michael, there was a similar problem with the Sitecom USB to Serial converter reported by Stelian Pop. Have a look to: http://marc.theaimsgroup.com/?l=linux-usb-devel&m=98999240412856&w=2 http://marc.theaimsgroup.com/?l=linux-usb-devel&m=98922234828104&w=2 What is the device/vendor id of your

[linux-usb-devel] [Fwd: Intel Wireless Series drivers...]

2001-09-17 Thread Sebastian Barthelmess
Sorry, should have attached this stuff before /\ | LatestLinux.com | | Integrating everything Linux! | \/ email [EMAIL PROTECTED] phone (603) 878-9097 fax(530) 430-3468 Since I believe it doesn't exist,

[linux-usb-devel] Intel Wireless Series drivers...

2001-09-17 Thread Sebastian Barthelmess
Since I believe it doesn't exist, I am beginning development on these drivers as I see them as an excellent (and cheap) wireless hardware alternative. It's not gonna be easy and I'm gonna need some help. Anyone interested? Can anyone point me in the right direction to get started? I've got

Re: [linux-usb-devel] Re: usb-storage not suitable for swapping

2001-09-17 Thread Oliver Neukum
Am Montag, 17. September 2001 03:41 schrieben Sie: > On Mon, Sep 17, 2001 at 12:57:13AM +0200, Oliver Neukum wrote: > > Well yes, but you can't assume it might not be disconnected. > > Disconnecting is legal everywhen. AFAIK usb storage doesn't time out a > > request, but waits for reconnection. Y