]> sigrok.org Git - libsigrok.git/commit - src/hwdriver.c
Construct driver array at runtime, from an array of per-file arrays.
authorMartin Ling <redacted>
Fri, 20 Mar 2015 20:39:29 +0000 (20:39 +0000)
committerUwe Hermann <redacted>
Sat, 21 Mar 2015 12:09:39 +0000 (13:09 +0100)
commit9e60a31fb954493754770fe2192db74b947c6867
tree15d219bbfa3d922be421e27f24c40180f0db166e
parent702f42e8eb33d8d1ffb5b748097428c0f4434c6d
Construct driver array at runtime, from an array of per-file arrays.

This lays the groundwork for drivers to define their own array of
subdrivers, rather than having to list each subdriver here.
src/backend.c
src/drivers.c
src/hwdriver.c