From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50CC65AF.6040102@xenomai.org> Date: Sat, 15 Dec 2012 12:57:35 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] RTDM - Dynamic linking of device List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex alex Cc: xenomai@xenomai.org On 12/13/2012 10:21 AM, alex alex wrote: > Hi, > > I need to link new devices once my module is loaded and I'd like to know if > we can do this with RTDM? > Are we forced to link the device in the "_init" fonction ? If you link the device in the "_init" function it will link the new device once the module is loaded. > Or is there an > other way to do the connection device/driver than using > rtdm_dev_registerwich > doesn't allow to do what I want? I do not really understand what you are talking about. If something does not work, please post code demonstrating what does not work. -- Gilles.