[linux-usb-devel] Re: module unload race with serial drivers

2002-11-29 Thread Greg KH
On Wed, Nov 27, 2002 at 10:42:35PM +0100, Oliver Neukum wrote: > Hi, > > the serial subdrivers may be unloading while we open. > This patch against 2.5 guards against that. Thanks, applied. I couldn't apply your bk patch due to missing changesets though :( I also applied this followup patch, ba

[linux-usb-devel] [patch for 2.4] usb-uhci, fixed memory leak with one-shot interrupt transfers

2002-11-29 Thread Tvrtko A. Ursulin
Credit goes to Georg Acher for the fix. I only reported the leak, and did the pre&post testing. Tested under 2.4.18 and 2.4.19. Regards, Tvrtko A. Ursulin --- drivers/usb/usb-uhci.c.orig 2002-11-27 17:38:46.0 +0100 +++ drivers/usb/usb-uhci.c 2002-11-28 15:04:55.0 +0100 @@ -2622,

Re: [linux-usb-devel] Lots of USB devices

2002-11-29 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 29 Nov 2002 23:24, Heinrich du Toit wrote: > But I would possibly like to be able to handle alot more than 16 > devices. Meaning 16 of them on the same driver. This is no problem. > I don't know if I understand the documentation correctly.. Is

[linux-usb-devel] [patch 2.5.50] ehci, more diagnostics use dev_*() macros

2002-11-29 Thread David Brownell
This reduces the quantity of messages, by using the newer dev_*() macros, and by deleting some messages. This applies on top of the previous patch, with fuzz. - Dave --- ./drivers/usb-dist/host/ehci-mem.c Wed Nov 27 21:23:16 2002 +++ ./drivers/usb/host/ehci-mem.c Fri Nov 29 11:03:15 2002

[linux-usb-devel] [patch 2.5.50] ehci-hcd, handle async_next register correctly

2002-11-29 Thread David Brownell
This patch should improve behavior of the EHCI driver, particularly on VIA hardware. - A more careful reading of the EHCI spec turns up requirements not to change this register's value while the async schedule is enabled. That means in effect that it must never point to a QH that'd g

Re: [linux-usb-devel] Updates for usb.ids => Zoran / Nogatech NT100x

2002-11-29 Thread Dwaine_Garden
Oppss... Thanks for noticing the typos.Nobody has ever noticed. Here is the proper list. { USB_DEVICE(0x050d, 0x0208) }, /* Belkin USBView II */ { USB_DEVICE(0x0573, 0x0003) }, /* USBGear USBG-V1 */ { USB_DEVICE(0x0573, 0x2000) }, /* X10 USB Camera */ {

Re: [linux-usb-devel] PROBLEM: USB stops working when I plug my stick in

2002-11-29 Thread Dwaine_Garden
Vendor= ProdID= The device is not reporting back the Vendor ID and the Product ID. Never seen this before? --- The information in this e-mail is intended solely for the addressee(s) named, and is confi

[linux-usb-devel] PROBLEM: USB stops working when I plug my stick in

2002-11-29 Thread Örjan Persson
hey list! this is supposed to be a *bug* report. I hope it really is a bug too, looks like one and smells like one. :) I truly hope that this e-mail came to the right place. if you're answering, i'd be glad if you keep me in the cc-field since I'm not subscribed to the list. [2.] Full descripti

[linux-usb-devel] [patch 2.5.50] reduce debug message volume

2002-11-29 Thread David Brownell
This reduces the debug message volume a bit, mostly by using the new dev_dbg() macros instead of the usb dbg() ones in some places during HCD init/shutdown. Likewise dev_info(). - Dave --- ./drivers/usb-dist/core/hcd.c Wed Nov 27 21:23:15 2002 +++ ./drivers/usb/core/hcd.cFri Nov 29 06:

Re: [linux-usb-devel] Testing multiple cyberJacks

2002-11-29 Thread Matthias Bruestle
Mahlzeit Still at the same problem. On one PC debug output in usb-uhci dies help against the timeouts (with the packet sliding effect) on a second PC not. The current workaround is, that the reader get's a reset command, which tells the reader to reset its USB interface chip. On the first PC th

[linux-usb-devel] [patch 2.5.50] usb-storage doesn't say clear_halt WORKED

2002-11-29 Thread David Brownell
This removes a printk that's been cluttering up my logs, especially when I do things like 'mkfs -c ...' it doesn't seem to be needed any more. - Dave --- ./drivers/usb-dist/storage/transport.c Wed Nov 27 21:23:11 2002 +++ ./drivers/usb/storage/transport.c Fri Nov 29 10:10:47 2002 @@ -533,6

Re: [linux-usb-devel] USB keyboard

2002-11-29 Thread Kentropy
Could you please tell me what is your CPU configuration ? And menuconfig setting for your keybd ? I'm using SA1110 (not x86) Thanks > > I wonder if is anyone using an USB keyboard with kernel 2.4.x > > Thanks > > I am. It's a Microsoft Natural Elite, and I always use it via USB. I'm > running 2.4

[linux-usb-devel] Lots of USB devices

2002-11-29 Thread Heinrich du Toit
Hi all. I'm writing a custom USB device driver for a custom made usb device. So far things are going good :-) But I would possibly like to be able to handle alot more than 16 devices. Meaning 16 of them on the same driver. I don't know if I understand the documentation correctly.. Is the limit

Re: [linux-usb-devel] USB keyboard

2002-11-29 Thread Derrik Pates
On Fri, Nov 29, 2002 at 02:17:16PM +0100, Kentropy wrote: > I wonder if is anyone using an USB keyboard with kernel 2.4.x > Thanks I am. It's a Microsoft Natural Elite, and I always use it via USB. I'm running 2.4.19. -- Derrik Pates [EMAIL PROTECTED] [EMAIL PROTECTED] -

[linux-usb-devel] [PATCH] usbfs: more list cleanups

2002-11-29 Thread Duncan Sands
And here the 2.5 version. Duncan. --- linux-2.5/drivers/usb/core/devio.c.orig 2002-11-29 10:48:24.0 +0100 +++ linux-2.5/drivers/usb/core/devio.c 2002-11-29 10:54:38.0 +0100 @@ -239,18 +239,14 @@ { unsigned long flags; struct async *as; -struct list_head

[linux-usb-devel] [PATCH] usbdevfs: more list cleanups

2002-11-29 Thread Duncan Sands
Here is a small cleanup patch for 2.4 that goes on top of my previous ones. It makes devio.c use the list traversal macros from list.h. Duncan. --- linux/drivers/usb/devio.c.orig+2 2002-11-28 10:47:47.0 +0100 +++ linux/drivers/usb/devio.c 2002-11-29 10:16:17.0 +0100 @@ -227,18 +22

[linux-usb-devel] USB keyboard

2002-11-29 Thread Kentropy
I wonder if is anyone using an USB keyboard with kernel 2.4.x Thanks --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en __