Re: [linux-usb-devel] Re: [OOPS] Help needed for usb semaphore lockin 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Randy.Dunlap
On Fri, 15 Nov 2002, Oliver Neukum wrote: | | Yes, I think you are right. | To test your idea, I moved the initialization | | init_MUTEX(usb_bus_list_lock); | | from usb_init() to just before the call to usb_scan_devices() | in usb_register() and the oops went away and cpia worked.

Re: [linux-usb-devel] Re: [OOPS] Help needed for usb semaphore lockin 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Randy.Dunlap
On Fri, 15 Nov 2002, Duncan Haldane wrote: | | On 15-Nov-2002 Randy.Dunlap wrote: | On Fri, 15 Nov 2002, Pete Zaitcev wrote: | | | VERY many moons ago. Today, the same effect is accomplished by | | module_init() without #ifdef bracket. If the module is compiled | | into the kernel, do_initcalls

Re: [linux-usb-devel] Re: [OOPS] Help needed for usb semaphore lockin 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Randy.Dunlap
On Fri, 15 Nov 2002 [EMAIL PROTECTED] wrote: | I'm assuming moving parport drivers down the list to after usb wont | break them, though. | | Can you compile uss720 into the kernel if you don't do that? | | | I'll test. | | But how about just moving DRIVERS +=/drivers/usb/usbdrv.o much

Re: [linux-usb-devel] Re: [OOPS] Help needed for usb semaphore lockin 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Alan Cox
On Fri, 2002-11-15 at 19:56, Pete Zaitcev wrote: I wrote Randy and proposed to move cpia_usb.c over to the drivers/usb directory. The problem is that supporting dependencies between drivers/media and drivers/usb is fragile: someone can break them later as a side effect. That media is not

Re: [linux-usb-devel] Re: [OOPS] Help needed for usb semaphore lockin 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Randy.Dunlap
On 16 Nov 2002, Alan Cox wrote: | On Fri, 2002-11-15 at 19:56, Pete Zaitcev wrote: | I wrote Randy and proposed to move cpia_usb.c over to the | drivers/usb directory. The problem is that supporting | dependencies between drivers/media and drivers/usb is fragile: | someone can break them

Re: [linux-usb-devel] Re: [OOPS] Help needed for usb semaphore lockin 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Randy.Dunlap
On Fri, 15 Nov 2002, Duncan Haldane wrote: | On 15-Nov-2002 Pete Zaitcev wrote: | | I wrote Randy and proposed to move cpia_usb.c over to the | drivers/usb directory. The problem is that supporting | dependencies between drivers/media and drivers/usb is fragile: | someone can break them