libsigrok/hardware
Uwe Hermann 3fd1d0ee1c configure.ac: Improve USB/EZUSB/serial checks.
- If libusb-1.0 is not found, do not compile in ezusb.c and usb.c since
   they require libusb.h. The respective hardware drivers that use
   libusb-1.0, and usb.c and/or ezusb.c will be excluded from the build
   elsewhere in configure.ac. Rename NEED_EZUSB to NEED_USB.

 - Drop the NEED_SERIAL check and always compile in serial.c. This is a
   very small chunk of code, it does not depend on any external
   libraries that might be missing, and it compiles on all architectures.
   Thus there's no need to conditionally include or exclude it.
2013-04-09 17:49:13 +02:00
..
agilent-dmm Add/use std_hw_dev_acquisition_stop_serial(). 2013-02-08 23:32:45 +01:00
alsa Add and use std_session_send_df_header(). 2013-02-07 10:46:28 +01:00
asix-sigma asix-sigma: don't try to free static storage 2013-02-10 17:06:56 +01:00
brymen-dmm Add/use std_hw_dev_acquisition_stop_serial(). 2013-02-08 23:32:45 +01:00
chronovu-la8 Rename session_dev_id to cb_data everywhere. 2013-02-07 11:26:02 +01:00
colead-slm Add/use std_hw_dev_acquisition_stop_serial(). 2013-02-08 23:32:45 +01:00
common configure.ac: Improve USB/EZUSB/serial checks. 2013-04-09 17:49:13 +02:00
demo demo: sync get/set options 2013-03-03 21:21:08 +01:00
fluke-dmm Add/use std_hw_dev_acquisition_stop_serial(). 2013-02-08 23:32:45 +01:00
fx2lafw Rename session_dev_id to cb_data everywhere. 2013-02-07 11:26:02 +01:00
hantek-dso hantek-dso: cosmetics 2013-04-07 14:01:03 +02:00
lascar-el-usb s/sr_config_make/sr_config_new/. 2013-03-23 14:16:00 +01:00
link-mso19 mso-19: Initial analog probe support (unfinished). 2013-03-03 17:59:06 +01:00
mic-985xx mic985xx: Add missing memset(). 2013-02-11 18:23:17 +01:00
nexus-osciprime Driver struct cleanups. 2013-02-07 10:58:35 +01:00
openbench-logic-sniffer ols: use ptr to int dereference for SR_T_BOOL 2013-03-11 16:37:02 +01:00
rigol-ds1xx2 rigol-ds1xx2: Use ARRAY_SIZE. 2013-03-23 14:14:58 +01:00
serial-dmm serial-dmm: Add support for RadioShack 22-805 2013-03-20 20:36:56 -05:00
tondaj-sl-814 Add/use std_hw_dev_acquisition_stop_serial(). 2013-02-08 23:32:45 +01:00
uni-t-dmm Driver struct cleanups. 2013-02-07 10:58:35 +01:00
victor-dmm Driver struct cleanups. 2013-02-07 10:58:35 +01:00
zeroplus-logic-cube zeroplus: Only report supported samplerates. 2013-02-08 23:19:50 +01:00
Makefile.am brymen-dmm: Initial driver skeleton. 2013-02-02 11:19:27 +01:00