libsigrok/hardware/asix-sigma
Marek Vasut 499b17e9c0 asix-sigma: Fix firmware path construction
The code silently assumed the firmware path can be no longer than 128 bytes.
This doesn't scale. This patch fixes it in such a way that it completely
rips out the run-time computation of firmware path and instead replaces it
with compile-time computation. It's true this makes the library grow by a
couple bytes, but makes the code cleaner.

Signed-off-by: Marek Vasut <marex@denx.de>
2014-04-30 09:45:50 -07:00
..
asix-sigma.c asix-sigma: Fix firmware path construction 2014-04-30 09:45:50 -07:00
asix-sigma.h Replace 'probe' with 'channel' in most places. 2014-03-25 20:58:54 +01:00