libsigrok/hardware
Lars-Peter Clausen 249ae2be8f sr: session/demo: Remove Windows specific hack
The session and demo device code contain a hack to make the demo device work on
Windows. This was neccessary since polling on windows requires special handling
and we can not just pass in the raw fd to poll.

With the previous patches which added support for non-fd based event sources
this hack is no longer required. The patch moves the GIOChannels used by the
demo device to the demo device context and uses sr_session_source_add_channel
to register a source for the channels instead of using the raw pipe fds.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2012-07-05 01:41:01 +02:00
..
alsa sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
asix-sigma sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
chronovu-la8 sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
common sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
demo sr: session/demo: Remove Windows specific hack 2012-07-05 01:41:01 +02:00
fx2lafw sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
genericdmm sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
hantek-dso sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
link-mso19 sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
mastech-va18b sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
openbench-logic-sniffer sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
zeroplus-logic-cube sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
Makefile.am sr: add genericdmm driver 2012-07-01 22:37:15 +02:00