On Tue, Dec 10, 2002 at 12:00:13PM +0100, Frederic Gobry wrote: > Hi, > > I'm using the sdlfb video driver with the CONFIG_INPUT_AUTOLOAD > option. Unfortunately, sdlfb_init performs a load_inlib operation for > its input driver: as the sdl input driver was automatically loaded, an > error occurs (duplicate check in load_inlib)... > > Is it ok if I change load_inlib so that it accepts several calls for > the same driver and return the same struct inlib for every call ? Or > do you see a better way ?
That's fine. For the moment at least there shouldn't be any use in loading multiple instances of the same driver. > > Fr?d?ric > > -- > Fr?d?ric Gobry SMARTDATA > --- http://www.smartdata.ch > Software Engineer Lausanne - Switzerland > +41 21 693 84 98 > -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
