]> sigrok.org Git - libsigrok.git/history - hwdriver.c
sr: Made hwcap const
[libsigrok.git] / hwdriver.c
2012-05-31 Joel Holdsworthsr: Made hwcap const
2012-05-30 Bert Vermeulensr: support for SR_HWCAP_COUPLING and SR_DI_COUPLING
2012-05-30 Bert Vermeulensr: support for SR_HWCAP_VDIV and SR_DI_VDIVS
2012-05-30 Bert Vermeulensr: use SR_T_RATIONAL_PERIOD (new-style types)
2012-05-30 Bert Vermeulensr: support for SR_HWCAP_FILTER and SR_DI_FILTERS
2012-05-30 Bert Vermeulensr: add support for sr_rational and various HWCAPs...
2012-05-30 Bert Vermeulensr: initial support for Hantek 2xxx/5200 USB oscilloscopes
2012-04-18 Joel Holdsworthsr: Deleted the saleae-logic driver, fx2lafw has superc...
2012-03-31 Uwe Hermannsr: Make wrappers honor return values.
2012-03-21 Uwe Hermannsr/cli: s/patternmode/pattern/ in a few places.
2012-03-02 Uwe Hermannsr: Name all callback data 'cb_data'.
2012-03-01 Uwe Hermannsr/srd: Consistency fixes for callbacks.
2012-03-01 Uwe Hermannsr/cli/gtk/qt: s/hw/driver/ in some places.
2012-03-01 Uwe Hermannsr: sr_hw_has_hwcap(): More docs, error checks.
2012-02-28 Uwe Hermannsr: Rename hwplugin.c to hwdriver.c.