On Tue, Jan 01, 2002 at 08:28:56AM +0200, Amira Solomovici wrote: > > > > What kind of device do you have? > > A SmartCard reader. Are there allocated major:minor numbers for such devices > (as there are for scanners, for example)?
No there isn't. You have to apply for one, and convince me, and others why you really need a minor number, and can't do what you need using usbdevfs instead :) > > > 3. If my driver should be able to manage more than one device, should I > > > register at init() or probe() all the entries? or do it only on demand? > > > More than one type of device, or more than one device of the same type? > > More than one device of the same kind. You only need to register once. probe() will be called for every device found that matches the signature that you have passed to usb_register(). Hope this helps, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel