[linux-usb-devel] Re: [ADVICE WANTED] by new cpia driver maintainer...

2002-12-01 Thread Duncan Haldane
McClelland wrote: Duncan Haldane wrote: On 18-Nov-2002 Mark McClelland wrote: Duncan Haldane wrote: If two cameras are registered, one on /dev/video0 and one on /dev/video1, and I use e.g. xawtv or gqcam to monitor them, I cannot open /dev/video1 when /dev/video0 is open and vice-versa

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

2002-11-15 Thread Duncan Haldane
On 15-Nov-2002 Randy.Dunlap wrote: On Thu, 14 Nov 2002, Duncan Haldane wrote: | | any ideas? Hi, I think that the usb_bus_list_lock semaphore just isn't initialized yet. This can happen because we don't have much control over the order of initcalls in 2.4. There is more control over

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

2002-11-15 Thread Duncan Haldane
On 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. I see that in

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

2002-11-15 Thread Duncan Haldane
/lists/listinfo/linux-usb-devel -- E-Mail: Duncan Haldane [EMAIL PROTECTED] Date: 15-Nov-2002 Time: 13:58:14 This message was sent by XFMail -- --- This sf.net email is sponsored

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

2002-11-15 Thread Duncan Haldane
/cpia.h to (say) include/linux/cpia.h (I would prefer not to completely split up the cpia d sources like this.) Are there any special complications of moving things like this that I should be alert for? Duncan -- E-Mail: Duncan Haldane [EMAIL PROTECTED] Date: 15-Nov

[linux-usb-devel] [PATCH] for 2.4.20 Makefile Re: [OOPS] Help needed for usb semaphore lock in 2.4.20-rc1 (since 2.4.13)

2002-11-15 Thread Duncan Haldane
this Oops saga? Duncan Haldane diff -uNr linux-2.4.20-rc2/Makefile linux-2.4.20-rc2-media/Makefile --- linux-2.4.20-rc2/Makefile Fri Nov 15 21:51:22 2002 +++ linux-2.4.20-rc2-media/Makefile Fri Nov 15 23:12:29 2002 @@ -137,8 +137,7 @@ DRIVERS-y += drivers/char/char.o \ drivers/block