analogdevicesinc / libiio

A cross platform library for interfacing with local and remote Linux IIO devices
http://analogdevicesinc.github.io/libiio/
GNU Lesser General Public License v2.1
471 stars 309 forks source link

Fixes to handle Events and Labels. #1175

Open slothdnk opened 3 weeks ago

slothdnk commented 3 weeks ago

PR Description

Make Label's work Make Events register with correct path. Show Label in debug when adding devices.

PR Type

PR Checklist

pcercuei commented 1 week ago

You'll have to write better commit descriptions, that explain what each commit is fixing (or modifying) and why the change is needed; and also sign-off your commits (with git commit -s, or manually adding a Signed-off-by: line at the end of your commit description, see the git log for examples).

Since nothing is explained, I don't know what you're trying to fix with the "Make events register with correct path" commit. It looks wrong to me.