Commit Graph

  • 74fcfb806d fx2lafw: Devices now retain the same PID/VID after fw load Joel Holdsworth 2012-03-01 19:45:08 +0000
  • e318664793 fx2lafw: Implemented SR_HWCAP_PROBECONFIG and SR_HWCAP_LIMIT_SAMPLES Joel Holdsworth 2012-02-29 22:47:05 +0000
  • c8f2c9dda4 fx2lafw: Fixed a compiler error, and made cv_data consistent with saleae-logic.c Joel Holdsworth 2012-03-04 14:34:16 +0000
  • 0abee5076f sr: Fix some TODOs, improve comments/docs. Uwe Hermann 2012-03-04 15:08:11 +0100
  • b5118d6c01 sr/srd: s/handler/callback/. Uwe Hermann 2012-03-03 14:13:21 +0100
  • 3cd3a20b35 sr: More callback param renames. Uwe Hermann 2012-03-03 09:56:49 +0100
  • 1f9813eb6c sr: Name all callback data 'cb_data'. Uwe Hermann 2012-02-29 22:32:34 +0100
  • 31ccebc492 sr: s/sr_session_bus/sr_session_send/. Uwe Hermann 2012-02-29 22:08:45 +0100
  • d08490aaba sr/srd: Consistency fixes for callbacks. Uwe Hermann 2012-02-29 21:56:24 +0100
  • cfe064d8e7 sr/cli/gtk/qt: s/hw/driver/ in some places. Uwe Hermann 2012-02-29 19:56:15 +0100
  • c496ac97a8 sr: sr_hw_has_hwcap(): More docs, error checks. Uwe Hermann 2012-02-29 19:32:39 +0100
  • 2f8cf27409 sr: s/sr_dev_probe_name/sr_dev_probe_name_set/. Uwe Hermann 2012-02-29 19:17:36 +0100
  • 7b8ca864a0 sr: datastore: More error checks. Uwe Hermann 2012-02-29 19:11:09 +0100
  • c30b417f71 sr: Rename hwplugin.c to hwdriver.c. Uwe Hermann 2012-02-28 23:53:17 +0100
  • c09f0b578c sr/cli/gtk/qt/: s/plugin/driver/. Uwe Hermann 2012-02-28 23:52:30 +0100
  • 2285cf9bc5 sr: code cleanup Bert Vermeulen 2012-02-28 17:47:02 +0100
  • d261dbbfcc sr: Fix/document probe names. Uwe Hermann 2012-02-28 01:09:29 +0100
  • 6c39d99a28 sr: fx2lafw: Consistent #include guard naming. Uwe Hermann 2012-02-27 23:55:06 +0100
  • f9a69557d2 sr: fx2lafw: Use gboolean consistenly. Uwe Hermann 2012-02-27 23:53:44 +0100
  • 772a0e6153 fx2lafw: Small consistency fixes. Uwe Hermann 2012-02-27 23:40:38 +0100
  • be4b99e897 fx2lafw: Compile fix. Uwe Hermann 2012-02-27 23:26:05 +0100
  • 5da939028d fx2lafw: Implemented hw_dev_acquisition_stop Joel Holdsworth 2012-02-27 19:34:24 +0000
  • 610dbb7091 fx2lafw: Implemented hw_dev_acquisition_start Joel Holdsworth 2012-02-27 19:32:58 +0000
  • 7cb621d418 fx2lafw: Basic implementation of hw_dev_config_set with SR_HWCAP_LIMIT_SAMPLES Joel Holdsworth 2012-02-27 19:21:08 +0000
  • 62bc70e412 fx2lafw: Added more to hw_cleanup Joel Holdsworth 2012-02-27 19:02:52 +0000
  • f1898235e8 fx2lafw: Implemented hw_dev_close Joel Holdsworth 2012-02-27 19:00:22 +0000
  • 43125c6993 fx2lafw: Implemented hw_dev_open Joel Holdsworth 2012-02-26 12:39:40 +0000
  • 7f6a3b43ad sr: Moved GTV_TO_MSEC to sigrok-internal.h Joel Holdsworth 2012-02-26 12:18:05 +0000
  • b1eeb67e92 fx2lafw: Implemented firmware upload Joel Holdsworth 2012-02-25 11:58:55 +0000
  • cdfdd71101 fx2lafw: Renamed fx2lafw_dev to ctx in hw_dev_info_get Joel Holdsworth 2012-02-27 19:42:08 +0000
  • 90282c82bc fx2lafw: Renamed fx2lafw_dev to ctx in hw_init Joel Holdsworth 2012-02-27 19:41:10 +0000
  • cac0bbaafd fx2lafw: Renamed dev_insts variable in hw_init Joel Holdsworth 2012-02-27 20:50:00 +0000
  • c69e35a714 sr: sr_samplerate_string: Allow 3.15Hz etc. as output. Uwe Hermann 2012-02-27 22:27:33 +0100
  • aae2fed675 fx2lafw: Implemented hw_get_status Joel Holdsworth 2012-02-11 17:41:22 +0000
  • 8b35f47483 fx2lafw: Exposed capabilities data Joel Holdsworth 2012-02-11 17:39:39 +0000
  • 187b358232 fx2lafw: Added probing for fx2lafw devices Joel Holdsworth 2012-02-11 16:08:47 +0000
  • f302a08256 fx2lafw: Added empty hardware module for fx2lafw Joel Holdsworth 2012-02-11 12:08:49 +0000
  • 04254c3f83 sr: la8: Improve comments and messages a bit. Uwe Hermann 2012-02-23 21:54:07 +0100
  • 050e9219d6 sr: No need for dynamic hardware driver registration. Uwe Hermann 2012-02-22 21:48:30 +0100
  • 47671b0f26 sr: la8: Remove some unneeded checks. Uwe Hermann 2012-02-22 19:53:27 +0100
  • ea9cfed7a5 sr: Consistent ctx name for per-dev-inst context. Uwe Hermann 2012-02-18 18:07:42 +0100
  • 6b3dfec8de sr: Fix incorrectly renamed functions. Uwe Hermann 2012-02-18 12:17:56 +0100
  • ee61b340da sr: Remove unneeded temp. variable use. Uwe Hermann 2012-02-18 12:16:49 +0100
  • a9a245b428 sr: s/config_set/dev_config_set/. Uwe Hermann 2012-02-18 12:11:15 +0100
  • 69040b7c8f sr: s/acquisition_*/dev_acquisition_*/. Uwe Hermann 2012-02-18 12:03:49 +0100
  • e7eb703fff sr: opendev/closedev -> dev_open/dev_close. Uwe Hermann 2012-02-18 11:57:43 +0100
  • 8105505d06 sr: s/st*_acquisition/acquisition_st*/. Uwe Hermann 2012-02-18 11:46:51 +0100
  • 5097b0d091 sr/cli/gtk/qt: s/get_dev_info/dev_info_get/. Uwe Hermann 2012-02-18 11:41:21 +0100
  • a7d05fcb38 sr/cli/gtk/qt: s/configuration/config/. Uwe Hermann 2012-02-18 00:31:35 +0100
  • ffedd0bf5d sr/cli/gtk: s/capability/hwcap/. Uwe Hermann 2012-02-18 00:17:18 +0100
  • 1d9a8a5fe1 sr/cli/gtk: A few more s/instance/inst/. Uwe Hermann 2012-02-17 23:55:27 +0100
  • bb7ef79377 sr/cli/gtk/qt: s/device/dev/ in many places. Uwe Hermann 2012-02-17 22:25:01 +0100
  • d68e2d1a21 sr: Some more s/device_instance/dev_inst/. Uwe Hermann 2012-02-17 21:02:52 +0100
  • 44dae53925 sr: Random cosmetics, fix/amend Doxygen comments. Uwe Hermann 2012-02-17 20:44:19 +0100
  • 7b48d6e104 sr: Prefix log messages with subsystem string. Uwe Hermann 2012-02-17 19:40:01 +0100
  • 93a04e3be9 sr: rename all sr_hwplugin(s)_* functions to sr_hw_* Bert Vermeulen 2012-02-15 03:18:48 +0100
  • 9fc6aa0a56 sr: la8: remove debug output when no device is found Bert Vermeulen 2012-02-14 13:18:17 +0100
  • 341ce41545 sr: don't free driver-specific per-device struct in drivers Bert Vermeulen 2012-02-14 12:26:22 +0100
  • da1466d677 sr: rename more functions to sr_thing_action format Bert Vermeulen 2012-02-14 00:23:51 +0100
  • d3683c42e7 sr: rename all sr_device_instance_* functions to sr_dev_inst_* Bert Vermeulen 2012-02-13 15:31:59 +0100
  • c532476aa7 sr: rename hwplugin functions to sr_thing_action format Bert Vermeulen 2012-02-13 15:23:16 +0100
  • e0c25ac99c sr: Add missing #include, fixes warning. Uwe Hermann 2012-02-13 19:49:09 +0100
  • 57ab7d9f92 sr: cleanup callback: Return int. Uwe Hermann 2012-02-12 20:52:42 +0100
  • 3010f21c91 sr: stop_acquisition callback: Return int. Uwe Hermann 2012-02-12 13:31:58 +0100
  • c73d2ea421 sr: adjust copyright year Bert Vermeulen 2012-02-13 14:31:51 +0100
  • 031685005b sr: rename all sr_device_* functions to sr_dev_* Bert Vermeulen 2012-02-13 14:00:47 +0100
  • a1645fcd81 sr: more API cleanup and documentation Bert Vermeulen 2012-02-13 03:36:32 +0100
  • b2ff95063a sr: whitespace cleanup Bert Vermeulen 2012-02-13 02:16:32 +0100
  • 996b0c7234 sr: clean up public/private split in headers Bert Vermeulen 2012-02-13 02:13:51 +0100
  • 18beaeff94 sr: cleaned up session bus debug helper Bert Vermeulen 2012-02-13 00:08:23 +0100
  • bb08ee2e53 sr: public/private API cleanup in hwplugin Bert Vermeulen 2012-02-12 23:57:43 +0100
  • 6cfa474a80 sr: rm unused sr_device_clear() and sr_device_probe_clear() Bert Vermeulen 2012-02-12 22:36:19 +0100
  • 040ae8be94 sr: sigrok.h is no longer generated Bert Vermeulen 2012-02-12 20:43:20 +0100
  • 133a37bfba Use g_try_malloc/g_free/g_strdup consistently. Uwe Hermann 2012-02-11 20:06:46 +0100
  • cd853ff0b2 sr: chronovu-la8: Add missing <stdlib.h> #include. Uwe Hermann 2012-02-11 00:39:25 +0100
  • 8c4b600393 sr: asix: Change a free() to g_free() as it should be. Uwe Hermann 2012-02-11 00:38:48 +0100
  • 44b6aafdb7 sr: FreeBSD has zlib, but no pkg-config file for it. Uwe Hermann 2012-02-11 00:34:16 +0100
  • bf3f06c9c2 sr: MinGW/Mac: No libusb_detach_kernel_driver() support. Uwe Hermann 2012-02-11 00:20:23 +0100
  • 12f3e8741b sr: Doxygen comments for loglevels. Uwe Hermann 2012-02-08 22:08:55 +0100
  • 0ae67ff784 sr: Implement proper logging framework. Uwe Hermann 2012-02-08 22:04:13 +0100
  • d38cd6c1f6 sr: saleae: Fix typo. Uwe Hermann 2012-02-07 23:50:47 +0100
  • 003f9bebf9 sr: saleae: Support more recent firmwares. Uwe Hermann 2012-02-07 23:49:51 +0100
  • c32cc2504b sr: udev file: Add QuantAsylum QA100, Rigol VS5202D. Uwe Hermann 2012-02-06 23:50:22 +0100
  • 6578321848 sr: s/z60_sigrok.rules/z60_libsigrok.rules/. Uwe Hermann 2012-02-06 22:46:22 +0100
  • 7c1d391c8b sr: input/output: Mark more symbols with SR_PRIV. Uwe Hermann 2012-02-04 10:56:51 +0100
  • 0f8522bf74 Project-wide consistent naming for #include guards. Uwe Hermann 2012-02-04 10:41:30 +0100
  • 5c64390e5a sr/cli/gtk: Remove analog left-overs from API. Uwe Hermann 2012-02-04 10:10:43 +0100
  • e7ee300a12 sr: zeroplus: Drop unused global variable. Uwe Hermann 2012-02-05 13:37:02 +0100
  • 3d2efd7d15 sr: Compile fix for Windows/MinGW. Uwe Hermann 2012-02-05 13:36:03 +0100
  • dff75c0df1 autogen.sh: aclocal support for Windows XP/Vista/7. Uwe Hermann 2012-02-05 12:54:44 +0100
  • ca070ed9a0 sr: Make more symbols private via static/SR_PRIV. Uwe Hermann 2012-02-02 21:15:04 +0100
  • 185ae2c5c9 sr: zeroplus: Remove unused gl_open()/gl_close(). Uwe Hermann 2012-02-02 21:08:33 +0100
  • 1a081ca67d sr: Mark API functions with SR_API/SR_PRIV. Uwe Hermann 2012-02-01 23:40:35 +0100
  • 0146970797 sr: remove unused time/duration fields from datafeed packets Bert Vermeulen 2012-02-01 02:59:41 +0100
  • 69890f7399 sr: Eliminate usb/serial instances from API. Uwe Hermann 2012-01-29 23:06:10 +0100
  • c31e9ef49b sr: zp: Add missing <string.h> #include. Uwe Hermann 2012-01-31 01:54:08 +0100
  • fd9836bfab Add sr_device_get_info Anatoly Sokolov 2012-01-29 16:56:06 +0400
  • bf43ea2317 sr: zeroplus: Use device-specific context. Uwe Hermann 2012-01-29 19:14:25 +0100
  • ae32d7d759 sr: la8: Fix typo. Uwe Hermann 2012-01-29 12:47:53 +0100
  • 73017cf914 sr: zeroplus: Fix a segfault. Uwe Hermann 2012-01-28 23:29:28 +0100