Hi! I attempted to use the ad5933 impedance analyzer driver in combination with libiio. Trying to enumerate the local devices with "iio_info" leads to an error, which I traced down to the naming of the in_voltage_{real,imag}_* sysfs scan_elements nodes. The name modifiers "real" and "imag" are not valid sysfs symbols, it seems. The driver is in the staging directory, so I don't know if it has to conform to the general IIO sysfs ABI. I worked around this by patching libiio, but I don't know if that's the correct approach. What do you think? Best regards David