Re: [sigrok-devel] Wiegand decoder

2016-05-09 Thread Uwe Hermann
Hi, On Wed, Apr 27, 2016 at 10:51:37AM +1000, Sean Burford wrote: > I've put together a basic Wiegand decoder that extracts bit streams from > wiegand signals. It stops at the binary level and doesn't extract facility > codes/identity numbers etc. This is on the list of possible future > decoder

Re: [sigrok-devel] [PATCH 1/3] Match std_init() parameter order to the driver init() callback

2016-05-09 Thread Uwe Hermann
Hi, On Sun, May 08, 2016 at 09:04:07PM +0200, Lars-Peter Clausen wrote: > The std_init() callback has the order of the first two paramters opposite > to the init() callback. This is primarily due to historical development. Merged the whole patchset, thanks a lot! Cheers, Uwe. -- http://hermann

Re: [sigrok-devel] [PATCH 1/4] lascar-el-usb: lascar_scan(): Fix USB device list leak

2016-05-09 Thread Uwe Hermann
Hi, On Fri, May 06, 2016 at 02:08:49PM +0200, Lars-Peter Clausen wrote: > lascar_scan() calls libusb_get_device_list() but never the matching > libusb_free_device_list(). This will leak the memory allocated for the > device list as well as all the devices. To fix this add the missing > libusb_free