[linux-usb-devel] [PATCH] USB-Serial driver locking changes

2001-06-10 Thread Greg KH
Hi, This patch against 2.4.6-pre2 fixes a number of locking issues with the usb-serial drivers. This is the same patch that is currently in the -ac tree. thanks, greg k-h diff -Naur -X dontdiff linux-2.4.6-pre2/drivers/usb/serial/belkin_sa.c linux-2.4.6-pre2-greg/drivers/usb/serial/belkin_s

[linux-usb-devel] [PATCH] USB Bluetooth driver patch (again)

2001-06-10 Thread Greg KH
Here's the USB Bluetooth driver patch that fixes some problems again. It is against 2.4.6-pre2. Also, people might have noticed that the Bluez Bluetooth stack made it into the kernel in 2.4.6-pre2, so I'm probably going to be changing the bluetooth driver's name to something like usb-bluetooth.o

Re: [linux-usb-devel] How to diagnose kernel hangs?

2001-06-10 Thread Stephen Williams
[EMAIL PROTECTED] said: > More problematic is that if I stick such prinks into arch/i386/kernel/ > irq.c handle_IRQ_event(), that stops seeing interrupts too ... even > timer irqs. They happen right up to the point of lockup though. At this point (in fact long before this) I would get out the o

[linux-usb-devel] Correct place for hiddevX nodes?

2001-06-10 Thread Brad Hards
G'day all, Can anyone enlighten me on the correct place for normal char device nodes for the USB sub-system? In particular, should the default be /dev/usb/? The reason why I ask is that the part of the patch for the hiddev entries that affected devices.txt got dropped by Alan (probably because i

Re: [linux-usb-devel] How to diagnose kernel hangs?

2001-06-10 Thread Matthew Dharm
On Sun, Jun 10, 2001 at 06:52:04PM -0700, David Brownell wrote: > Why would a machine lock up like that, with _no_ diagnostic to suggest > that there was a software-detected problem? Call me crazy, but just to be pedantic, run memtest86 on the machine. Then do some heavy compiles (full kernel bu

Re: [linux-usb-devel] How to diagnose kernel hangs?

2001-06-10 Thread David Brownell
> >Oopses normally dump me into KDB, and that's not happening. > >So I don't think there's an oops involved. From Georg Acher: > What CPU/chipset do you have? PII/300 (Klamath), PIIX4. Similar failure mode reported on another chipset, though that problem may now be fixed. > Have you trie

[linux-usb-devel] [patch] Add support for CATC NetMate

2001-06-10 Thread Vojtech Pavlik
Hi! Well, I've rummaged through my USB device collection and found this smartNIC thingy based on the CATC NetMate chip. And I thought there should be a driver for it now that we support all the ADMtek Pegasus and KLSI devices. So I took the old Donald Becker's driver and gave it a facelift and p