libsigrok/hardware
Uwe Hermann 69890f7399 sr: Eliminate usb/serial instances from API.
The API should be generic and only provide sr_device_instance_new() and
friends, but not sr_usb_device_instance_new(), sr_serial_device_instance_new(),
or others for other device types we may have in the future. The
frontends shouldn't have to know or care about this implementation detail.

This also fixes the problem that parts of sigrok.h contained
'#ifdef HAVE_LIBUSB_1_0' and such, which is even less desirable for the API.

The usb/serial instance specifics are now private, and each driver that
needs them keeps a pointer in its driver-specific context.
2012-01-31 02:04:35 +01:00
..
alsa sr: Drop analog left-overs from sigrok.h. 2012-01-28 19:23:09 +01:00
asix-sigma sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
chronovu-la8 sr: la8: Fix typo. 2012-01-29 19:19:38 +01:00
common sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
demo add SR_HWCAP_DEMO_DEVICE capability 2012-01-21 15:56:29 +01:00
link-mso19 link-mso19: Fixed led toggling (the bit masking was not being proprly done). 2012-01-19 11:12:01 +00:00
openbench-logic-sniffer sr: Eliminate usb/serial instances from API. 2012-01-31 02:04:35 +01:00
saleae-logic sr: Eliminate usb/serial instances from API. 2012-01-31 02:04:35 +01:00
zeroplus-logic-cube sr: Eliminate usb/serial instances from API. 2012-01-31 02:04:35 +01:00
Makefile.am Add initial support for the ChronoVu LA8. 2011-04-04 19:40:30 +02:00