]> sigrok.org Git - libsigrok.git/commit
serial-dmm: sort the list of device drivers (part 1, bm25x)
authorGerhard Sittig <redacted>
Sat, 5 Nov 2016 15:19:58 +0000 (16:19 +0100)
committerUwe Hermann <redacted>
Sun, 6 Nov 2016 13:43:25 +0000 (14:43 +0100)
commitc06785841cd217ad01e32be9201dca69b1f8818d
tree4f50625876c3c1e2841326b140ec6a6cd8d35dc6
parent6b7e644e5c5ca8fd501303a812293a00d830cd32
serial-dmm: sort the list of device drivers (part 1, bm25x)

The previous implementation seems to have added drivers in their "order
of appearance". Start sorting the rather long list, to simplify several
tasks: Add new entries as more drivers get written, find existing items
during research, identify and compare similar models during maintenance.
As a byproduct, there will be no doubt about where to put things during
future work :) and duplicates will be spotted immediately.

This commit puts 'bm25x' meters into one group. And comments on the sort
order and motivation for sorting the table.
src/hardware/serial-dmm/api.c