Hi Greg, Acm driver is loaded as soon the plug/play agent detects USB device connected to the system and it tries to claim. My problem is usbserial driver also should get loaded as soon plug/play agents detects the USB device, instead of user load them.
I wanted to know how to make usbserial driver this way? I hope now it's clear Regards, Shalini -----Original Message----- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 11:16 AM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: [EMAIL PROTECTED]; [email protected] Subject: Re: [linux-usb-devel] usbserial as module On Tue, Apr 05, 2005 at 10:28:58AM +0530, [EMAIL PROTECTED] wrote: > Hi Greg, > > Here I have some clarifications on usbserial driver, right now it is > allowed to compile as individual modules and loaded as and when it is > needed. > > Why can't we make this module as module and it should be like acm module > loaded as soon as device communication device connected to the system. > > And I tried to change it as a module, but not able to do it. I don't understand the question at all. You can build the usb serial core as a module or not. And you can build the individual usb serial drivers as modules or not. What more do you need? thanks, greg k-h ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
