Re: [linux-usb-devel] multiple identical USB devices

2001-03-28 Thread matthew denner
> Eric HENRY wrote: > > Yes, in fact it depends on how is implemented your driver. > You can see "driver/usb/scanner.c" in your kernel sources to find how to > improve your webcam driver for it to handle many cams... i think maybe my first email wasn't quite right (told you i was new to all of

RE: [linux-usb-devel] multiple identical USB devices

2001-03-27 Thread Eric HENRY
Title: RE: [linux-usb-devel] multiple identical USB devices > -Original Message- > From: Thomas Sailer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 6:53 PM > To: [EMAIL PROTECTED] > Subject: Re: [linux-usb-devel] multiple identical USB devices > &

Re: [linux-usb-devel] multiple identical USB devices

2001-03-27 Thread Thomas Sailer
matthew denner wrote: > i guess what this comes down to is: is this a problem within the USB support > under Linux or is it something incorrect in the quickcam driver in how it's > using the USB stuff? I don't think this is a general Linux USB problem, I can use two mice without problem. Tom

[linux-usb-devel] multiple identical USB devices

2001-03-27 Thread matthew denner
Dear all, sorry but this is a real idiot question(s) but is it possible to use two USB devices of the same type at the same time? i have two logitech quickcams and would like to capture from both of them at the start. according to the driver (which i'm helping to develop) both of the cameras ha