I am writing usb driver for 2.4 (based on usb-skeleton.c, MAJOR = 180) for a 
composite device with multiple interfaces. I want to add the capability to 
handle more than 16 devices / interfaces. When I use usb_register with a minor 
# and fops set, I see that I can only talk to 16 devices even if I have a minor 
table capable to handle more than 16. 

I think I can call usb_register with different minor #s to get more than 16 
devices, but is there a better way of doing this ? Like calling usb_register 
with no minor and fops set to null and later registering the minor and fops 
with the driver during probe. Please let me know if this is possible. Any 
example / pointers would be greatly appreciated. 

And my fops includes just open, close, & ioctl. 

Thanks, 
Bala


 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to