Re: usb dc2xx quirk

2001-01-03 Thread David Brownell
> > The proximate cause of that Oops looked to be in one of the > > UHCI drivers, but of course it's also possible that it was > > triggered by driver misbehavior. > > You didn't look hard enough. 8;) I suspected you had ... :-) > hub_thread got a disconnect event, called usb_disconnect, > wh

Re: usb dc2xx quirk

2001-01-03 Thread David Brownell
- Original Message - From: Randy Dunlap <[EMAIL PROTECTED]> To: josh <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; l-u-d <[EMAIL PROTECTED]> Sent: Wednesday, January 03, 2001 11:23 AM Subject: Re: usb dc2xx quirk > Hi, > > Looks l

RE: usb dc2xx quirk

2001-01-03 Thread Dunlap, Randy
OHCI) and it worked without > any Oops. Yes, HOTPLUG (and #define of __devexit) is the key. ~Randy > - Dave > > > - Original Message - > From: Randy Dunlap <[EMAIL PROTECTED]> > To: josh <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; <[EMAIL

Re: usb dc2xx quirk

2001-01-03 Thread Randy Dunlap
Hi, Looks like dc2xx.c shouldn't use __devinit/__devexit [patch attached] or you should enable CONFIG_HOTPLUG under General Setup. David? The ov511 (usb) driver is the only other USB device driver that uses __devinit/__devexit. ~Randy josh wrote: > > Kernel Version: 2.4.0-test11 - 2.4.0-prer

usb dc2xx quirk

2001-01-03 Thread josh
Kernel Version: 2.4.0-test11 - 2.4.0-prerelease Platform: ix86 (PIII) Problem Hardware: Kodac DC280, firmware 1.01 Ever since test10 or after, removing my dc280 from the usb bus causes khubd to crash. I have tried both UHCI drivers and they produce the same effect. dmesg, syslog, messages, an