[Xenomai-core] [PATCH] Sensoray 526 analogy driver

2009-12-26 Thread Simon Boulay
r -o $@ $(analogy_s526-objs) + +endif diff --git a/ksrc/drivers/analogy/sensoray/s526.c b/ksrc/drivers/analogy/sensoray/s526.c new file mode 100644 index 000..ac95653 --- /dev/null +++ b/ksrc/drivers/analogy/sensoray/s526.c @@ -0,0 +1,975 @@ +/** + * @file + * Analogy driver for Sensoray Mode

Re: [Xenomai-core] [PATCH] Sensoray 526 analogy driver

2009-12-28 Thread Simon Boulay
On Mon, Dec 28, 2009 at 9:40 PM, Alexis Berlemont wrote: > Hi Simon, > > Simon Boulay wrote: >> >> Hi, >> >> Here is a patch which adds the support of the Sensoray Model 526 board >> to analogy. > > Great ! I had a look at the code, that is fine for me

Re: [Xenomai-core] [PATCH] Sensoray 526 analogy driver

2010-01-02 Thread Simon Boulay
Hi, On 12/30/2009 03:53 PM, Alessio Margan @ IIT wrote: > Hi, > > I start test the sensoray driver. Thank you! > I've got problem with analogy_config : > 1) it seems that board_name as defined have some problem, changed to > "a4l_s526" seems better > > #define BOARD_NAME "Sensoray Model 526"

Re: [Xenomai-core] Analogy a4l_fill_desc() bug

2010-03-11 Thread Simon Boulay
On Thu, Mar 11, 2010 at 6:12 PM, Daniele Nicolodi wrote: > Hello. Hello. > I found a bug in a4l_fill_desc(). If I call it on a descriptor obtained > for an unattached device, the memory allocated for the sbdata descriptor > field is corrupted in a bad way. When, after the failing a4l_fill_desc()