]> sigrok.org Git - libserialport.git/history - linux.c
linux: Fix warning by marking vid, pid variables unsigned.
[libserialport.git] / linux.c
2014-08-24 Martin Linglinux: Fix warning by marking vid, pid variables unsigned.
2014-08-24 Martin LingRevise debug macros to work in strict C99.
2014-07-06 Marcus ComstedtAvoid use of struct serial_struct on systems which...
2014-07-06 Marcus ComstedtDon't use readlinkat if it does not exist
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-13 Aurelien JacobsMove list_ports() implementations to OS-specific files.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...